[clang] 60493ed - [NFC] format c-index-test.c

Mikhail Goncharov via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 04:55:52 PST 2025


Author: Mikhail Goncharov
Date: 2025-02-13T13:55:20+01:00
New Revision: 60493ede24a758771a0b34067a30ceb929525b73

URL: https://github.com/llvm/llvm-project/commit/60493ede24a758771a0b34067a30ceb929525b73
DIFF: https://github.com/llvm/llvm-project/commit/60493ede24a758771a0b34067a30ceb929525b73.diff

LOG: [NFC] format c-index-test.c

to separate formatting changes from a functional fix later
also inlcude CXDiagnostic and CXFile

Added: 
    

Modified: 
    clang/tools/c-index-test/c-index-test.c

Removed: 
    


################################################################################
diff  --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c
index b48f44950ab75..a9d8261bd03e7 100644
--- a/clang/tools/c-index-test/c-index-test.c
+++ b/clang/tools/c-index-test/c-index-test.c
@@ -2,7 +2,9 @@
 
 #include "clang-c/BuildSystem.h"
 #include "clang-c/CXCompilationDatabase.h"
+#include "clang-c/CXDiagnostic.h"
 #include "clang-c/CXErrorCode.h"
+#include "clang-c/CXFile.h"
 #include "clang-c/CXSourceLocation.h"
 #include "clang-c/CXString.h"
 #include "clang-c/Documentation.h"


        


More information about the cfe-commits mailing list