summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/CompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-9/+8
* CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" b...NAKAMURA Takumi2013-12-141-1/+2
* clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov2013-12-131-2/+6
* Fixed a bad assert from r194968. r194969 removed the assert.Richard Trieu2013-12-051-0/+1
* Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-W...NAKAMURA Takumi2013-11-171-3/+2
* Remove a bad string compare from r194968Alp Toker2013-11-171-1/+0
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-171-2/+185
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+5
* Only report first error when no compilation database is found.Daniel Jasper2012-10-151-2/+7
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-256/+36
* Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...Alexander Kornienko2012-07-171-1/+1
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-131-0/+20
* Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...Daniel Jasper2012-07-111-0/+9
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-101-9/+33
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-1/+18
* Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi2012-05-231-2/+6
* Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek2012-05-151-6/+22
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+27
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-36/+45
* Adds a tooling library.Manuel Klimek2012-04-041-0/+230
OpenPOWER on IntegriCloud