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
/
RewriteBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove RewriteBlocks. It has been superseded by RewriteObjC
Kovarththanan Rajaratnam
2009-12-23
1
-1152
/
+0
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-3
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-144
/
+143
*
More <sstream> removal.
Benjamin Kramer
2009-09-07
1
-1
/
+0
*
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-08-19
1
-1
/
+2
*
Change uses of:
Ted Kremenek
2009-07-29
1
-7
/
+7
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-7
/
+7
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-7
/
+7
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-14
/
+8
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-3
/
+3
*
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-30
1
-2
/
+3
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-1
/
+1
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-6
/
+2
*
Pass an ASTContext into Stmt::printPretty.
Eli Friedman
2009-05-30
1
-2
/
+2
*
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
1
-8
/
+12
*
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
1
-0
/
+1158