hanchenye-llvm-project/clang/lib
Argyrios Kyrtzidis 623ecfdba0 Fix the end-location of a CXXTemporaryObjectExpr when it is created with a initializer_list.
rdar://14887351

llvm-svn: 190561
2013-09-11 23:23:27 +00:00
..
ARCMigrate ObjectiveC migration. NS_RETURNS_NOT_RETAINED is the default for 2013-09-11 22:46:09 +00:00
AST Fix the end-location of a CXXTemporaryObjectExpr when it is created with a initializer_list. 2013-09-11 23:23:27 +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 Fix ICE in consumed analysis when CFG is null. 2013-09-10 23:10:10 +00:00
Basic [CMake] Fix repository version checking dependencies harder. 2013-09-11 23:12:55 +00:00
CodeGen Fix 2 cases of uninitialized reads of an invalid PresumedLoc. 2013-09-11 12:33:58 +00:00
Driver clang-cl: Warn about overriding /MD with /MT etc. 2013-09-11 16:38:41 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Fix bug in pointer detection 2013-09-11 20:37:10 +00:00
Frontend Add -fansi-escape-codes option 2013-09-11 00:38:02 +00:00
FrontendTool ObjectiveC migrator. This patch infers readonly properties for no-parameter 2013-08-28 23:22:46 +00:00
Headers Add Intrin.h to the cmake files. 2013-09-06 20:11:28 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Simplify code with the in place path::native. No functionality change. 2013-09-11 11:23:15 +00:00
Parse OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) 2013-09-06 18:03:48 +00:00
Rewrite Remove unused variable. 2013-09-10 23:00:03 +00:00
Sema Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. 2013-09-11 19:47:58 +00:00
Serialization C++ modules: if a class is defined in multiple modules (for instance, because 2013-09-09 16:55:27 +00:00
StaticAnalyzer [analyzer] Handle zeroing constructors for fields of structs with empty bases. 2013-09-11 16:46:50 +00:00
Tooling Simplify code with the in place path::native. No functionality change. 2013-09-11 11:23:15 +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