[clang] 0f95b2b - [clang] update pr27699 test to make headers different (NFC)

Mikhail Goncharov via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 04:12:38 PDT 2022


Author: Mikhail Goncharov
Date: 2022-08-31T13:12:28+02:00
New Revision: 0f95b2b0606317ba048ff39da7a1d65c3bdc8fb5

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

LOG: [clang] update pr27699 test to make headers different (NFC)

some build systems treat those headers as identical, causing a warning

Added: 
    

Modified: 
    clang/test/Modules/Inputs/PR27699/Subdir/b.h

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/Inputs/PR27699/Subdir/b.h b/clang/test/Modules/Inputs/PR27699/Subdir/b.h
index 6c36a1a100be7..76e62a61a5234 100644
--- a/clang/test/Modules/Inputs/PR27699/Subdir/b.h
+++ b/clang/test/Modules/Inputs/PR27699/Subdir/b.h
@@ -1 +1,2 @@
+// Identical to a.h.
 #include "streambuf"


        


More information about the cfe-commits mailing list