[cfe-dev] SourceLocation refactoring review
Mikhail Maltsev via cfe-dev
cfe-dev at lists.llvm.org
Thu Apr 23 07:17:34 PDT 2020
From: Christian Gagneraud <chgans at gmail.com>
Sent: Thursday, April 23, 2020 15:10
> Does this impact clang tools extra? I've noticed an annoying "feature" there:
> clang-tidy raises errors for rules violation caused by pre-processor
> macros expansion defined in "system headers" expanded in user code.
> This is quite annoying to me, it avoids me to deploy clang-tidy checks
> (Root errors come from macros in Qt, boost, Google test, ... ).
The refactoring does affect clang tools extra, but just as any refactoring it is a
non-functional change, i.e. it is not expected to change the behavior.
More information about the cfe-dev
mailing list