diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/utils/LexerUtils.h')
| -rw-r--r-- | clang-tools-extra/clang-tidy/utils/LexerUtils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/utils/LexerUtils.h b/clang-tools-extra/clang-tidy/utils/LexerUtils.h index 0997d2f0477..63469d1416c 100644 --- a/clang-tools-extra/clang-tidy/utils/LexerUtils.h +++ b/clang-tools-extra/clang-tidy/utils/LexerUtils.h @@ -15,14 +15,16 @@ namespace clang { namespace tidy { -namespace lexer_utils { +namespace utils { +namespace lexer { // Returns previous non-comment token skipping over any comment text or // tok::unknown if not found. Token getPreviousNonCommentToken(const ASTContext &Context, SourceLocation Location); -} // namespace lexer_utils +} // namespace lexer +} // namespace utils } // namespace tidy } // namespace clang |

