projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18d662
)
Fix the typo in r236044. NFC.
author
Steven Wu
<stevenwu@apple.com>
Tue, 28 Apr 2015 22:07:05 +0000
(22:07 +0000)
committer
Steven Wu
<stevenwu@apple.com>
Tue, 28 Apr 2015 22:07:05 +0000
(22:07 +0000)
llvm-svn: 236051
clang/lib/Parse/Parser.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Parse/Parser.cpp
b/clang/lib/Parse/Parser.cpp
index
81adbfb
..
6211322
100644
(file)
--- a/
clang/lib/Parse/Parser.cpp
+++ b/
clang/lib/Parse/Parser.cpp
@@
-1253,7
+1253,7
@@
ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) {
assert(Tok.is(tok::kw_asm) && "Not an asm!");
SourceLocation Loc = ConsumeToken();
- // Check if GNU-sty
p
le InlineAsm is disabled.
+ // Check if GNU-style InlineAsm is disabled.
if (!getLangOpts().GNUAsm)
Diag(Loc, diag::err_gnu_inline_asm_disabled);