RedPanda-CPP/RedPandaIDE/parser
Roy Qu 94e955b07a - fix: If the integrated gcc compiler is add to path, auto find compilers will find in twice. (Windows) 2023-10-25 18:58:45 +08:00
..
cppparser.cpp - fix: If the integrated gcc compiler is add to path, auto find compilers will find in twice. (Windows) 2023-10-25 18:58:45 +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 - fix: Don't show completion info when input parameters for function definitions. 2023-03-16 22:02:32 +08:00