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:
356e77f
)
Test commit access: apply clang-format suggestion
author
Joel E. Denny
<dennyje@ornl.gov>
Wed, 28 Feb 2018 16:57:33 +0000
(16:57 +0000)
committer
Joel E. Denny
<dennyje@ornl.gov>
Wed, 28 Feb 2018 16:57:33 +0000
(16:57 +0000)
llvm-svn: 326332
clang/utils/TableGen/ClangAttrEmitter.cpp
patch
|
blob
|
history
diff --git
a/clang/utils/TableGen/ClangAttrEmitter.cpp
b/clang/utils/TableGen/ClangAttrEmitter.cpp
index
b0d51b3
..
5c786f5
100644
(file)
--- a/
clang/utils/TableGen/ClangAttrEmitter.cpp
+++ b/
clang/utils/TableGen/ClangAttrEmitter.cpp
@@
-3823,8
+3823,8
@@
static void WriteDocumentation(RecordKeeper &Records,
const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
const StringRef Replacement = Deprecated.getValueAsString("Replacement");
if (!Replacement.empty())
- OS << " This attribute has been superseded by ``"
- <<
Replacement <<
"``.";
+ OS << " This attribute has been superseded by ``"
<< Replacement
+ << "``.";
OS << "\n\n";
}