Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier | 2012-08-25 | 1 | -1/+1 |
| | | | | | | No functional change intended. llvm-svn: 162632 | ||||
* | Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ↵ | Ted Kremenek | 2011-10-24 | 1 | -2/+2 |
| | | | | | | accurate, but it frees up the name AnalysisContext for other uses. llvm-svn: 142782 | ||||
* | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor | 2010-04-14 | 1 | -0/+9 |
separate count of "suppressed" errors. This way, semantic analysis bits that depend on the error count to determine whether problems occured (e.g., some template argument deduction failures, jump-scope checking) will not get confused. The actual problem here is that a missing #include (which is a fatal error) could cause the jump-scope checker to run on invalid code, which it is not prepared to do. Trivial fix for both <rdar://problem/7775941> and <rdar://problem/7775709>. llvm-svn: 101297 |