summaryrefslogtreecommitdiffstats
path: root/src/clangparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* issue #6946 Compilation error (clangparser.cpp)albert-github2019-04-271-1/+1
| | | | | corrected clangparser conform other source code in respect to casting. Corrected doxyapp and doxyparse make scripts for usage with clang parser.
* Double id for tooltips in XHTML Possible.albert-github2019-01-181-2/+0
| | | | The tooltips (XHTML) should not be displayed per code fragment but for the entire (output) file as otherwise tooltips might be added multiple times resulting in double IDs.
* Fix type and length of clang compilation database optionDimitri van Heesch2018-12-271-63/+72
|
* Fixing coverity messagesalbert-github2018-09-131-0/+1
| | | | Note: especially latexdocvisitor (dead code that should not be dead code).
* Enable possibility of CLANG for Cygwinalbert-github2018-06-301-13/+13
| | | | | - During compilation there were some problems with strdup (POSIX), replaced by qstrdup - During compiling / linking there were some problems with killpg which was recognized, added standard definition.
* Include header for CompilationDatabaseIsaac Hier2018-05-231-0/+1
|
* make use of clang compilation databaseDoug Johnston2017-04-061-1/+34
| | | | See: https://clang.llvm.org/docs/JSONCompilationDatabase.html
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-8/+8
| | | | improve performance
* 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