summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/clangtoolastreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* lupdate: Fix return-type warningv6.0.0-alpha1Joerg Bornemann2020-10-011-3/+1
* Find context for QT_TR_NOOP macroLucie Gerard2020-09-301-37/+175
* Change the way of getting the file name during CallExpression VisitLucie Gerard2020-03-311-15/+34
* Improve lupdate parsing speedLucie Gérard2020-03-311-24/+28
* Correct treatment of same line comment handlingLucie Gérard2020-03-311-5/+9
* Add catching Isolated commentsLucie Gérard2020-03-261-23/+101
* Rewrite how the source location is stored in PP storesLucie Gérard2020-02-191-5/+6
* Add PP calls context and fill the information in translatorKarsten Heimrich2020-02-181-113/+148
* Split the PP handling out of the AST parsingLucie Gérard2020-02-181-155/+2
* Implement quote removal for string literals with prefixKarsten Heimrich2019-10-291-13/+57
* Add some minor optimizationsKarsten Heimrich2019-10-281-8/+12
* Clean trFunctionPresent from commentsLucie Gérard2019-10-181-6/+0
* Add processing of PP calls before AST visitKarsten Heimrich2019-10-181-0/+41
* Add functionalities to store macro information at PP levelLucie Gérard2019-10-181-1/+84
* Add input file to preprocessor call backs classLucie Gérard2019-10-181-0/+3
* Add empty preprocessor reading machineryLucie Gérard2019-10-181-0/+10
* Correct file comparison during AST visitLucie Gérard2019-10-181-2/+0
* Minor adjustmentsKarsten Heimrich2019-10-151-21/+27
* Remove printing superfluous new-line in debug outputKarsten Heimrich2019-10-151-15/+15
* Fix fetching the function declaration context for clang 10.0.0Karsten Heimrich2019-10-151-8/+13
* Add filling the translatorLucie Gérard2019-10-141-1/+116
* Add function to extract and store information from the raw commentsLucie Gérard2019-10-041-5/+113
* Add retrieve of raw commentsLucie Gérard2019-10-041-0/+146
* Add VisitCallExpr to the AST visitorLucie Gérard2019-09-251-0/+157