llvm-project/clang/lib
Daniel Dunbar 1cbaae56cf Switch CGDebugInfo type cache to using an AssertingVH.
llvm-svn: 82321
2009-09-19 19:27:24 +00:00
..
AST Disable questionable code for handling isNullPointerConstant on value dependent 2009-09-18 08:46:16 +00:00
Analysis Re-introduce diagnostic caching in BugReporter that was originally added in 2009-09-18 22:37:37 +00:00
Basic don't stick an uninitialized 'stat' buf into the stat cache, fill it 2009-09-18 04:51:01 +00:00
CodeGen Switch CGDebugInfo type cache to using an AssertingVH. 2009-09-19 19:27:24 +00:00
Driver Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. 2009-09-18 08:15:13 +00:00
Frontend Fix regression introduced by r82198 that caused functions/methods with invalid CFGs to get analyzed. 2009-09-18 22:29:35 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Lex Initial implementation of a code-completion interface in Clang. In 2009-09-17 21:32:03 +00:00
Parse C++ code completion after the "operator" keyword. Provide overloaded 2009-09-18 20:05:18 +00:00
Rewrite Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Sema In C++ code completion, only suggest the "template" keyword after ".", 2009-09-18 23:55:56 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00