Skip to content
Snippets Groups Projects
Commit aa751c35 authored by Richard Trieu's avatar Richard Trieu
Browse files

[ODRHash] Fix typo, NFC

NestedNameSpecifer to NestedNameSpecifier.  This was not a problem before since
one of the included headers transitively brought in the definition of the class
and only manifested as a problem when using the typoed NestedNameSpecifer and
getting an incomplete type error instead of a typo correction.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302284 91177308-0d34-0410-b5e6-96231b3b80d8
parent 566f9404
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ namespace clang {
class Decl;
class IdentifierInfo;
class NestedNameSpecifer;
class NestedNameSpecifier;
class Stmt;
class TemplateParameterList;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment