summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/CompilationDatabaseTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+69
* Adds a tooling library.Manuel Klimek2012-04-041-0/+223
OpenPOWER on IntegriCloud