hanchenye-llvm-project/clang/lib
Ted Kremenek c42f345157 When building SwitchStmts in Sema, record whether all the enum values of a switch(enum) where
covered by individual case statements.  Flow-based analyses may wish to consult this information,
and recording this in the AST allows us to obviate reconstructing this information later when
we build the CFG.

llvm-svn: 113447
2010-09-09 00:05:53 +00:00
..
AST Fix warnings caused by new CXXUuidofExprClass enumerator. 2010-09-08 23:47:05 +00:00
Analysis FinishBlock() is essentially doing nothing except returning '!badCFG'. 2010-09-06 07:32:31 +00:00
Basic Allow 'o' and 'V' as constraints for output asm operands. 2010-09-07 18:40:41 +00:00
Checker Fix warnings caused by new CXXUuidofExprClass enumerator. 2010-09-08 23:47:05 +00:00
CodeGen Fix warnings caused by new CXXUuidofExprClass enumerator. 2010-09-08 23:47:05 +00:00
Driver Driver/Darwin: Catch another case where ld ends up using ld_classic. 2010-09-07 17:50:41 +00:00
Frontend Add another missing CMake dependency. 2010-09-08 23:40:30 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix PR7192 by defining wchar_t in a more conventional way. The 2010-09-05 23:29:49 +00:00
Index Clean up some of the CMake dependencies 2010-09-08 21:40:53 +00:00
Lex Clean up some of the CMake dependencies 2010-09-08 21:40:53 +00:00
Parse Fix a few minor issues with parsing and semantic analysis of C++ 2010-09-08 23:14:30 +00:00
Rewrite Clean up some of the CMake dependencies 2010-09-08 21:40:53 +00:00
Sema When building SwitchStmts in Sema, record whether all the enum values of a switch(enum) where 2010-09-09 00:05:53 +00:00
Serialization When building SwitchStmts in Sema, record whether all the enum values of a switch(enum) where 2010-09-09 00:05:53 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00