Remember if the AsmStmt came from Microsoft-style inline assembly code.

llvm-svn: 92526
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 110a626..df25025 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1383,7 +1383,8 @@
                                         MultiExprArg Exprs,
                                         ExprArg AsmString,
                                         MultiExprArg Clobbers,
-                                        SourceLocation RParenLoc);
+                                        SourceLocation RParenLoc,
+                                        bool MSAsm = false);
 
   virtual OwningStmtResult ActOnObjCAtCatchStmt(SourceLocation AtLoc,
                                                 SourceLocation RParen,