llvm-project/clang/lib
Richard Smith 4f3e3811d1 Rename RAII objects for performing eager instantiation to have names that
describe what they're for, not how they do it, and factor out a bit more
common code into them.

llvm-svn: 303479
2017-05-20 01:36:41 +00:00
..
ARCMigrate [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
AST [ODRHash] Revert r303450 to fix buildbot 2017-05-19 22:35:41 +00:00
ASTMatchers Add cxxStdInitializerListExpr AST matcher 2017-05-05 21:01:12 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic CodeGen: Cast alloca to expected address space 2017-05-18 18:51:09 +00:00
CodeGen CodeGenModule: Always output wchar_size, check LLVM assumptions. 2017-05-20 01:29:55 +00:00
Driver clang-cl: Fix path-based MSVC version detection 2017-05-17 15:27:44 +00:00
Edit [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
Format [clang-format] Handle trailing comment sections in import statement lines 2017-05-19 10:34:57 +00:00
Frontend [Frontend] Remove unused TemporaryFiles 2017-05-17 14:51:44 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers (1) Fixed mismatch in intrinsics names in declarations and in doxygen comments. 2017-05-17 01:46:11 +00:00
Index [index] Record references to class receivers used in property references 2017-05-18 10:43:11 +00:00
Lex Remove last (unnecessary) use of mapping from SourceLocation to Module and 2017-05-19 23:49:00 +00:00
Parse Fix valid-for-expr ellipses eaten as invalid decl 2017-05-20 00:21:55 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Rename RAII objects for performing eager instantiation to have names that 2017-05-20 01:36:41 +00:00
Serialization [modules] Further delay calling DeclMustBeEmitted until it's safe. 2017-05-19 16:46:06 +00:00
StaticAnalyzer [Statistics] Use the new Statistic::updateMax to atomically calculate a maximum value statistic. 2017-05-18 01:11:52 +00:00
Tooling [tooling] RefactoringCallbacks code cleanup 2017-05-12 00:16:56 +00:00
CMakeLists.txt