index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Tooling
/
CompilationDatabase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+1
*
Improve const-ness
David Blaikie
2015-04-17
1
-5
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
Tooling: Hide implementation details
Benjamin Kramer
2015-03-09
1
-3
/
+7
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-4
/
+3
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-3
/
+3
*
CompilationDatabase: Sure-up ownership of compilation databases using std::un...
David Blaikie
2014-08-08
1
-14
/
+13
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'. Tooling edition.
Craig Topper
2014-05-20
1
-5
/
+5
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-3
/
+3
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
PR19601: std::remove_if does not really remove the elements.
Arnaud A. de Grandmaison
2014-04-30
1
-2
/
+3
*
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...
Benjamin Kramer
2014-03-10
1
-1
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-3
/
+3
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-9
/
+8
*
CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" b...
NAKAMURA Takumi
2013-12-14
1
-1
/
+2
*
clang-check to ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
2013-12-13
1
-2
/
+6
*
Fixed a bad assert from r194968. r194969 removed the assert.
Richard Trieu
2013-12-05
1
-0
/
+1
*
Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-W...
NAKAMURA Takumi
2013-11-17
1
-3
/
+2
*
Remove a bad string compare from r194968
Alp Toker
2013-11-17
1
-1
/
+0
*
Relax some preconditions for using FixedCompilationDatabase.
Edwin Vane
2013-11-17
1
-2
/
+185
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
1
-0
/
+5
*
Only report first error when no compilation database is found.
Daniel Jasper
2012-10-15
1
-2
/
+7
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-256
/
+36
*
Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...
Alexander Kornienko
2012-07-17
1
-1
/
+1
*
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-13
1
-0
/
+20
*
Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...
Daniel Jasper
2012-07-11
1
-0
/
+9
*
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
1
-9
/
+33
*
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-07-10
1
-1
/
+18
*
Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...
NAKAMURA Takumi
2012-05-23
1
-2
/
+6
*
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-15
1
-6
/
+22
*
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-18
1
-0
/
+27
*
Switches the JSONCompilationDatabase to use the YAML parser.
Manuel Klimek
2012-04-17
1
-36
/
+45
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+230