summaryrefslogtreecommitdiff
path: root/src/qdoc/clangcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Avoid errors related to PCH usageTopi Reinio2019-08-211-2/+4
* qdoc: Correct algorithm for finding class qualifierMartin Smith2019-07-111-11/+14
* Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-07-021-51/+60
|\
| * qdoc: Don't log guessed include pathsv5.13.0-rc3v5.13.05.13.0Martin Smith2019-06-111-13/+1
| * qdoc: Fix regressions in include path handlingTopi Reinio2019-06-071-54/+61
| * qdoc: Accept include paths without -IMartin Smith2019-06-041-2/+13
| * qdoc: Drop '-I' prefix from module header pathv5.13.0-rc1Topi Reinio2019-05-241-0/+2
* | qdoc: Build artificial module headerMartin Smith2019-06-071-35/+48
* | qdoc: Don't log guessed include pathsMartin Smith2019-06-071-13/+1
* | qdoc: Accept include paths without -IMartin Smith2019-05-311-2/+13
|/
* qdoc: Turn off clang errors in PCH build without include pathsMartin Smith2019-04-081-3/+18
* qdoc: Search for QML type before creating itMartin Smith2019-04-021-3/+3
* qdoc: Correct ref pages for inner classesMartin Smith2019-02-081-17/+24
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-061-35/+46
* qdoc: Do not print error for future functionsMartin Smith2018-12-031-6/+22
* qdoc: Correct clang resource path argumentMartin Smith2018-11-281-3/+2
* qdoc: Accept all #include lines in module headerMartin Smith2018-10-231-17/+13
* qdoc: Let qdoc print better log messagesMartin Smith2018-10-231-17/+24
* qdoc: Reorganize Qdoc's Node class hierarchyMartin Smith2018-10-231-10/+13
* QDoc: Clean up code, old style casts and more 0 nullptr constantsPaul Wicking2018-09-031-10/+10
* qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-1/+1
* qdoc: Combine anonymous enumsv5.11.0-beta3Martin Smith2018-04-041-4/+13
* qdoc: Distinguish between undefined and defined-as-empty config varsTopi Reinio2018-03-281-1/+1
* qdoc: Fix Pyside2 documentation builds for shadow buildsFriedemann Kleint2018-03-151-9/+21
* qdoc: Remove -fPIC from default options when Q_OS_WINMartin Smith2018-03-121-1/+3
* qdoc: Canonicalize include pathsTopi Reinio2018-03-061-0/+9
* qdoc: Fix bugs in resolving inheritance and finding overridden functionsMartin Smith2018-02-231-5/+38
* qdoc: Add Q_FALLTHROUGH() to clangcodeparser.cppFriedemann Kleint2018-02-191-0/+1
* qdoc: Ensure that override attribute is saved in index filesMartin Smith2018-02-081-0/+2
* qdoc: Hide clang errors for \fn commands in prepare phaseMartin Smith2018-02-051-1/+1
* qdoc: Switch Clang index generation verbose when logging is enabledFriedemann Kleint2018-02-011-1/+2
* qdoc: Delay ignoring of qt_xxx names until outputMartin Smith2018-01-311-2/+0
* qdoc: Add a logging categoryFriedemann Kleint2018-01-311-1/+28
* qdoc: Remove test that skipped parsing \fn commands in prepare phaseMartin Smith2018-01-261-2/+0
* Fix license headersJani Heikkinen2018-01-151-14/+20
* qdoc: Correct handling of functions declared in Q_OBJECTMartin Smith2018-01-121-4/+2
* qdoc: Disable clang errors when the class is internalMartin Smith2018-01-121-4/+20
* qdoc: Fix processing for \macro and QML method/signal topic commandsTopi Reinio2018-01-051-127/+0
* qdoc: Handle shared comments betterMartin Smith2017-11-161-113/+10
* qdoc: Document C++ functions that are invokableMartin Smith2017-11-161-0/+2
* qdoc: Fix crash on ClangCodeParser::getMoreArgs()Topi Reinio2017-11-141-3/+4
* qdoc: Fix compilation warnings on MSVCTopi Reinio2017-10-111-2/+2
* qdoc: Correct a misuse of a local variableMartin Smith2017-09-181-5/+5
* qdoc: QPrivateSignal was not handled correctlyMartin Smith2017-09-181-3/+2
* qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-081-11/+192
* qdoc: Use clang to parse \fn commandsMartin Smith2017-09-061-10/+221
* qdoc: Remove uses of QRegular ExpressionMartin Smith2017-09-061-55/+58
* Build fixJędrzej Nowacki2017-08-101-2/+2
* qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-101-4/+21
* qdoc: Ignore declarations of anonymous structsMartin Smith2017-08-101-0/+2