Skip to content

Commit fce8e55

Browse files
PiJoulespetrhosek
andauthored
Update clang/lib/Sema/SemaDeclCXX.cpp
Co-authored-by: Petr Hosek <[email protected]>
1 parent c9a70b4 commit fce8e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaDeclCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12834,7 +12834,7 @@ bool Sema::CheckUsingShadowDecl(BaseUsingDecl *BUD, NamedDecl *Orig,
1283412834
if (!NonTag && !Tag)
1283512835
return false;
1283612836

12837-
// Only check report the error if this using_if_exists decl can be a
12837+
// Only report the error if this using_if_exists decl can be a
1283812838
// substitute for the original decl. LookupResult will find things with
1283912839
// the same name but we also want to take into account namespaces and
1284012840
// other scopes. GlobalDecl helps take care of that.

0 commit comments

Comments
 (0)