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-tools-extra
/
modularize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM api change
Rafael Espindola
2014-08-25
1
-5
/
+5
*
Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)
David Blaikie
2014-08-10
1
-4
/
+4
*
Plug memory leaks.
Benjamin Kramer
2014-07-24
1
-2
/
+2
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-4
/
+4
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-4
/
+4
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-5
/
+5
*
Unbreak the build after r211244.
David Blaikie
2014-06-19
1
-13
/
+0
*
Prefix error_code with std.
Rafael Espindola
2014-06-12
1
-8
/
+8
*
Quick build fix.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
3
-25
/
+25
*
Remove inclusions of LLVM's private config.h
Alp Toker
2014-06-04
1
-1
/
+0
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
2
-8
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Fix typo
Alp Toker
2014-01-09
1
-1
/
+1
*
Fix the top header that corresponds to this source file. Thanks for
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
2
-5
/
+5
*
Fix assertion error.
John Thompson
2013-12-10
1
-1
/
+1
*
[CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
2013-12-10
1
-2
/
+4
*
[CMake] clang-tools-extra may not depend on LLVM CodeGen.
NAKAMURA Takumi
2013-12-09
1
-4
/
+2
*
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...
John Thompson
2013-12-07
1
-13
/
+22
*
Improve comment, as requested by Alp Toker.
John Thompson
2013-12-04
1
-1
/
+1
*
Fix a variety of user-visible and comment typos
Alp Toker
2013-12-01
1
-2
/
+2
*
clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...
NAKAMURA Takumi
2013-10-16
1
-2
/
+6
*
ModuleAssistant: Fix warning, don't return bool as a pointer.
Will Dietz
2013-10-15
1
-1
/
+1
*
Added module map generation option.
John Thompson
2013-10-15
4
-4
/
+396
*
Added colon to make proper error message prefix.
John Thompson
2013-09-20
1
-2
/
+2
*
Don't use default label in fully covered switch
Alexey Samsonov
2013-09-19
1
-2
/
+0
*
Check for #include in extern and namespace blocks.
John Thompson
2013-09-18
3
-24
/
+247
*
Modularize: Use in-place version of sys::path::native.
Benjamin Kramer
2013-09-11
1
-2
/
+2
*
modularize - Fix of header dependencies - this time with the source.
John Thompson
2013-09-04
1
-11
/
+103
*
modularize - Update main comment.
John Thompson
2013-09-04
1
-11
/
+7
*
Revert svn 189837 "Added header dependencies support."
Bob Wilson
2013-09-04
1
-132
/
+29
*
Added header dependencies support.
John Thompson
2013-09-03
1
-29
/
+132
*
Ran clang-format for a base-line.
John Thompson
2013-09-03
2
-19
/
+15
*
Updated the main comment with respect to problems and future directions.
John Thompson
2013-08-26
1
-32
/
+16
*
Fixed some issues that resulted in erroneous duplicate symbol error messages.
John Thompson
2013-08-26
1
-1
/
+11
*
Add dependencies on TransformUtils library in preparation for re-applying r18...
Alexey Samsonov
2013-08-19
1
-1
/
+1
*
Avoid errors on header guards using #if defined(NAME).
John Thompson
2013-08-13
1
-0
/
+2
*
Remove CRs added in r187370.
Nico Weber
2013-08-12
1
-20
/
+20
*
Fixed coding convention naming issue - variable names start with uppercase.
John Thompson
2013-08-09
1
-33
/
+33
*
Fix false error message for function-style macro instance used as arguments i...
John Thompson
2013-08-09
1
-0
/
+9
*
Extend comments for problems and future directions.
John Thompson
2013-08-09
1
-2
/
+15
*
Comment changes. Added current problems comment.
John Thompson
2013-08-08
1
-3
/
+23
*
Fixed incorrect header guard/nested header mechanism.
John Thompson
2013-08-07
1
-5
/
+7
*
Fixed uninitialized member, plus recommit of 187736.
John Thompson
2013-08-05
1
-12
/
+27
*
Reverting r187736. It broke some public bots:
Arnold Schwaighofer
2013-08-05
1
-25
/
+11
[next]