llvm-project/clang/lib
Manuel Klimek 5843add31e Fix use-after-free.
TemplateDeclInstantiator takes the MultiLevelArgumentList by const-ref
and stores a const-ref member. Thus, we must not pass a temporary
into the constructor.

llvm-svn: 191665
2013-09-30 13:29:01 +00:00
..
ARCMigrate ObjectiveC migrator. Infer property from getters only 2013-09-27 22:55:54 +00:00
AST Revert the linkage fix. 2013-09-29 20:27:06 +00:00
ASTMatchers Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. 2013-08-30 15:09:52 +00:00
Analysis Make sort predicate match the qsort convention. 2013-09-22 15:02:02 +00:00
Basic Add character set related __STDC_* definitions. 2013-09-29 07:54:52 +00:00
CodeGen Implement conversion to function pointer for generic lambdas without captures. 2013-09-29 08:45:24 +00:00
Driver Fix misspelling of -fmodules-decluse. 2013-09-29 12:40:54 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Improve alignment after 'return'. 2013-09-30 08:29:03 +00:00
Frontend Add character set related __STDC_* definitions. 2013-09-29 07:54:52 +00:00
FrontendTool ObjectiveC migrator. This patch infers readonly properties for no-parameter 2013-08-28 23:22:46 +00:00
Headers Typo correction: _int64 -> __int64. 2013-09-28 00:15:41 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Mark lambda init-captures as complete. 2013-09-28 04:37:56 +00:00
Parse Don't suggest namespaces if the next token is a '.' 2013-09-27 23:54:23 +00:00
Rewrite Revert my patch in r191155 to allow forward 2013-09-24 17:03:07 +00:00
Sema Fix use-after-free. 2013-09-30 13:29:01 +00:00
Serialization Per latest drafting, switch to implementing init-captures as if by declaring 2013-09-28 04:02:39 +00:00
StaticAnalyzer [analyzer] Make inlining decisions based on the callee being variadic. 2013-09-28 02:04:19 +00:00
Tooling Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. 2013-09-12 18:23:34 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00