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
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
1
-24
/
+59
*
Change uses of:
Ted Kremenek
2009-07-29
1
-15
/
+15
*
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-18
1
-10
/
+1
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-16
/
+16
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-16
/
+16
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-3
/
+4
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-66
/
+49
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-4
/
+4
*
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-30
1
-3
/
+5
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-1
/
+1
*
Pass an ASTContext into Stmt::printPretty.
Eli Friedman
2009-05-30
1
-4
/
+4
*
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
1
-9
/
+13
*
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
1
-2
/
+0
*
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
1
-0
/
+4691