RedPanda-CPP/RedPandaIDE/parser
Roy Qu cd17c7cbca - enhancement: Improve code completion suggestion for arrays. 2023-03-26 19:05:38 +08:00
..
cppparser.cpp - enhancement: Improve code completion suggestion for arrays. 2023-03-26 19:05:38 +08:00
cppparser.h optimization for cpp parser 2023-03-12 23:45:03 +08:00
cpppreprocessor.cpp - fix: Crash when directive line ends with '\' and at the last line. 2023-03-18 10:34:37 +08:00
cpppreprocessor.h refactor: make most expression evaluation funcs const 2023-03-11 17:32:57 +08:00
cpptokenizer.cpp - fix: Function with reference type return value is not correctly parsed. 2023-02-25 12:23:45 +08:00
cpptokenizer.h - enhancement: Improve parsing for operator overloading. 2023-02-06 14:04:38 +08:00
parserutils.cpp refactor test for operator 2023-03-12 12:42:44 +08:00
parserutils.h refactor : member accessibility processing in the parser 2023-03-12 18:24:58 +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