[clang] eba4efc - [clang] Remove unused bookmark in CWG360 test (NFC)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 00:52:32 PST 2022


Author: Vlad Serebrennikov
Date: 2022-12-02T11:52:19+03:00
New Revision: eba4efcb056ccea1804a5c578b0ddc736100ebcc

URL: https://github.com/llvm/llvm-project/commit/eba4efcb056ccea1804a5c578b0ddc736100ebcc
DIFF: https://github.com/llvm/llvm-project/commit/eba4efcb056ccea1804a5c578b0ddc736100ebcc.diff

LOG: [clang] Remove unused bookmark in CWG360 test (NFC)

Added: 
    

Modified: 
    clang/test/CXX/drs/dr3xx.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CXX/drs/dr3xx.cpp b/clang/test/CXX/drs/dr3xx.cpp
index de7f6b9bbf1d1..cca9470bcfd6c 100644
--- a/clang/test/CXX/drs/dr3xx.cpp
+++ b/clang/test/CXX/drs/dr3xx.cpp
@@ -905,7 +905,7 @@ struct B : A {
 protected:
   using A::bar; // #dr360-bar-using-decl
 public:
-  using A::baz; // #dr360-baz-using-decl
+  using A::baz;
 };
 
 int main() {


        


More information about the cfe-commits mailing list