summaryrefslogtreecommitdiffstats
path: root/src/qdoc/clangcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: properly implement \typealias commandTopi Reinio2020-04-231-10/+6
* qdoc: Fix handling of default values for function parametersTopi Reinio2020-04-211-11/+19
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-17/+24
|\
| * QDoc: Fix handling of -isystem optionDmitry Shachnev2020-03-041-0/+3
| * QDoc: Fix handling of -F optionEike Ziller2020-02-271-17/+21
* | qdoc: Add -fvisibility=default to the default arguments passed to ClangTopi Reinio2020-03-131-0/+1
* | qdoc: ClangCodeParser: Clear the stored namespaceTopi Reinio2020-03-101-0/+1
* | QDoc: Clean up whitespace in log messagesPaul Wicking2020-03-091-3/+3
* | QDoc: Disentangle Generator and ConfigPaul Wicking2020-03-041-2/+2
* | QDoc: Use logging category over logToStdErrAlwaysPaul Wicking2020-03-041-8/+6
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | qdoc: Store and use the current namespace scope for \fn commentsTopi Reinio2020-02-181-6/+24
* | QDoc: Format according to stylePaul Wicking2020-02-141-4/+3
* | qdoc: Correctly resolve qualified path of external base classesTopi Reinio2020-02-041-2/+3
* | qdoc: Parse enum classes correctlyTopi Reinio2020-01-201-4/+5
* | qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-201-7/+60
* | qdoc: Make Config a singletonTopi Reinio2020-01-131-2/+3
|/
* clang-format QDocPaul Wicking2019-12-171-118/+162
* 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