llvm-project/clang/lib
David Majnemer 65f8732c14 MS ABI: -fno-rtti-data wasn't data-free enough
While -fno-rtti-data would correctly avoid referencing the RTTI complete
object locator in the VFTable itself, it would emit them anyway.

llvm-svn: 213841
2014-07-24 06:09:19 +00:00
..
ARCMigrate Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
AST Add support for nullptr template arguments to template type diffing. 2014-07-24 04:24:50 +00:00
ASTMatchers Prevent assert in ASTMatchFinder. 2014-07-23 13:17:47 +00:00
Analysis Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. 2014-07-15 11:37:03 +00:00
Basic Add stopgap option -fmodule-implementation-of <name> 2014-07-23 15:30:23 +00:00
CodeGen MS ABI: -fno-rtti-data wasn't data-free enough 2014-07-24 06:09:19 +00:00
Driver AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
Frontend Add stopgap option -fmodule-implementation-of <name> 2014-07-23 15:30:23 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers Add module map entry for ARM ACLE header file 2014-07-23 09:00:21 +00:00
Index Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Lex Simplify MacroInfo lifetime management. We don't need three different functions 2014-07-24 03:25:00 +00:00
Parse In unroll pragma syntax and loop hint metadata, change "enable" forms to a new form using the string "full". 2014-07-23 17:31:31 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema [OPENMP] Fixed DSA detecting for function parameters: by default they must be private. 2014-07-24 02:33:58 +00:00
Serialization [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' directive. 2014-07-23 10:25:33 +00:00
StaticAnalyzer [OPENMP] Initial parsing and sema analysis for 'atomic' directive. 2014-07-22 10:10:35 +00:00
Tooling Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +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