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:
5367369
)
[clang-format][NFC] Fix a Wdocumentation warning in TokenAnnotator.cpp
author
Bruno Ricci
<riccibrun@gmail.com>
Tue, 28 Jul 2020 09:58:34 +0000
(10:58 +0100)
committer
Bruno Ricci
<riccibrun@gmail.com>
Tue, 28 Jul 2020 09:58:52 +0000
(10:58 +0100)
clang/lib/Format/TokenAnnotator.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Format/TokenAnnotator.cpp
b/clang/lib/Format/TokenAnnotator.cpp
index
b19fc34
..
6cbaf8a
100644
(file)
--- a/
clang/lib/Format/TokenAnnotator.cpp
+++ b/
clang/lib/Format/TokenAnnotator.cpp
@@
-27,7
+27,7
@@
namespace format {
namespace {
/// Returns \c true if the token can be used as an identifier in
-/// an Objective-C \c @selector, \c false otherwise.
+/// an Objective-C \c
\
@selector, \c false otherwise.
///
/// Because getFormattingLangOpts() always lexes source code as
/// Objective-C++, C++ keywords like \c new and \c delete are