Skip to content
Snippets Groups Projects
Commit 35bf264f authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Include the bug description in the report hash so that we can emit multiple bugs of the same

type at the same location.

llvm-svn: 106209
parent 35f4c1c6
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ protected: ...@@ -70,6 +70,7 @@ protected:
virtual void Profile(llvm::FoldingSetNodeID& hash) const { virtual void Profile(llvm::FoldingSetNodeID& hash) const {
hash.AddInteger(getLocation().getRawEncoding()); hash.AddInteger(getLocation().getRawEncoding());
hash.AddString(Description);
} }
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment