summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/clangtoolastreader.h
Commit message (Expand)AuthorAgeFilesLines
* lupdate: Fix 2 warnings about deprecated Clang API in Clang 18.1Friedemann Kleint2024-03-261-1/+1
* lupdate: Implement alternative processing of TRANSLATOR commentLucie Gérard2023-07-121-1/+23
* linguist: work around Clang 10 headers throwing GCC 12 -Werror=nonnullMarc Mutz2022-07-011-0/+1
* linguist: port from \#pragma to QT_WARNING macrosMarc Mutz2022-07-011-10/+7
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* lupdate/clang: Don't just skip included filesLucie Gérard2022-04-041-0/+1
* lupdate/clang: Fix typo in method name in LupdateVisitorJoerg Bornemann2022-04-041-2/+2
* Revert "Use full path for file name in lupdate clang based parser"Lucie Gerard2021-03-291-5/+1
* Use full path for file name in lupdate clang based parserLucie Gérard2021-03-231-1/+5
* Find context for QT_TR_NOOP macroLucie Gerard2020-09-301-1/+1
* Improve lupdate parsing speedLucie Gérard2020-03-311-10/+10
* Add catching Isolated commentsLucie Gérard2020-03-261-0/+1
* Add PP calls context and fill the information in translatorKarsten Heimrich2020-02-181-27/+23
* Split the PP handling out of the AST parsingLucie Gérard2020-02-181-117/+4
* Add processing of PP calls before AST visitKarsten Heimrich2019-10-181-0/+4
* Add functionalities to store macro information at PP levelLucie Gérard2019-10-181-0/+3
* Add input file to preprocessor call backs classLucie Gérard2019-10-181-1/+5
* Add empty preprocessor reading machineryLucie Gérard2019-10-181-1/+41
* Correct file comparison during AST visitLucie Gérard2019-10-181-2/+1
* Minor adjustmentsKarsten Heimrich2019-10-151-17/+6
* Remove printing superfluous new-line in debug outputKarsten Heimrich2019-10-151-3/+4
* Add filling the translatorLucie Gérard2019-10-141-0/+14
* Add function to extract and store information from the raw commentsLucie Gérard2019-10-041-0/+2
* Add retrieve of raw commentsLucie Gérard2019-10-041-0/+3
* Add VisitCallExpr to the AST visitorLucie Gérard2019-09-251-1/+8
* Add storage class for translation informationLucie Gérard2019-09-251-3/+66
* Rename variable with small casesLucie Gérard2019-09-231-8/+8
* Export clang versioning to support building with clang 10.0.0Karsten Heimrich2019-09-201-0/+11
* Add clang Tool and basic AST reading machineryLucie Gérard2019-09-191-0/+134