clang-1/include/clang/Analysis
David Blaikie ba243b59a1 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144171 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-09 06:07:30 +00:00
..
Analyses Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) 2011-11-09 06:07:30 +00:00
DomainSpecific Tweak the interface for analyzing the CF conventions for a name 2011-10-01 00:48:56 +00:00
FlowSensitive Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
Support Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
Visitors Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
AnalysisContext.h Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) 2011-11-09 06:07:30 +00:00
AnalysisDiagnostic.h Basic/Diagnostics: Split out the default warning "no-Werror" and 2011-09-29 00:34:06 +00:00
CFG.h Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) 2011-11-09 06:07:30 +00:00
CFGStmtMap.h Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis. 2010-08-04 18:23:15 +00:00
ProgramPoint.h Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00