index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
inline.c
Age
Commit message (
Expand
)
Author
2012-08-21
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-08-10
[analyzer] Add clang_analyzer_checkInlined for debugging purposes.
Jordan Rose
2012-07-09
[analyzer] When inlining, make sure we use the definition decl.
Jordan Rose
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-05
Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...
Ted Kremenek
2012-03-03
[analyzer] do not warn about returning stack-allocated memory when it comes f...
Ted Kremenek
2012-01-12
[analyzer] fix inlining's handling of mapping actual to formal arguments and ...
Ted Kremenek
2012-01-11
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2011-03-30
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-01-14
Teach RegionStore::EnterStackFrame() to handle
Ted Kremenek
2010-05-06
Turn -analyzer-inline-call on for C functions. This also fixed a bug that
Zhongxing Xu
2010-04-30
Refactor the AnalysisConsumer to analyze functions after the whole
Zhongxing Xu
2010-03-23
Tweak null dereference diagnostics to give clearer diagnostics when
Ted Kremenek
2010-02-27
Add test case for inlining call analysis.
Zhongxing Xu