RedPanda-CPP/RedPandaIDE/parser
Roy Qu 85f3a04bcf - fix: #define followed by tab not correctly parsed
- enhancement: don't auto add () when completing C++ io manipulators ( std::endl, std::fixed, etc.)
  - fix: can't goto to definition of std::endl
2022-06-01 17:02:03 +08:00
..
cppparser.cpp - fix: #define followed by tab not correctly parsed 2022-06-01 17:02:03 +08:00
cppparser.h - fix: crash when eval statements like "fsm::stack fsm;" 2022-04-17 19:49:04 +08:00
cpppreprocessor.cpp - fix: order for parameters generated by auto link may not correct 2022-03-19 14:19:32 +08:00
cpppreprocessor.h add license information 2021-12-26 23:18:28 +08:00
cpptokenizer.cpp - fix: wrong font size of exported RTF file 2022-03-15 21:33:27 +08:00
cpptokenizer.h - fix: parser can't correctly handle variable definitions that don't have spaces like 'int*x'; 2022-01-12 20:59:28 +08:00
parserutils.cpp - fix: #define followed by tab not correctly parsed 2022-06-01 17:02:03 +08:00
parserutils.h - fix: #define followed by tab not correctly parsed 2022-06-01 17:02:03 +08:00
statementmodel.cpp - fix: parse error for definition of functions whose return type is pointer 2022-04-18 16:56:31 +08:00
statementmodel.h add license information 2021-12-26 23:18:28 +08:00