RedPanda-CPP/RedPandaIDE/parser
Roy Qu e7013cff1a - fix: Project files that not in the project folder is not correctly handled in makefile.
- enhancement: Improve support for function pointer typedefs.
2023-03-01 11:29:30 +08:00
..
cppparser.cpp - fix: Project files that not in the project folder is not correctly handled in makefile. 2023-03-01 11:29:30 +08:00
cppparser.h - fix: Project files that not in the project folder is not correctly handled in makefile. 2023-03-01 11:29:30 +08:00
cpppreprocessor.cpp - fix: Can't parse enum values. 2023-02-15 16:24:24 +08:00
cpppreprocessor.h - fix: Can't parse enum values. 2023-02-15 16:24:24 +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 - fix: Result of scope calculation not right if a for statement immediately follows another for statement. 2023-01-10 19:08:49 +08:00
parserutils.h - enhancement: show compltion suggest for std::pair::first and std::pair second 2022-11-29 16:48:40 +08:00
statementmodel.cpp - fix: editor tooltip for #include_next is not correctly calculated 2022-10-18 12:24:59 +08:00
statementmodel.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00