[clang] 497b57a - revert test commit

Denys Petrov via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 10 09:23:40 PDT 2021


Author: Denys Petrov
Date: 2021-08-10T19:19:27+03:00
New Revision: 497b57ad0b9ee34aeb8c56e9f47332912b50d58c

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

LOG: revert test commit

Added: 
    

Modified: 
    clang/test/Analysis/PR47511.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Analysis/PR47511.cpp b/clang/test/Analysis/PR47511.cpp
index a9f2d592b6f59..d42799f4fbde5 100644
--- a/clang/test/Analysis/PR47511.cpp
+++ b/clang/test/Analysis/PR47511.cpp
@@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1};
 } // namespace std
 
 void test() {
-  // No crash 
+  // no crash
   (void)(0 <=> 0);
 }


        


More information about the cfe-commits mailing list