| commit | 90be58afce42b766dcb0a5bcaa54d136ffb63b58 | [log] [tgz] |
|---|---|---|
| author | Mike Stump <mrs@apple.com> | Mon Jan 04 22:37:17 2010 +0000 |
| committer | Mike Stump <mrs@apple.com> | Mon Jan 04 22:37:17 2010 +0000 |
| tree | 0a38051f4638eeeb9aeaac712e51e0851a8f87e2 | |
| parent | b8e66c3b143b2057bde555468b4f7116f4e6eb55 [diff] [blame] |
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,