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
...
*
[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
*
[objcmt] Add a modernization option to infer and suggest designated initializ...
Argyrios Kyrtzidis
2013-12-10
1
-0
/
+59
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-5
/
+5
*
ObjectiveC migrator. delegate property must be
Fariborz Jahanian
2013-11-21
1
-7
/
+7
*
ObjectiveC migrator. use strong instead of
Fariborz Jahanian
2013-11-21
1
-2
/
+2
*
ObjectiveC migrator. Do not migrate categories with
Fariborz Jahanian
2013-11-19
1
-39
/
+11
*
ObjectiveC migrator: This patch sets access property
Fariborz Jahanian
2013-11-14
1
-27
/
+29
*
[objcmt] Introduce "objcmt-white-list-dir-path=" option.
Argyrios Kyrtzidis
2013-11-14
1
-4
/
+46
*
[objcmt] -objcmt-atomic-property & -objcmt-ns-nonatomic-iosonly are companion...
Argyrios Kyrtzidis
2013-11-14
1
-3
/
+7
*
[objcmt] If no objcmt options were specified, default to enable literals+subs...
Argyrios Kyrtzidis
2013-11-13
1
-1
/
+8
*
[objcmt] Transfer the objcmt flags from the driver to cc1 invocation and
Argyrios Kyrtzidis
2013-11-13
1
-1
/
+1
*
[objcmt] Use FileIDs directly instead of their hash value.
Argyrios Kyrtzidis
2013-11-13
1
-15
/
+15
*
ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY
Fariborz Jahanian
2013-11-13
1
-2
/
+7
*
ObjectiveC migrator. Another alternative to
Fariborz Jahanian
2013-11-12
1
-1
/
+4
*
ObjectiveC migrator. Added a dropped check in my
Fariborz Jahanian
2013-11-08
1
-1
/
+2
*
ObjectiveC migrator. Fixes an obscure bug where
Fariborz Jahanian
2013-11-08
1
-2
/
+6
*
ObjectiveC migrator. Please annotation of properties with
Fariborz Jahanian
2013-11-05
1
-0
/
+3
*
ObjectiveC migrator. When inferring readwrite property,
Fariborz Jahanian
2013-11-01
1
-14
/
+65
*
ObjectiveC migrator. Change naming hueristic for
Fariborz Jahanian
2013-10-31
1
-4
/
+4
*
ObjectiveC migrator: annotate all protocols/methods in
Fariborz Jahanian
2013-10-31
1
-3
/
+40
*
ObjectiveC migrator. Minor clean up of my last patch.
Fariborz Jahanian
2013-10-17
1
-17
/
+17
*
ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS
Fariborz Jahanian
2013-10-17
1
-0
/
+10
*
ObjectiveC migrator. Remove blank lines
Fariborz Jahanian
2013-10-16
1
-3
/
+6
*
ObjectiveC migrator. Don't add 'assign' for
Fariborz Jahanian
2013-10-16
1
-2
/
+5
*
ObjectiveC migrator. 'atomic' is the default attribute.
Fariborz Jahanian
2013-10-16
1
-14
/
+37
*
ObjectiveC migrator. Use 'assign' for 'delegate'
Fariborz Jahanian
2013-10-16
1
-3
/
+3
*
ObjectiveC migrator: Support for more possibility of
Fariborz Jahanian
2013-10-15
1
-28
/
+84
*
ObjectiveC migrator. also support migration to
Fariborz Jahanian
2013-10-11
1
-10
/
+24
[prev]
[next]