RedPanda-CPP/RedPandaIDE/parser
Roy Qu 3440b08d8d - enhancement: ignore '__extension__' when parsing C/C++ codes. 2023-05-25 18:19:18 +08:00
..
cppparser.cpp - fix: lambda expression is not correctly handled. 2023-05-24 20:32:27 +08:00
cppparser.h - fix: lambda expression is not correctly handled. 2023-05-24 19:30:38 +08:00
cpppreprocessor.cpp - fix: '^' is not correctly handled as operator. 2023-05-24 13:42:46 +08:00
cpppreprocessor.h - fix: '^' is not correctly handled as operator. 2023-05-24 13:42:46 +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: ignore '__extension__' when parsing C/C++ codes. 2023-05-25 18:19:18 +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