RedPanda-CPP/RedPandaIDE/parser
Roy Qu 6a06b5b3d6 - fix: Dummy struct/enum symbols shouldn't be shown in the completion suggestion.
- enhancement: Support optional enum name.
  - enhancement: Support optional enum type.
  - enhancement: Support simple const expression evaluation for enum values.
  - fix: Accessibilty for inherited members are not correct calculated in multiple inheritance.
  - fix: Can't handle full class name when handle inheritance.
2023-08-07 14:23:57 +08:00
..
cppparser.cpp - fix: Dummy struct/enum symbols shouldn't be shown in the completion suggestion. 2023-08-07 14:23:57 +08:00
cppparser.h - fix: Dummy struct/enum symbols shouldn't be shown in the completion suggestion. 2023-08-07 14:23:57 +08:00
cpppreprocessor.cpp fix: "__max" in istream.tcc is wrongly expanded. 2023-07-03 18:21:33 +08:00
cpppreprocessor.h - improve: Correctly expands multi-line macros when parsing; 2023-07-01 18:06:39 +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 - fix: Keyword asm is not correctly parsed. 2023-07-05 09:01:38 +08:00
parserutils.h - fix: Dummy struct/enum symbols shouldn't be shown in the completion suggestion. 2023-08-07 14:23:57 +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