RedPanda-CPP/RedPandaIDE/parser
Roy Qu 526e73d27a Use QRecursiveMutex instead of QMutex in CppParser 2023-10-10 19:59:39 +08:00
..
cppparser.cpp Use QRecursiveMutex instead of QMutex in CppParser 2023-10-10 19:59:39 +08:00
cppparser.h Use QRecursiveMutex instead of QMutex in CppParser 2023-10-10 19:59:39 +08:00
cpppreprocessor.cpp minor fix 2023-10-01 10:49:59 +08:00
cpppreprocessor.h - fix: Processing for #if/#elif/#else is not correct. 2023-10-01 10:45:43 +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: False branches are displayed as comments. 2023-08-17 13:24:08 +08:00
parserutils.h - fix: Processing for #if/#elif/#else is not correct. 2023-10-01 10:45: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