hanchenye-llvm-project/clang/lib/ARCMigrate
Argyrios Kyrtzidis f3d587ea7c Refactor recording the preprocessor conditional directive regions out of
PreprocessingRecord and into its own class, PPConditionalDirectiveRecord.

Decoupling allows a client to use the functionality of PPConditionalDirectiveRecord
without needing a PreprocessingRecord.

llvm-svn: 169229
2012-12-04 07:27:05 +00:00
..
ARCMT.cpp Remove old driver code to grab the iOS simulator version from the -D option. 2012-11-09 01:59:30 +00:00
ARCMTActions.cpp Extract the (InputKind, std::string) pair used to describe inputs to 2012-01-20 16:28:04 +00:00
CMakeLists.txt Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
FileRemapper.cpp Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
Internals.h Use a .def file for most of the diagnostic options. 2012-10-23 23:11:23 +00:00
Makefile
ObjCMT.cpp Refactor recording the preprocessor conditional directive regions out of 2012-12-04 07:27:05 +00:00
PlistReporter.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
TransAPIUses.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransARCAssign.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransAutoreleasePool.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransBlockObjCVariable.cpp Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. 2012-12-01 15:09:41 +00:00
TransEmptyStatementsAndDealloc.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransGCAttrs.cpp Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. 2012-07-04 20:19:54 +00:00
TransGCCalls.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransProperties.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransRetainReleaseDealloc.cpp Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
TransUnbridgedCasts.cpp Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. 2012-12-01 15:09:41 +00:00
TransUnusedInitDelegate.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransZeroOutPropsInDealloc.cpp s/tranform/transform/ 2012-11-14 15:08:31 +00:00
TransformActions.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
Transforms.cpp Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
Transforms.h s/tranform/transform/ 2012-11-14 15:08:31 +00:00