summaryrefslogtreecommitdiffstats
path: root/src/clangparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-6/+6
* issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...Dimitri van Heesch2021-03-221-9/+6
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-5/+4
* Refactoring: remove unused sortdict.hDimitri van Heesch2021-01-221-1/+0
* issue #8304: compilation failureDimitri van Heesch2021-01-041-3/+3
* Fixed compilation issue when use_libclang was disabledDimitri van Heesch2021-01-011-1/+1
* Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHSDimitri van Heesch2021-01-011-1/+1
* Refactoring: modernise Doxygen::clangUsrMapDimitri van Heesch2021-01-011-10/+15
* Add a CLANG_INCLUDE_INPUT_PATHS option which can be used to control whetherBryce Adelstein Lelbach aka wash2020-12-311-4/+8
* Avoid unused variable 'g_docCrossReferenceMutex' warningDimitri van Heesch2020-12-201-1/+2
* Fix compiler error by making clangparser use TooltipManager::instance()Dimitri van Heesch2020-11-291-2/+1
* Refactoring: move addDocCrossReference to memberdef.cpp/.hDimitri van Heesch2020-11-281-1/+3
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-1/+1
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-1/+1
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-1/+1
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-1/+2
* issue #8066: Doxygen crashes in ClangTUParserDimitri van Heesch2020-09-301-2/+3
* Minor tweaks to clangparser.cppDimitri van Heesch2020-08-151-8/+11
* Compilation fix for clangparser.cpp when -Duse_libclang=NODimitri van Heesch2020-08-051-1/+1
* New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-6/+0
* Added missing stub code when use_libclang is disabledDimitri van Heesch2020-07-161-10/+10
* Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-297/+238
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-10/+10
* Refactoring: migrate type of Doxygen::inputPaths to std::setDimitri van Heesch2020-04-291-4/+7
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-4/+5
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-5/+3
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-34/+36
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* issue #6946 Compilation error (clangparser.cpp)albert-github2019-04-271-1/+1
* Double id for tooltips in XHTML Possible.albert-github2019-01-181-2/+0
* Fix type and length of clang compilation database optionDimitri van Heesch2018-12-271-63/+72
* Fixing coverity messagesalbert-github2018-09-131-0/+1
* Enable possibility of CLANG for Cygwinalbert-github2018-06-301-13/+13
* Include header for CompilationDatabaseIsaac Hier2018-05-231-0/+1
* make use of clang compilation databaseDoug Johnston2017-04-061-1/+34
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-8/+8
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-19/+17
* Release-1.8.4Dimitri van Heesch2013-05-191-26/+42
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-62/+253
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-1/+18
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-0/+720