RedPanda-CPP/RedPandaIDE/parser
Roy Qu 85ef5986bf Add debug info for macro expansion 2023-10-25 11:49:25 +08:00
..
cppparser.cpp - fix: Macros that defined by the compiler are not correctly syntax-colored and tooltiped. 2023-10-25 00:34:29 +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 - refactor: for/catch processing 2023-10-22 18:33:53 +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 - fix: Don't show completion info when input parameters for function definitions. 2023-03-16 22:02:32 +08:00