[all-commits] [llvm/llvm-project] fac4e3: [clang-tidy] Fix PR26274
alexfh via All-commits
all-commits at lists.llvm.org
Fri Dec 6 01:10:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fac4e3c5f8a018599cbd9363a735b1c13e8f8a05
https://github.com/llvm/llvm-project/commit/fac4e3c5f8a018599cbd9363a735b1c13e8f8a05
Author: Alexander Kornienko <alexfh at google.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
A clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments-c++17.cpp
M clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments.cpp
R clang-tools-extra/test/clang-tidy/checkers/google-readability-nested-namespace-comments.cpp
Log Message:
-----------
[clang-tidy] Fix PR26274
Summary:
This commit fixes http://llvm.org/PR26274 in a simpler and more correct way than
4736d63f752f8d13f4c6a9afd558565c32119718 did. See
https://reviews.llvm.org/D69855#1767089 for details.
Reviewers: gribozavr, aaron.ballman, gribozavr2
Reviewed By: aaron.ballman, gribozavr2
Subscribers: gribozavr2, merge_guards_bot, xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70974
More information about the All-commits
mailing list