RedPanda-CPP/RedPandaIDE/parser
Roy Qu 1a95f59ddd - fix: Crash if there's no period/semicolon after variable definition with intializer. 2024-09-11 15:30:04 +08:00
..
cppparser.cpp - fix: Crash if there's no period/semicolon after variable definition with intializer. 2024-09-11 15:30:04 +08:00
cppparser.h refactor: make qmutex mutable 2024-05-28 19:01:18 +08:00
cpppreprocessor.cpp optimize: use constData() if possible 2024-05-14 20:26:32 +08:00
cpppreprocessor.h refactor: make qmutex mutable 2024-05-28 19:01:18 +08:00
cpptokenizer.cpp - optimization: use QString::constData() instead of QString::data() if possible 2024-05-14 21:19:42 +08:00
cpptokenizer.h optimize: use constData() if possible 2024-05-14 20:26:32 +08:00
parserutils.cpp refactor: use QDir::fromNativeSeperators / toNativeSeperators 2024-09-06 15:32:18 +08:00
parserutils.h optimization: make parser methods inline 2024-04-09 22:12:03 +08:00
statementmodel.cpp remove pre-Qt 5.15 stuff (#405) 2024-04-28 16:46:01 +08:00
statementmodel.h optimization: make parser methods inline 2024-04-09 22:12:03 +08:00