diff options
Diffstat (limited to 'clang/lib/AST/Stmt.cpp')
| -rw-r--r-- | clang/lib/AST/Stmt.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp index 104e3361892..821bcb51061 100644 --- a/clang/lib/AST/Stmt.cpp +++ b/clang/lib/AST/Stmt.cpp @@ -338,7 +338,7 @@ unsigned AsmStmt::AnalyzeAsmString(llvm::SmallVectorImpl<AsmStringPiece>&Pieces,  AsmStmt::AsmStmt(SourceLocation asmloc, bool issimple, bool isvolatile,                   bool msasm, unsigned numoutputs, unsigned numinputs, -                 std::string *names, StringLiteral **constraints, +                 const std::string *names, StringLiteral **constraints,                   Expr **exprs, StringLiteral *asmstr, unsigned numclobbers,                   StringLiteral **clobbers, SourceLocation rparenloc)    : Stmt(AsmStmtClass), AsmLoc(asmloc), RParenLoc(rparenloc), AsmStr(asmstr) | 

