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
/
inlining
/
path-notes.cpp
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-20
[analyzer] Correct the comment
Anna Zaks
2013-04-18
[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
Anna Zaks
2013-04-17
[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...
Anna Zaks
2013-04-15
[analyzer] Add pretty printing to CXXBaseObjectRegion.
Anna Zaks
2013-04-15
[analyzer] Add more specialized error messages for corner cases as per Jordan...
Anna Zaks
2013-04-12
[analyzer] Print a diagnostic note even if the region cannot be printed.
Anna Zaks
2013-04-12
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
2013-04-12
[analyzer] Don't emit extra context arrow after returning from an inlined call.
Jordan Rose
2013-04-05
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-03-07
[analyzer] Check for returning null references in ReturnUndefChecker.
Jordan Rose
2013-03-01
[analyzer] Suppress paths involving a reference whose rvalue is null.
Jordan Rose
2013-01-21
[analyzer] Fix test for r173067.
Jordan Rose
2013-01-21
[analyzer] Show notes inside implicit calls at the last explicit call site.
Jordan Rose
2013-01-19
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-18
[analyzer] Special path notes for C++ special member functions.
Jordan Rose
2013-01-18
[analyzer] Do a better job describing C++ member functions in the call stack.
Jordan Rose