llvm-project/clang/lib
Douglas Gregor a3d3fe9be6 The presence of a user-*declared* constructor makes the default
constructor not user provided (and, therefore, non-trivial). Fixes
<rdar://problem/11736429>.

llvm-svn: 162947
2012-08-30 21:47:37 +00:00
..
ARCMigrate Fix undefined behavior: member function calls where 'this' is a null pointer. 2012-08-23 06:16:52 +00:00
AST objective-C: clang must implicitly convert 2012-08-30 18:49:41 +00:00
ASTMatchers Fixes a bug for binding memoized match results. 2012-08-30 19:41:06 +00:00
Analysis Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. 2012-08-24 07:42:09 +00:00
Basic Define __mips64 / __mips64__ macros for MIPS 64-bit targets. 2012-08-29 20:50:11 +00:00
CodeGen Make alignment computation for pointer values for builtins handle 2012-08-29 21:21:11 +00:00
Driver Reland r160052: Default to -std=c++11 on Windows. 2012-08-30 02:08:31 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We 2012-08-30 19:26:56 +00:00
FrontendTool Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Extend the "__is_pod" hack, which demotes various type trait keywords 2012-08-30 20:04:43 +00:00
Parse Extend the "__is_pod" hack, which demotes various type trait keywords 2012-08-30 20:04:43 +00:00
Rewrite Push ArrayRef through the Expr hierarchy. 2012-08-24 11:54:20 +00:00
Sema The presence of a user-*declared* constructor makes the default 2012-08-30 21:47:37 +00:00
Serialization Keep history of macro definitions and #undefs 2012-08-29 00:20:03 +00:00
StaticAnalyzer [analyzer] Plist diagnostics: Fix a case where we fail to close an XML tag. 2012-08-30 20:43:09 +00:00
Tooling Tooling: Add a runToolOnCodeWithArgs() function that allows 2012-08-30 02:02:19 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00