Skip to content

Commit

Permalink
Disable clang-tidy for the C header CXCppInterOp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Jun 5, 2024
1 parent e35d785 commit 708cbf8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/clang-c/CXCppInterOp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef CPPINTEROP_C_CXCPPINTEROP_H
#define CPPINTEROP_C_CXCPPINTEROP_H
// NOLINTBEGIN()
#ifndef LLVM_CLANG_C_CXCPPINTEROP_H
#define LLVM_CLANG_C_CXCPPINTEROP_H

#include "clang-c/CXErrorCode.h"
#include "clang-c/CXString.h"
Expand Down Expand Up @@ -287,4 +288,5 @@ CXJitCall clang_jitcall_makeFunctionCallable(CXInterpreter I,

LLVM_CLANG_C_EXTERN_C_END

#endif // CPPINTEROP_C_CXCPPINTEROP_H
#endif // LLVM_CLANG_C_CXCPPINTEROP_H
// NOLINTEND()

0 comments on commit 708cbf8

Please sign in to comment.