Skip to content

Commit

Permalink
Revert "[Sema] Mark explicit specialization declaration in a friend i…
Browse files Browse the repository at this point in the history
…nvalid"

This reverts commit 8cb6ecb.

Nothing wrong with the commit. It is missing Phabricator informations.
  • Loading branch information
Yuanfang Chen committed Dec 15, 2021
1 parent 8cb6ecb commit 0d1363e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion clang/lib/Sema/SemaDecl.cpp
Expand Up @@ -9202,7 +9202,6 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC,
<< Name << RemoveRange
<< FixItHint::CreateRemoval(RemoveRange)
<< FixItHint::CreateInsertion(InsertLoc, "<>");
Invalid = true;
}
}
} else {
Expand Down
15 changes: 0 additions & 15 deletions clang/test/CXX/temp/temp.spec/temp.expl.spec/p20-2.cpp

This file was deleted.

0 comments on commit 0d1363e

Please sign in to comment.