aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/NoReturnFunctionChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-12-16Teach NoReturnFunctionChecker that FunctionDecl::getIdentifier() is not guara...Ted Kremenek
2009-12-07Add EvalCallExpr interface to checker, and migrate the no-return functionZhongxing Xu