llvm-project/clang/lib
Renato Golin c640ff63e2 Revert "[CodeGen] Fix crash with duplicated mangled name."
This reverts commit r234767, as it was breaking all ARM buildbots for two days and the
assert is not in the code, making it difficult to spot the error, which would keep the
bots red for a few more days. New errors were silently introduced because of this bug,
and we don't want this to escalate.

llvm-svn: 234983
2015-04-15 08:44:40 +00:00
..
ARCMigrate Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
AST Change range-based for-loops to be -Wrange-loop-analysis clean. 2015-04-15 01:21:42 +00:00
ASTMatchers Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
Analysis Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
Basic R600: Add GCC reg names 2015-04-14 14:36:56 +00:00
CodeGen Revert "[CodeGen] Fix crash with duplicated mangled name." 2015-04-15 08:44:40 +00:00
Driver uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists 2015-04-15 01:16:18 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: Determine "in" as a keyword in ObjC for loops more precisely 2015-04-15 07:26:18 +00:00
Frontend uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists 2015-04-15 01:16:18 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers _mm256_blend_epi16 is being cast to __m256d instead of __m256i. Fixing this. 2015-04-10 02:39:45 +00:00
Index Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Lex MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it. 2015-04-06 20:01:49 +00:00
Parse Don't eagerly typo-correct to a keyword if the next token is a right paren. 2015-04-10 19:16:46 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. 2015-04-15 04:52:20 +00:00
Serialization Workaround a performance issue with modules + PCH 2015-04-10 22:25:42 +00:00
StaticAnalyzer [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker. 2015-04-14 14:18:04 +00:00
Tooling Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00