Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/clang-c/CXCppInterOp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <stddef.h>
#include <stdint.h>

LLVM_CLANG_C_EXTERN_C_BEGIN
extern "C" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we include clang-c/ExternC.h which defines the macro instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-c/ExternC.h is already included, it looks like this PR does not make sense.


/**
* \defgroup CPPINTEROP_INTERPRETER_MANIP Interpreter manipulations
Expand Down Expand Up @@ -360,7 +360,7 @@ void clang_destruct(CXObject This, CXScope S, bool withFree);
* @}
*/

LLVM_CLANG_C_EXTERN_C_END
}

#endif // LLVM_CLANG_C_CXCPPINTEROP_H
// NOLINTEND()
// NOLINTEND()
Loading