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
/
Rewrite
/
Frontend
/
RewriteModernObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-5
/
+5
*
Fix indent and remove parameter with a matching default value.
Chad Rosier
2013-01-04
1
-48
/
+38
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-6
/
+6
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-6
/
+6
*
Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,
Eli Friedman
2012-12-13
1
-5
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-6
/
+7
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
1
-1
/
+1
*
objective-C modern translator. Start the line
Fariborz Jahanian
2012-11-07
1
-1
/
+1
*
modern ObjC translator. Insert line number for @synchronized statements.
Fariborz Jahanian
2012-11-07
1
-1
/
+3
*
objective-C modern rewriter. Insert line numbers in
Fariborz Jahanian
2012-11-06
1
-11
/
+44
*
RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...
NAKAMURA Takumi
2012-11-06
1
-1
/
+1
*
Modern objective-C translator: Start adding line info to the
Fariborz Jahanian
2012-11-06
1
-0
/
+31
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-2
/
+3
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-06
1
-2
/
+2
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-0
/
+7540
[prev]