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
...
*
- Implement __block.
Steve Naroff
2008-09-02
1
-3
/
+10
*
Pull code from last commit. will put back soon.
Steve Naroff
2008-09-02
1
-7
/
+0
*
Implement block pseudo-storage class modifiers (__block, __byref).
Steve Naroff
2008-09-02
1
-0
/
+7
*
Add a safety check.
Argyrios Kyrtzidis
2008-08-23
1
-0
/
+2
*
Move some ObjC preprocessor definitions into
Daniel Dunbar
2008-08-12
1
-1
/
+18
*
remove obsolete comment.
Chris Lattner
2008-08-11
1
-13
/
+0
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-0
/
+11
*
Allow the preprocessor to cache the lexed tokens, so that we can do efficient...
Argyrios Kyrtzidis
2008-08-10
1
-1
/
+3
*
Patch by
Ted Kremenek
2008-07-19
1
-1
/
+1
*
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
[prev]