[all-commits] [llvm/llvm-project] 00a575: [clang-tidy] Add check llvmlibc-implementation-in-...
Paula Toth via All-commits
all-commits at lists.llvm.org
Mon Apr 6 10:49:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00a57558978d3e4f11d08bed486497a8674000e3
https://github.com/llvm/llvm-project/commit/00a57558978d3e4f11d08bed486497a8674000e3
Author: Paula Toth <paulatoth at google.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp
A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h
M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-implementation-in-namespace.rst
A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-implementation-in-namespace.cpp
Log Message:
-----------
[clang-tidy] Add check llvmlibc-implementation-in-namespace.
Summary:
This check makes sure all llvm-libc implementations falls within the `__llvm_libc` namespace.
Reviewers: alexfh, aaron.ballman, hokein, njames93
Reviewed By: aaron.ballman
Subscribers: Eugene.Zelenko, libc-commits, mgorny, xazax.hun, MaskRay, cfe-commits, sivachandra
Tags: #clang-tools-extra, #clang
Differential Revision: https://reviews.llvm.org/D76818
More information about the All-commits
mailing list