llvm-project/clang/lib
Ted Kremenek c98cdd175a Start the ball rolling on C++ support in the static analyzer. For
now, don't construct CFGs that contain C++ try/catch statements, and
have GRExprEngine abort a path if it encounters a C++ construct it
doesn't understand (which is mostly everything at this point).

llvm-svn: 91389
2009-12-15 01:38:04 +00:00
..
AST Improve template instantiation for object constructions in several ways: 2009-12-14 19:27:10 +00:00
Analysis Start the ball rolling on C++ support in the static analyzer. For 2009-12-15 01:38:04 +00:00
Basic FileManager: Do not cache failed stats, it is easy to construct common 2009-12-11 00:27:20 +00:00
CodeGen Fix spacing. 2009-12-15 01:22:35 +00:00
Driver Driver: Pass -resource-dir to clang -cc1, since the driver presumably already found itself. 2009-12-15 01:02:52 +00:00
Frontend Add -resource-dir to clang -cc1, this allows the base directory for compiler 2009-12-15 00:06:45 +00:00
Headers Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. 2009-12-14 05:15:02 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex move the VarargsElided member of MacrosArgs to shrink the MacroArgs struct 2009-12-14 22:12:52 +00:00
Parse Remember the type name's scope specifier in the DeclSpec. 2009-12-12 11:40:51 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Implement value initialization in InitializationSequence; untested 2009-12-15 00:01:57 +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