Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rGc8eff9560fc1: [libc++] Add a clang-tidy check to make sure we use _Uglyfied attribute names
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142322
[libc++] Add a clang-tidy check to make sure we use _Uglyfied attribute names ClosedPublic Authored by philnik on Jan 22 2023, 8:12 PM.
Details
Diff Detail
Event Timelineldionne added inline comments. This revision is now accepted and ready to land.Feb 1 2023, 9:30 AM Closed by commit rGc8eff9560fc1: [libc++] Add a clang-tidy check to make sure we use _Uglyfied attribute names (authored by philnik). · Explain WhyFeb 1 2023, 9:57 AM This revision was automatically updated to reflect the committed changes. philnik marked an inline comment as done.
Revision Contents
Diff 491225 libcxx/include/__config
libcxx/include/__memory/shared_ptr.h
libcxx/include/__memory/unique_ptr.h
libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
libcxx/test/tools/clang_tidy_checks/libcpp_module.cpplibcxx/test/tools/clang_tidy_checks/uglify_attributes.hpp
libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp
|
It would be nice to run the clang-tidy checks in all the CI jobs that run inside our Docker container.