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
/
malloc-plist.c
Age
Commit message (
Expand
)
Author
2013-04-16
[analyzer] Improve the malloc checker stack hint message
Anna Zaks
2013-04-12
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
2013-04-10
[analyzer] Address Jordan’s review of r179219
Anna Zaks
2013-04-10
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-01-08
[analyzer] Only include uniqueling location as issue_hash when available
Anna Zaks
2013-01-08
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2012-11-15
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-09-08
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
Ted Kremenek
2012-09-08
This test does not require --exact-match from FileCheck.
Ted Kremenek
2012-09-08
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-06-08
[analyzer] Add experimental "issue hash" to the plist diagnostic.
Anna Zaks
2012-06-05
PlistDiagnostics: force the ranges for control-flow edges to be single locati...
Ted Kremenek
2012-05-10
[analyzer] Do not highlight the range of the statement in case of leak.
Anna Zaks
2012-05-02
Refine analyzer diagnostics by adding an expression "cone-of-influence" to re...
Ted Kremenek
2012-04-20
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-03-21
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-21
[analyzer] Re-enable the test disabled by r152969.
Anna Zaks
2012-03-18
[analyzer] Mark a failed-realloc's result as an interesting symbol between th...
Jordy Rose
2012-03-17
[analyzer] This test is breaking windows bots, make it darwin-specific.
Anna Zaks
2012-03-16
[analyzer] Shorten the stack hint diagnostic.
Anna Zaks
2012-03-16
[analyzer] Create symbol-aware stack hints (building upon r152837).
Anna Zaks
2012-03-15
Include full plist output in FileCheck test.
Ted Kremenek
2012-03-15
[analyzer] Allow checkers to supply call stack diagnostic hints for the
Anna Zaks
2012-03-13
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
Anna Zaks
2012-03-09
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-02-20
[analyzer] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-16
[analyzer] Malloc Checker: Clean up bug naming:
Anna Zaks
2012-02-16
[analyzer] Malloc Checker: Make the diagnostic visitor handle the case
Anna Zaks
2012-02-16
[analyzer] Diagnostics: Ensure that the default end of diagnostic path
Anna Zaks