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-unique-reports.c
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-01-08
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2012-08-21
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-08-02
[analyzer] Solve another source of non-determinism in the diagnostic
Anna Zaks
2012-06-05
PlistDiagnostics: force the ranges for control-flow edges to be single locati...
Ted Kremenek
2012-04-06
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-03-15
Include full plist output in FileCheck test.
Ted Kremenek
2012-03-13
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
Anna Zaks
2012-03-13
[analyzer] Change the order in which we analyze the functions under
Anna Zaks
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-06
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-02-24
Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing...
Ted Kremenek
2012-02-24
Remove stray path in test file.
Ted Kremenek
2012-02-24
Reapply r151317, but when computing the PathDiagnostic profile and size keep ...
Ted Kremenek
2012-02-07
Update test case.
Ted Kremenek
2012-01-25
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek