RedPanda-CPP/RedPandaIDE/parser
Roy Qu 9a51678d09 Minor update 2023-10-27 09:49:34 +08:00
..
cppparser.cpp - enhancement: when induce type info for return value, try to select the overloaded one that doesn't have an "auto" type. 2023-10-26 08:57:40 +08:00
cppparser.h - refactor: for/catch processing 2023-10-22 18:33:53 +08:00
cpppreprocessor.cpp Add debug info for macro expansion 2023-10-25 11:49:25 +08:00
cpppreprocessor.h Add debug info for macro expansion 2023-10-25 11:49:25 +08:00
cpptokenizer.cpp - fix: C++ compiler atrribute '[[xxx]]' are not correctly handled. 2023-10-25 17:01:42 +08:00
cpptokenizer.h - refactor: for/catch processing 2023-10-22 18:33:53 +08:00
parserutils.cpp - enhancement: Parse files that contains C++ 20 'concept' keyword. (No code suggesion for concepts now) 2023-10-22 13:19:03 +08:00
parserutils.h - enhancement: Basic support for parsing variadic macros. 2023-10-24 20:35:43 +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 Minor update 2023-10-27 09:49:34 +08:00