aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/JSONCompilationDatabase.cpp
AgeCommit message (Expand)Author
2019-03-08[clang][Tooling] Delete dots and dotdots when generating absolute pathsKadir Cetinkaya
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-14[Tooling] JSONCompilationDatabasePlugin infers compile commands for missing f...Sam McCall
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-14[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-05-05[Tooling] Remove redundant check, NFCiKrasimir Georgiev
2016-12-01Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger
2016-08-18Fix json compilation database syntax on non-Windows.Zachary Turner
2016-08-18Resubmit "[Tooling] Parse compilation database command lines on Windows."Zachary Turner
2016-08-17Revert "[Tooling] Parse compilation database command lines on Windows."Zachary Turner
2016-08-17[Tooling] Parse compilation database command lines on Windows.Zachary Turner
2015-09-22[tooling] Provide the compile commands of the JSON database in the order that...Argyrios Kyrtzidis
2015-09-11[tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis
2015-09-08Fix performance regression when running clang tools.Manuel Klimek
2015-08-14Add structed way to express command line options in the compilation database.Manuel Klimek
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren
2014-08-08Sure-up MemoryBuffer ownership in JSONCompilationDatabase's ctor.David Blaikie
2014-08-08CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie
2014-07-06Update for llvm api change.Rafael Espindola
2014-06-12Include system_error directly.Rafael Espindola
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-01Don't compare an error_code with nullptr.Rafael Espindola
2014-05-20[C++11] Use 'nullptr'. Tooling edition.Craig Topper
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles
2013-11-27Remove a whole lot of unused variablesAlp Toker
2013-07-01Put helper class in anonymous namespace.Craig Topper
2013-03-02CommandLineArgumentParser: handle single quotes.Peter Collingbourne
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-08-24Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...NAKAMURA Takumi
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper