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
/
PreprocessorTracker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
Craig Topper
2014-09-10
1
-1
/
+2
*
Unbreak the build after r211244.
David Blaikie
2014-06-19
1
-13
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-19
/
+19
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
1
-3
/
+3
*
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...
John Thompson
2013-12-07
1
-13
/
+22
*
Added colon to make proper error message prefix.
John Thompson
2013-09-20
1
-2
/
+2
*
Check for #include in extern and namespace blocks.
John Thompson
2013-09-18
1
-3
/
+149
*
Ran clang-format for a base-line.
John Thompson
2013-09-03
1
-11
/
+8
*
Avoid errors on header guards using #if defined(NAME).
John Thompson
2013-08-13
1
-0
/
+2
*
Fix false error message for function-style macro instance used as arguments i...
John Thompson
2013-08-09
1
-0
/
+9
*
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
*
Fixed incorrect include file exit detection. Added work-around to avoid erro...
John Thompson
2013-08-05
1
-11
/
+25
*
Fixed comment issues (non-ASCII chars, typos) per review, expanded some comme...
John Thompson
2013-07-29
1
-33
/
+78
*
modularize: Remove default case from fully covered switch.
Benjamin Kramer
2013-07-27
1
-4
/
+1
*
Fixed case change that caused the test failure. Incorporarated Sean's review...
John Thompson
2013-07-26
1
-0
/
+1220
*
Revert "Added new feature for checking macro and preprocessor conditional con...
Rafael Espindola
2013-07-26
1
-1036
/
+0
*
Added new feature for checking macro and preprocessor conditional consistency.
John Thompson
2013-07-26
1
-0
/
+1036