summaryrefslogtreecommitdiffstats
path: root/src/qdoc/clangcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdoc: create the anonymous enum typeMartin Smith2017-08-101-3/+6
* qdoc: Add moduleheader as config variableMartin Smith2017-08-101-1/+11
* qdoc: Add (qdoc) to qWarning messagesMartin Smith2017-08-101-5/+6
* qdoc: Make qdoc handle ref qualifiers correctlyMartin Smith2017-08-101-0/+5
* qdoc: Create and Visit the PCH alwaysMartin Smith2017-08-101-80/+116
* qdoc: Enable documentation of type alias as typedefMartin Smith2017-08-101-0/+16
* qdoc: fix resolve inheritance bugMartin Smith2017-08-101-2/+6
* qdoc: Match unqualified parameter typesMartin Smith2017-08-101-5/+9
* qdoc: Handle class decls outside the semantic parentMartin Smith2017-08-101-2/+22
* qdoc: Parse Friend declarationsOlivier Goffart2017-08-101-0/+11
* qdoc: Identify special constructors and assignment opsMartin Smith2017-08-101-2/+15
* qdoc: Don't report error for things marked \internalMartin Smith2017-08-101-1/+1
* qdoc: Add "clangdefines" to Config classMartin Smith2017-08-101-3/+41
* qdoc: Reduce total clang parse timeMartin Smith2017-08-101-4/+54
* Use clang as a parser in qdocOlivier Goffart2017-08-101-0/+1034