[clang-tools-extra] 7016043 - [clangd] Change include to be relative to current directory

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Sun May 3 09:11:12 PDT 2020


Author: Kadir Cetinkaya
Date: 2020-05-03T18:09:50+02:00
New Revision: 7016043d0d5f2d0b27d84d1c767b7b9d2d90b2b8

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

LOG: [clangd] Change include to be relative to current directory

Added: 
    

Modified: 
    clang-tools-extra/clangd/unittests/support/TraceTests.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/unittests/support/TraceTests.cpp b/clang-tools-extra/clangd/unittests/support/TraceTests.cpp
index 0be16e63b963..10670f79be1b 100644
--- a/clang-tools-extra/clangd/unittests/support/TraceTests.cpp
+++ b/clang-tools-extra/clangd/unittests/support/TraceTests.cpp
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "TestTracer.h"
 #include "support/Context.h"
-#include "support/TestTracer.h"
 #include "support/Trace.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallString.h"


        


More information about the cfe-commits mailing list