...and another
Change-Id: If9d85236177c819c159d1b836e806fc2b03da45c
This commit is contained in:
@@ -31,7 +31,7 @@ bool isSalBool(QualType type) {
|
|||||||
// expiresBefore members as defined in salhelper/source/timer.cxx as inlined:
|
// expiresBefore members as defined in salhelper/source/timer.cxx as inlined:
|
||||||
bool isInlined(FunctionDecl const & decl) {
|
bool isInlined(FunctionDecl const & decl) {
|
||||||
#if (__clang_major__ == 3 && __clang_minor__ >= 3) || __clang_major__ > 3
|
#if (__clang_major__ == 3 && __clang_minor__ >= 3) || __clang_major__ > 3
|
||||||
return decl->isInlined();
|
return decl.isInlined();
|
||||||
#else
|
#else
|
||||||
(void)decl;
|
(void)decl;
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user