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
/
Lex
/
Preprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move the linux predefined macro definition to the TargetInfo, where it really...
Nuno Lopes
2008-07-05
1
-5
/
+0
*
predefine the macro linux when compiled on a linux system. this fixes the bui...
Nuno Lopes
2008-07-05
1
-0
/
+5
*
clang uses the llvm backend, so define __llvm__ like llvm-gcc.
Chris Lattner
2008-06-26
1
-0
/
+3
*
Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __...
Steve Naroff
2008-05-15
1
-0
/
+2
*
DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when...
Steve Naroff
2008-05-09
1
-2
/
+0
*
Neil pointed out that clang doesn't generate ranges from diagnostics
Chris Lattner
2008-05-05
1
-0
/
+20
*
simplify ownership of the predefines buffer.
Chris Lattner
2008-04-19
1
-5
/
+1
*
class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...
Ted Kremenek
2008-04-17
1
-0
/
+2
*
Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob...
Ted Kremenek
2008-04-17
1
-0
/
+2
*
move #include to the file that needs it.
Chris Lattner
2008-03-18
1
-1
/
+0
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+560