Re: [PATCH] D10305: [Clang Static Analyzer] Bug identification

2015-09-20 Thread Babati Bence via cfe-commits
babati added a comment. Hi Sorry for the late answer. > Can you please rebase this patch based on http://reviews.llvm.org/D12673? Yes, I can. The patch will comes soon. > How do you expect this to work? i.e. would bug_id_1 always be generated along > with new improved bug_ids in the same pli

Re: [PATCH] D10305: [Clang Static Analyzer] Bug identification

2015-08-10 Thread Babati Bence via cfe-commits
babati added a comment. We wanted to include the filename without path in the hash. This would allow us to compare two runs of the same project (located in different directories) purely based on the hashes. This gives good enough results when comparing different versions of the same project, or

Re: [PATCH] D10305: [Clang Static Analyzer] Bug identification

2015-08-10 Thread Babati Bence via cfe-commits
babati updated this revision to Diff 31636. babati added a comment. Removed filename. Updated to the latest trunk. http://reviews.llvm.org/D10305 Files: include/clang/StaticAnalyzer/Core/BugId.h lib/StaticAnalyzer/Core/BugId.cpp lib/StaticAnalyzer/Core/CMakeLists.txt lib/StaticAnalyzer/