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"


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to