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
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+3
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-103
/
+103
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-22
/
+12
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-23
/
+22
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-5
/
+4
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+1
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-12
/
+4
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
1
-20
/
+8
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-21
/
+9
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-3
/
+3
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-9
/
+6
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-7
/
+4
*
RewriteObjC: Factor string literal creation into a helper and make sure it ge...
Benjamin Kramer
2014-02-25
1
-29
/
+14
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-15
/
+13
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-22
/
+29
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-14
/
+14
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-10
/
+10
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-8
/
+8
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-14
/
+14
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-14
/
+14
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-14
/
+14
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-26
/
+20
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-5
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-5
/
+4
*
Fix indent and remove parameter with a matching default value.
Chad Rosier
2013-01-04
1
-46
/
+36
*
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
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+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
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-1
/
+2
*
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
/
+6028