Skip to content

Commit 84af69c

Browse files
committed
Fix clang-tidy
1 parent 132ae3a commit 84af69c

File tree

2 files changed

+170
-183
lines changed

2 files changed

+170
-183
lines changed

include/clang-c/CXCppInterOp.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ CXQualType clang_qualtype_getCanonicalType(CXQualType type);
325325
* Used to either get the built-in type of the provided string, or
326326
* use the name to lookup the actual type.
327327
*/
328-
CXQualType clang_qualtype_getType(const char* name);
328+
CXQualType clang_qualtype_getType(CXInterpreter I, const char* name);
329329

330330
/**
331331
* Returns the complex of the provided type.
@@ -684,11 +684,6 @@ bool clang_scope_isProtectedMethod(CXScope method);
684684
*/
685685
bool clang_scope_isPrivateMethod(CXScope method);
686686

687-
/**
688-
* Checks if the provided parameter is a 'Private' method.
689-
*/
690-
bool clang_scope_isPrivateMethod(CXScope method);
691-
692687
/**
693688
* Checks if the provided parameter is a Constructor.
694689
*/

0 commit comments

Comments
 (0)