]> granicus.if.org Git - clang/commit
Attempt (again) to stabilize the order of the emission of diagnostics
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:26:37 +0000 (04:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:26:37 +0000 (04:26 +0000)
commit0187a1b8b9b2b7657de0ba8b0d4f67d30bec83e8
treef988d04766f5d848e7a30b096ceaee7d75e63784
parent8be066e6733364cd34f25c4f7b7344f72aa23369
Attempt (again) to stabilize the order of the emission of diagnostics
of the analyzer by using the FullProfile() of a PathDiagnostic
for ordering them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
test/Analysis/inline-plist.c
test/Analysis/inlining/path-notes.c
test/Analysis/malloc-plist.c
test/Analysis/method-call-path-notes.cpp
test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/retain-release-path-notes-gc.m
test/Analysis/retain-release.m