summaryrefslogtreecommitdiffstats
path: root/src/qdoc/clangcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Minor adjustment/cleanupPaul Wicking2019-12-111-4/+4
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-101-8/+7
* qdoc: Ignore the 'enum' keyword when parsing a Q_PROPERTY typeTopi Reinio2019-11-141-0/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-241-2/+4
|\
| * qdoc: Avoid errors related to PCH usageTopi Reinio2019-08-211-2/+4
* | QDoc: Extract helper functions from Generator to UtilitiesPaul Wicking2019-08-091-1/+2
* | QDoc: Clean up whitespacePaul Wicking2019-08-081-37/+37
* | QDoc: Ensure all includes are uniform and according to stylePaul Wicking2019-08-031-2/+2
* | QDoc: Clean up includes in Generator and ClangCodeParserPaul Wicking2019-07-301-9/+11
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-11/+14
|\|
| * qdoc: Correct algorithm for finding class qualifierMartin Smith2019-07-111-11/+14
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-51/+60
|\|
| * 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.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: Remove hard-coded -fno-exceptions Clang optionTopi Reinio2019-07-031-1/+0
* | | Fix translation unit debug output for parseFnSimon Hausmann2019-06-281-1/+1
|/ /
* | 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