llvm-project/clang/lib
Reid Kleckner 1ece9fc806 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Summary: Dynamic initializers are mangled as ??__E <name> YAXXZ.

Reviewers: timurrrr

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1477

llvm-svn: 190434
2013-09-10 20:43:12 +00:00
..
ARCMigrate ObjectiveC migrator: rename inferred isXXX property, 2013-09-10 18:39:32 +00:00
AST [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does 2013-09-10 20:43:12 +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 a crash introduced in r189828. 2013-09-09 21:07:58 +00:00
Basic Delete unused static class members 2013-09-10 09:26:48 +00:00
CodeGen [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does 2013-09-10 20:43:12 +00:00
Driver clang-cl: Support building DLLs (PR17083) 2013-09-10 20:18:04 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 2013-09-10 13:41:43 +00:00
Frontend The OpenCL standard specifies the sizes and alignments of various types than other C-family 2013-09-09 09:17:24 +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 Use new UnicodeCharSet interface. 2013-08-29 12:12:31 +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 Modern ObjectiveC translator. Fix translation of 2013-09-09 19:59:59 +00:00
Sema [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +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 Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling. 2013-09-03 21:02:22 +00:00
Tooling Adding a vector version of clang::tooling::shiftedCodePosition(). 2013-08-27 15:44:26 +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