[all-commits] [llvm/llvm-project] 441196: [clang-tidy] RenamerClangTidyChecks ignore builtin...
Nathan James via All-commits
all-commits at lists.llvm.org
Sat May 30 12:49:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44119626dedfebe245fe6ce26487949201299d38
https://github.com/llvm/llvm-project/commit/44119626dedfebe245fe6ce26487949201299d38
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
Log Message:
-----------
[clang-tidy] RenamerClangTidyChecks ignore builtin and command line macros
Summary: Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=42635 | readability-identifier-naming option MacroDefinitionCase should ignore macros passed as parameters. ]]
Reviewers: aaron.ballman, alexfh, gribozavr2, hokein
Reviewed By: aaron.ballman
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D80631
More information about the All-commits
mailing list