diff options
| author | Joel E. Denny <dennyje@ornl.gov> | 2018-02-28 16:57:33 +0000 |
|---|---|---|
| committer | Joel E. Denny <dennyje@ornl.gov> | 2018-02-28 16:57:33 +0000 |
| commit | 6053ec22ebaa902c7bce06e035b99fd1c63c4c90 (patch) | |
| tree | ec56f5f90d5dfacdc36264af039a6991735266c2 /clang/utils | |
| parent | 356e77f550d7a9662be23d2bec33f0159fce3ab1 (diff) | |
| download | bcm5719-llvm-6053ec22ebaa902c7bce06e035b99fd1c63c4c90.tar.gz bcm5719-llvm-6053ec22ebaa902c7bce06e035b99fd1c63c4c90.zip | |
Test commit access: apply clang-format suggestion
llvm-svn: 326332
Diffstat (limited to 'clang/utils')
| -rw-r--r-- | clang/utils/TableGen/ClangAttrEmitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/utils/TableGen/ClangAttrEmitter.cpp b/clang/utils/TableGen/ClangAttrEmitter.cpp index b0d51b37ff4..5c786f53418 100644 --- 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"; } |

