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
/
JSONCompilationDatabase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sure-up MemoryBuffer ownership in JSONCompilationDatabase's ctor.
David Blaikie
2014-08-08
1
-2
/
+2
*
CompilationDatabase: Sure-up ownership of compilation databases using std::un...
David Blaikie
2014-08-08
1
-7
/
+7
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-5
/
+4
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't compare an error_code with nullptr.
Rafael Espindola
2014-06-01
1
-1
/
+1
*
[C++11] Use 'nullptr'. Tooling edition.
Craig Topper
2014-05-20
1
-14
/
+14
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-5
/
+5
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+1
*
Put helper class in anonymous namespace.
Craig Topper
2013-07-01
1
-2
/
+2
*
CommandLineArgumentParser: handle single quotes.
Peter Collingbourne
2013-03-02
1
-3
/
+14
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-21
/
+19
*
Fix spurious output in JSONCompilationDatabase
Arnaud A. de Grandmaison
2013-01-12
1
-5
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
1
-9
/
+25
*
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-10-08
1
-3
/
+23
*
Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...
NAKAMURA Takumi
2012-08-24
1
-1
/
+1
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-0
/
+283