Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
35bf264f
Commit
35bf264f
authored
14 years ago
by
Ted Kremenek
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clang/include/clang/Checker/BugReporter/BugReporter.h
+1
-0
1 addition, 0 deletions
clang/include/clang/Checker/BugReporter/BugReporter.h
with
1 addition
and
0 deletions
clang/include/clang/Checker/BugReporter/BugReporter.h
+
1
−
0
View file @
35bf264f
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment