hanchenye-llvm-project/clang/lib
Benjamin Kramer e6f7008534 Remove trivial destructor from SVal.
This enables the faster SmallVector in clang and also allows clang's unused
variable warnings to be more effective. Fix the two instances that popped up.

The RetainCountChecker change actually changes functionality, it would be nice
if someone from the StaticAnalyzer folks could look at it.

llvm-svn: 160444
2012-07-18 19:08:44 +00:00
..
ARCMigrate Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
AST On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) 2012-07-18 16:30:42 +00:00
ASTMatchers Move RefactoringCallbacks to Tooling to avoid dependency from 2012-07-17 08:03:01 +00:00
Analysis Teach CFG construction about destructors resulting from references to array types. Fixes crash in <rdar://problem/11671507>. 2012-07-18 04:57:57 +00:00
Basic Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
CodeGen More replacing of target-dependent intrinsics with target-indepdent 2012-07-18 00:01:03 +00:00
Driver [Win32] Rework crash-report since r145389. 2012-07-17 05:09:29 +00:00
Edit Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. 2012-07-16 18:53:42 +00:00
Frontend Don't crash when emitting fixits following Unicode characters. 2012-07-16 20:52:12 +00:00
FrontendTool Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. 2012-07-17 23:19:16 +00:00
Parse Move helper class into an anonymous namespace. 2012-07-13 13:25:11 +00:00
Rewrite modern objective-c translator: conditionally include 2012-07-16 16:21:45 +00:00
Sema PR13381, part 2: when determining if a defaulted special member function should 2012-07-18 03:51:16 +00:00
Serialization Stop instantiating a class if we hit a static_assert failure. Also, if the 2012-07-11 22:37:56 +00:00
StaticAnalyzer Remove trivial destructor from SVal. 2012-07-18 19:08:44 +00:00
Tooling Reverted custom init hook from r160369. 2012-07-18 12:24:51 +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