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
/
Frontend
/
PrintPreprocessedOutput.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to
Daniel Dunbar
2009-11-11
1
-1
/
+1
*
Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E
Daniel Dunbar
2009-11-11
1
-10
/
+16
*
Fix buffer overflow in PrintMacroDefinition() by inverting the check to see i...
Ted Kremenek
2009-11-03
1
-1
/
+1
*
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-18
1
-2
/
+2
*
Move misc clients to IdentifierInfo StringRef API.
Daniel Dunbar
2009-10-18
1
-2
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-48
/
+48
*
no really, add the lines :)
Chris Lattner
2009-06-15
1
-1
/
+1
*
Fix PR2741 by making our newline tracking be aware of newlines that
Chris Lattner
2009-06-15
1
-0
/
+35
*
PR4288: Make -dD (dump macros with preprocessed source) play nicely with
Eli Friedman
2009-06-02
1
-2
/
+7
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-1
/
+1
*
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
1
-2
/
+0
*
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman
2009-05-19
1
-0
/
+467
[prev]