Skip to content

Commit

Permalink
[NFC] Update comments to avoid GCC warnings (multi-line-comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Oct 18, 2020
1 parent 2d72d9b commit 5ce1143
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HelloWorld/HelloWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// names to the corresponding #count of declarations.
//
// USAGE:
// clang -cc1 -load libHelloWorld.dylib -plugin hello-world\
// clang -cc1 -load libHelloWorld.dylib -plugin hello-world '\'
// test/HelloWorld-basic.cpp
//
// License: The Unlicense
Expand Down
4 changes: 2 additions & 2 deletions lib/CodeStyleChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
//
// USAGE:
// Main TU only:
// * clang -cc1 -load libCodeStyleChecker.dylib -plugin CSC\
// * clang -cc1 -load libCodeStyleChecker.dylib -plugin CSC `\`
// input-file.cpp
// All TUs (the main file and the #includ-ed header files)
// * clang -cc1 -load libCodeStyleChecker.dylib -plugin CSC\
// * clang -cc1 -load libCodeStyleChecker.dylib -plugin CSC `\`
// -main-tu-only=true input-file.cpp
//
// License: The Unlicense
Expand Down
2 changes: 1 addition & 1 deletion lib/LACommenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
// USAGE:
// 1. As a loadable Clang plugin:
// clang -cc1 -load <BUILD_DIR>/lib/libLACommenter.dylib \
// clang -cc1 -load <BUILD_DIR>/lib/libLACommenter.dylib '\'
// -plugin LACPlugin <input-cpp-file>
// 2. As a standalone tool:
// <BUILD_DIR>/bin/lacommenter <input-cpp-file>
Expand Down

0 comments on commit 5ce1143

Please sign in to comment.