summaryrefslogtreecommitdiff
path: root/src/qdoc/clangcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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