aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Keywords.cpp
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Add lexer support for new C++20 keywordsChristian Kandeler2023-02-091-4/+100
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-2/+28
* C++: Fix cplusplus-keywordgen to generate Keywords.cppVolodymyr Zibarov2020-05-281-211/+231
* C++: Fix highlighting of "float" keyword for C filesAndre Hartmann2017-09-111-2/+2
* C++ Disable bool keywords in C filesAndre Hartmann2017-04-141-3/+3
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-28/+28
* C++: Parse __alignof__Orgad Shaneh2015-10-021-0/+16
* C++: Disable "signals" when qt keywords are disabledOrgad Shaneh2015-02-251-1/+1
* C++: Support __thread and thread_localOrgad Shaneh2013-11-261-0/+36
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-58/+75
* C++11: Add the alignof and alignas tokens.Christian Kamm2012-09-171-0/+20
* C++: Fix lexer for token Q_SLOTLeandro Melo2012-08-301-13/+9
* C++: Parse emit/Q_EMIT properlyLeandro Melo2012-06-281-0/+20
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-0/+22
* C++11: first set of changes for decltype.Erik Verbruggen2012-02-101-1/+18
* C++11: add support for static_assert.Erik Verbruggen2012-02-021-1/+27
* C++11: handle noexcept specifications.Erik Verbruggen2012-02-021-0/+17
* C++: Recognize C++11 nullptrLeandro Melo2011-11-181-1/+16
* C++: Recognize C++11 constexprLeandro Melo2011-11-181-1/+20
* remove nokia copyrights from roberto's codeOswald Buddenhagen2011-05-161-31/+0
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-0/+1688