index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
NoReturnFunctionChecker.cpp
Age
Commit message (
Expand
)
Author
2013-01-23
Add missing null check. Not sure why my tests passed before.
Ted Kremenek
2013-01-23
Honor attribute 'analyzer_noreturn' on Objective-C methods.
Ted Kremenek
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-07-26
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-02
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-10-04
[analyzer] Remove unused methods, add comments to others.
Anna Zaks
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-08-31
[analyzer] Fix varargs helper to only use POD types even for named arguments....
Jordy Rose
2011-08-20
Fix compile on platforms that don't implicitly include stdarg.h here.
Benjamin Kramer
2011-08-20
[analyzer] Move handling of hardcoded noreturn ("panic") methods from CFRefCo...
Jordy Rose
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NoReturnFunctionChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek