Kaydet (Commit) 8ab9ea00 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...and another

Change-Id: If9d85236177c819c159d1b836e806fc2b03da45c
üst e36badb9
...@@ -31,7 +31,7 @@ bool isSalBool(QualType type) { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment