RedPanda-CPP/RedPandaIDE/parser
Roy Qu 8ad9e22976 - fix: "typedef struct" for arrays is not correctly parsed. 2023-06-30 09:29:20 +08:00
..
cppparser.cpp - fix: "typedef struct" for arrays is not correctly parsed. 2023-06-30 09:29:20 +08:00
cppparser.h work save 2023-06-20 10:58:14 +08:00
cpppreprocessor.cpp - fix: '^' is not correctly handled as operator. 2023-05-24 13:42:46 +08:00
cpppreprocessor.h - fix: '^' is not correctly handled as operator. 2023-05-24 13:42:46 +08:00
cpptokenizer.cpp - fix: '^' is not correctly handled as operator. 2023-05-24 13:42:46 +08:00
cpptokenizer.h - enhancement: Improve parsing for operator overloading. 2023-02-06 14:04:38 +08:00
parserutils.cpp - enhancement: Code completion for '->' operator on std iterators. 2023-06-08 17:15:55 +08:00
parserutils.h - enhancement: show completion for return type of lambda expressions. 2023-05-26 08:55:21 +08:00
statementmodel.cpp - fix: Don't show completion info when input parameters for function definitions. 2023-03-16 22:02:32 +08:00
statementmodel.h - fix: Don't show completion info when input parameters for function definitions. 2023-03-16 22:02:32 +08:00