summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/CompilationDatabaseTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Re-land [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Sam McCall2019-07-121-0/+27
* Revert "[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Russell Gallop2019-07-121-24/+0
* [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from parsed com...Sam McCall2019-07-121-0/+24
* [clang][Tooling] Fix windows build-bots after rL364386Kadir Cetinkaya2019-06-261-2/+2
* [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya2019-06-261-3/+33
* [Tooling] Add -x flags when inferring compile commands for files with no/inva...Sam McCall2019-05-071-2/+5
* [Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall2019-04-051-9/+28
* [clang][Tooling] Delete dots and dotdots when generating absolute pathsKadir Cetinkaya2019-03-081-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall2019-01-161-34/+18
* Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich2019-01-161-18/+34
* [Tooling] Fix broken compliation databse tests.Haojian Wu2019-01-151-34/+18
* [Tooling] Improve handling of CL-style optionsHamza Sood2018-09-091-3/+30
* Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov2018-08-281-3/+6
* [Tooling] Add operator== to CompileCommandSimon Marchi2018-07-171-0/+28
* [Tooling] Correct the "-std" compile command option.Haojian Wu2018-04-111-2/+2
* [Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall2018-04-091-0/+110
* [Tooling] FixedCompilationDatabase should be able to strip positionalAlex Lorenz2017-06-291-0/+21
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-241-10/+22
* Revert r301487: Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger2016-12-011-1/+7
* Resubmit "[Tooling] Parse compilation database command lines on Windows."Zachary Turner2016-08-181-32/+50
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [tooling] Provide the compile commands of the JSON database in the order that...Argyrios Kyrtzidis2015-09-221-0/+19
* [tooling] Add unit tests for change in r247468.Argyrios Kyrtzidis2015-09-161-3/+7
* Fix performance regression when running clang tools.Manuel Klimek2015-09-081-1/+3
* Add structed way to express command line options in the compilation database.Manuel Klimek2015-08-141-1/+24
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-9/+9
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-4/+4
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-251-1/+1
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-171-3/+41
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-2/+2
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-021-0/+6
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+7
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+49
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-081-2/+6
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-081-40/+42
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-081-2/+2
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-081-9/+86
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-1/+1
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-131-0/+38
* Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek2012-05-151-0/+20
OpenPOWER on IntegriCloud