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
/
Core
/
PlistDiagnostics.cpp
Age
Commit message (
Expand
)
Author
2013-04-29
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...
Ted Kremenek
2013-04-29
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...
Ted Kremenek
2013-04-12
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
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
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-19
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-15
[analyzer] Embed the analyzer version into the plist output.
Anna Zaks
2012-09-10
Indent the "message" key in analyzer plist output.
Ted Kremenek
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
[analyzer] Fix a crash in plist-html generation introduced in r162939.
Jordan Rose
2012-08-30
[analyzer] Plist diagnostics: Fix a case where we fail to close an XML tag.
Jordan Rose
2012-08-24
Rework how PathDiagnosticConsumers pass knowledge of what files they
Ted Kremenek
2012-08-16
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...
Ted Kremenek
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-07-20
Remove unused private member variable uncovered by the recent changes to clan...
Benjamin Kramer
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-06-04
[analyzer] Fix a diagnostics bug which lead to a crash on the buildbot.
Anna Zaks
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-03-12
Add new analyzer diagnostic mode where plists can have bugs that span multipl...
Ted Kremenek
2012-03-12
[analyzer] Include inlining call stack depth in plist output.
Ted Kremenek
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
[analyzer] add a diagnostic event when entering a call via inlining, within t...
Ted Kremenek
2012-02-29
[analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an...
Ted Kremenek
2012-02-24
Reapply r151317, but when computing the PathDiagnostic profile and size keep ...
Ted Kremenek
2012-02-24
Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.
Chad Rosier
2012-02-24
Rework PathDiagnostic creation so that call stacks are captured by a nested P...
Ted Kremenek
2012-02-08
Change PathDiagnosticPieces to be reference counted (simplifying their manage...
Ted Kremenek
2012-02-07
Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in...
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-25
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2012-01-13
[analyzer] Fix a typo in a warning message.
Anna Zaks
2011-09-27
Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)
David Blaikie
2011-09-26
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-08-27
[analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
Rename getInstantiationColumnNumber to getExpansionColumnNumber in both
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis