summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Sema/Sema.h')
-rw-r--r--clang/Sema/Sema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Sema/Sema.h b/clang/Sema/Sema.h
index f747cefcb23..16d4cabb7eb 100644
--- a/clang/Sema/Sema.h
+++ b/clang/Sema/Sema.h
@@ -347,6 +347,7 @@ public:
ExprTy *RetValExp);
virtual StmtResult ActOnAsmStmt(SourceLocation AsmLoc,
+ bool IsVolatile,
unsigned NumOutputs,
unsigned NumInputs,
std::string *Names,
OpenPOWER on IntegriCloud