]> granicus.if.org Git - clang/commitdiff
MSVC doesn't like the noinline attribute at the end of a declaration. Try the other...
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Nov 2010 15:45:46 +0000 (15:45 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Nov 2010 15:45:46 +0000 (15:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119349 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CIndex.cpp

index f344009948be3f11771c688c24d1cdabd5e12f3d..2c69f53d398a2f9798b226680e68ba6fa079ec58 100644 (file)
@@ -355,7 +355,7 @@ public:
   bool IsInRegionOfInterest(CXCursor C);
   bool RunVisitorWorkList(VisitorWorkList &WL);
   void EnqueueWorkList(VisitorWorkList &WL, Stmt *S);
-  bool VisitDataRecursive(Stmt *S) LLVM_ATTRIBUTE_NOINLINE;
+  LLVM_ATTRIBUTE_NOINLINE bool VisitDataRecursive(Stmt *S);
 };
 
 } // end anonymous namespace