aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/TranslationUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: deal with QByteArray::(c)begin() return nullptrThiago Macieira2024-01-231-0/+2
* CppEditor: Add quickfix for converting comments from C++ to C styleChristian Kandeler2023-08-081-8/+65
* CPlusPlus: Remove TranslationUnit::getTokenStartPosition()Christian Kandeler2023-07-131-9/+3
* ClangCodeModel: Use central functions for getting token positionsChristian Kandeler2022-08-261-0/+7
* CppEditor: Consider selection when requesting quickfixesChristian Kandeler2022-08-231-0/+10
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-21/+21
* Standardize on int for line and column valueshjk2019-07-261-56/+56
* Remove workarounds for unsupported compilersOrgad Shaneh2017-04-261-3/+1
* C++: Avoid printing to stderr and calling exit()Nikolai Kosjar2017-03-091-37/+1
* C++: Remove workaround for crashing if parsing invalid codeNikolai Kosjar2015-02-121-3/+2
* Prevent using an invalidated referenceAki Koskinen2015-01-071-1/+2
* C++: Fix highlighting after "invalid code"Nikolai Kosjar2014-11-191-2/+3
* C++: remove reserved names.Erik Verbruggen2014-08-281-2/+2
* C++: Fix preprocessor line offsetsNikolai Kosjar2014-07-041-7/+7
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-1/+1
* C++: TranslationUnit::getPosition takes utf16char offsetsNikolai Kosjar2014-05-231-15/+18
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-12/+12
* C++: Use getter functions of TokenNikolai Kosjar2014-05-151-19/+19
* Fix some typosSergio Ahumada2014-03-051-1/+1
* CPlusPlus: Use correct placeholders in printfTobias Hunger2013-11-181-1/+1
* Avoid warning when compilation with MSVC2013Yuchen Deng2013-11-121-1/+1
* C++: Safe accessing of elements of TranslationUnit::_tokensNikolai Kosjar2013-10-231-20/+26
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-25/+1
* Fix MSVC-64 warnings about size_t -> int truncations in C++-lib.Friedemann Kleint2013-09-121-4/+4
* C++: replace a tree by a hashErik Verbruggen2013-09-091-4/+2
* C++: Inline {TranslationUnit,Parser}::blockErrorshjk2013-04-181-7/+0
* C++: Inline often used member functions of TranslationUnithjk2013-04-151-9/+0
* C++: Don't create unused values in the preprocessor.hjk2013-01-031-4/+4
* C++11: Fix use of >> in template arguments.Christian Kamm2012-09-191-0/+28
* C++: Core changes in preprocessingLeandro Melo2012-06-251-19/+115
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-2/+2
* C++: Store comment tokens in the translation unit.Christian Kamm2011-08-251-0/+14
* 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/+511