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
/
ARCMigrate
/
ObjCMT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Objective-C SDK modernizer. When modernizing an enum to
Fariborz Jahanian
2014-12-10
1
-4
/
+13
*
Objective-C SDK modernizer. Modernize to use
Fariborz Jahanian
2014-12-09
1
-6
/
+12
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-5
/
+5
*
Objective-C SDK modernization tool. Use its own option
Fariborz Jahanian
2014-10-31
1
-1
/
+1
*
Objective-C SDK modernization. import Foundation even
Fariborz Jahanian
2014-10-09
1
-7
/
+4
*
Objective-C SDK modernization. convert message expression
Fariborz Jahanian
2014-10-09
1
-0
/
+105
*
Objective-C SDK modernization. When modernizing to
Fariborz Jahanian
2014-10-07
1
-7
/
+25
*
Objective-C SDK modernizer. Patch to support modernization
Fariborz Jahanian
2014-10-06
1
-16
/
+26
*
Objective-C Modernizer. Patch to remove dangling space
Fariborz Jahanian
2014-10-01
1
-2
/
+6
*
Objective-C SDK modernizer. Do not modernize an enum
Fariborz Jahanian
2014-09-15
1
-1
/
+1
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+2
*
Update for llvm API change.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
1
-5
/
+3
*
Use the pointer-like API of ErrorOr.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Use std::unique_ptr in a few methods that take ownership.
Rafael Espindola
2014-08-17
1
-3
/
+4
*
Update for llvm api changes.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-24
/
+14
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-14
/
+24
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-24
/
+14
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-4
/
+4
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
[objcmt] Make sure we don't edit the return type to add 'instancetype' if the...
Argyrios Kyrtzidis
2014-05-21
1
-4
/
+8
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-9
/
+9
*
[objcmt] Revert r191796, it's not needed anymore.
Argyrios Kyrtzidis
2014-04-28
1
-31
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-14
1
-10
/
+10
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-3
/
+1
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-2
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-15
/
+4
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+4
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
2014-01-26
1
-11
/
+5
*
Identify two more unsafe uses of getCustomDiagID()
Alp Toker
2014-01-26
1
-0
/
+4
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-16
/
+15
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-16
/
+16
*
ObjectiveC migrator. Fixes a bug when protocol
Fariborz Jahanian
2013-12-17
1
-1
/
+3
*
Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.
Hans Wennborg
2013-12-12
1
-0
/
+340
*
Revert r197076: "[objcmt] When emitting a remap file, use a json format
Hans Wennborg
2013-12-12
1
-340
/
+0
*
Objective-C migrator: when inferring 'readonly' property of an
Fariborz Jahanian
2013-12-12
1
-1
/
+3
*
Remove extra qualification to fix build with g++ after r197076
Alp Toker
2013-12-11
1
-1
/
+1
*
[objcmt] When emitting a remap file, use a json format with the edit entries,...
Argyrios Kyrtzidis
2013-12-11
1
-0
/
+340
*
[objcmt] When whitelisting the headers we want to modify, allow changing the
Argyrios Kyrtzidis
2013-12-11
1
-9
/
+43
[next]