Fix typo
Change-Id: Ifdbcbcc51c29dc14b2a3b4c845481b45300313d6
This commit is contained in:
@@ -60,7 +60,7 @@ inline bool isInExternCContext(clang::FunctionDecl const & decl) {
|
|||||||
#if (__clang_major__ == 3 && __clang_minor__ >= 4) || __clang_major__ > 3
|
#if (__clang_major__ == 3 && __clang_minor__ >= 4) || __clang_major__ > 3
|
||||||
return decl.isInExternCContext();
|
return decl.isInExternCContext();
|
||||||
#else
|
#else
|
||||||
return isExternalCContext(*decl.getCanonicalDecl()->getDeclContext());
|
return isExternCContext(*decl.getCanonicalDecl()->getDeclContext());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user