llvm-project/clang/lib
Nick Lewycky 2492169aee When building ubsan, link in ubsan parts first and sanitizer-common second, to
pick up the common bits ubsan actually needs. Also remove whole-archive when we
aren't trying to re-export the symbols.

llvm-svn: 193022
2013-10-19 00:27:23 +00:00
..
ARCMigrate ObjectiveC migrator. Minor clean up of my last patch. 2013-10-17 23:13:13 +00:00
AST Fix 80-column violation. 2013-10-18 01:34:56 +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 Consumed analysis: fix assert failure. 2013-10-18 23:11:49 +00:00
Basic [Mips] Define __mips_fpr and _MIPS_FPSET macros. 2013-10-18 13:13:53 +00:00
CodeGen [AArch64] Add support for NEON scalar extract narrow instructions. 2013-10-18 14:03:36 +00:00
Driver When building ubsan, link in ubsan parts first and sanitizer-common second, to 2013-10-19 00:27:23 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format clang-format: Be more aggressive on incorrect code. 2013-10-18 17:20:57 +00:00
Frontend Fix crash if a submodule @imports another submodule from the same module. The 2013-10-18 22:48:20 +00:00
FrontendTool Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
Headers Add implementations of the MSVC barrier intrinsics 2013-10-17 01:29:48 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' 2013-10-18 00:33:31 +00:00
Parse Check "late parsed" friend functions for redefinition 2013-10-18 05:54:24 +00:00
Rewrite Fix typo: inccrementally 2013-10-13 12:02:16 +00:00
Sema Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. 2013-10-19 00:05:00 +00:00
Serialization C++ modules: don't lose track of a 'namespace std' that is imported from a module. 2013-10-18 06:54:39 +00:00
StaticAnalyzer [analyzer] Don't draw edges to C++11 in-class member initializers. 2013-10-16 17:45:35 +00:00
Tooling Reverted r192992 broke windows and freebsd builds. 2013-10-18 19:48:31 +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