Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dietrich
clang-hash
Commits
9631f003
Commit
9631f003
authored
Mar 16, 2016
by
Moritz Koenig
Browse files
Sorry
parent
d401b560
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hash-visitor.h
View file @
9631f003
...
...
@@ -213,7 +213,6 @@ protected:
bool
dummyFunctionDecl
(
FunctionDecl
*
fd
){
//Ignore extern declarations
if
(
fd
->
getStorageClass
()
==
StorageClass
::
SC_Extern
||
fd
->
getStorageClass
()
==
StorageClass
::
SC_PrivateExtern
){
doNotHashThis
=
true
;
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment