[clang-tools-extra] r247689 - Remove garbage. The issue was fixed in r246856.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 07:01:09 PDT 2015


Author: chapuni
Date: Tue Sep 15 09:01:09 2015
New Revision: 247689

URL: http://llvm.org/viewvc/llvm-project?rev=247689&view=rev
Log:
Remove garbage. The issue was fixed in r246856.

Modified:
    clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp?rev=247689&r1=247688&r2=247689&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp Tue Sep 15 09:01:09 2015
@@ -1,7 +1,5 @@
 // RUN: %python %S/check_clang_tidy.py %s llvm-include-order %t -- -isystem %S/Inputs/Headers
 
-// FIXME: Investigating.
-
 // CHECK-MESSAGES: [[@LINE+2]]:1: warning: #includes are not sorted properly
 #include "j.h"
 #include "gtest/foo.h"




More information about the cfe-commits mailing list