llvm-project/clang/lib/ARCMigrate
Richard Smith f79178635a Model type attributes as regular Attrs.
Specifically, AttributedType now tracks a regular attr::Kind rather than
having its own parallel Kind enumeration, and AttributedTypeLoc now
holds an Attr* instead of holding an ad-hoc collection of Attr fields.

Differential Revision: https://reviews.llvm.org/D50526

llvm-svn: 339623
2018-08-13 22:07:09 +00:00
..
ARCMT.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ARCMTActions.cpp [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
CMakeLists.txt
FileRemapper.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Internals.h Remove trailing space 2018-07-30 19:24:48 +00:00
ObjCMT.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
PlistReporter.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransAPIUses.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
TransARCAssign.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransAutoreleasePool.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
TransBlockObjCVariable.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransEmptyStatementsAndDealloc.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransGCAttrs.cpp Model type attributes as regular Attrs. 2018-08-13 22:07:09 +00:00
TransGCCalls.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
TransProperties.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransProtectedScope.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
TransRetainReleaseDealloc.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
TransUnbridgedCasts.cpp Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
TransUnusedInitDelegate.cpp [modules] Stop trying to fake up a linear MacroDirective history. 2015-04-29 23:20:19 +00:00
TransZeroOutPropsInDealloc.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TransformActions.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
Transforms.cpp Model type attributes as regular Attrs. 2018-08-13 22:07:09 +00:00
Transforms.h Remove trailing space 2018-07-30 19:24:48 +00:00