hanchenye-llvm-project/clang/lib
Ted Kremenek dd38e0bd0d Fix bug in BugReporter where we didn't handle emitting diagnostics for
empty CFGBlocks that only contained a terminator.

Added improved diagnostics for break and continue statements and default branches in switch statements.

This fixes <rdar://problem/5889244>.

llvm-svn: 50286
2008-04-25 19:01:27 +00:00
..
AST TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects 2008-04-23 16:25:39 +00:00
Analysis Fix bug in BugReporter where we didn't handle emitting diagnostics for 2008-04-25 19:01:27 +00:00
Basic Have ValidateOutputConstraint return false instead of firing an assertion 2008-04-24 16:36:38 +00:00
CodeGen remove the 'unused static' diagnostic from codegen. This should be 2008-04-25 15:47:13 +00:00
Headers
Lex for exponent-related errors, emit the diagnostic on the 'e' or 'p'. 2008-04-20 18:47:55 +00:00
Parse initial support for recognizing __transparent_union__ attributes 2008-04-25 09:32:00 +00:00
Rewrite fix a rewriter crash on zero length files. 2008-04-23 03:21:50 +00:00
Sema initial support for recognizing __transparent_union__ attributes 2008-04-25 09:32:00 +00:00
Makefile