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
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-7756
/
+0
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+2
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-141
/
+140
*
Objective-C rewriter. Use _WIN64 instead of __LLP64__
Fariborz Jahanian
2014-04-16
1
-1
/
+1
*
Objective-C modern translator. Fix declaration of
Fariborz Jahanian
2014-04-01
1
-0
/
+4
*
[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
-8
/
+8
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-5
/
+4
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-12
/
+4
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-8
/
+3
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-8
/
+3
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-2
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
1
-26
/
+10
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-25
/
+10
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-6
/
+6
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-24
/
+9
*
[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
-7
/
+2
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-2
/
+1
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-16
/
+10
*
RewriteObjC: Factor string literal creation into a helper and make sure it ge...
Benjamin Kramer
2014-02-25
1
-56
/
+22
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-20
/
+17
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-22
/
+29
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-2
/
+2
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
ObjectiveC modern translator. Fixes a translation bug
Fariborz Jahanian
2013-11-22
1
-6
/
+3
*
ObjectiveC modern rewriter. Rewrite typedefs
Fariborz Jahanian
2013-10-07
1
-0
/
+15
*
Revert my patch in r191155 to allow forward
Fariborz Jahanian
2013-09-24
1
-9
/
+12
*
ObjectiveC modern translator: Provide proper cast of
Fariborz Jahanian
2013-09-17
1
-1
/
+1
*
Remove unused variable.
Eli Friedman
2013-09-10
1
-1
/
+0
*
Modern ObjectiveC translator. Fix translation of
Fariborz Jahanian
2013-09-09
1
-36
/
+26
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-14
/
+14
*
ObjectiveC modern translator: fix up generated fast enumeration
Fariborz Jahanian
2013-09-05
1
-18
/
+23
*
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
-17
/
+17
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-17
/
+17
*
Objective-C modern rewriter. Fixes a bug
Fariborz Jahanian
2013-04-03
1
-3
/
+9
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-17
/
+17
*
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-15
1
-2
/
+1
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-34
/
+25
*
objective-C modern translator: Fixes a mistranslation
Fariborz Jahanian
2013-02-11
1
-1
/
+3
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
2013-02-08
1
-0
/
+2
*
objective-C modern translator. Fixes a trivial
Fariborz Jahanian
2013-02-08
1
-3
/
+3
*
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-08
1
-7
/
+11
*
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
1
-2
/
+23
*
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-02-07
1
-28
/
+265
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-5
/
+2
[next]