The check was generating a fix without taking qualifiers in return type
into account. This patch changes the insertion location to be before qualifers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67213
[clang-tidy] Fix definitions in headers check to respect qualifiers ClosedPublic Authored by kadircet on Sep 5 2019, 12:15 AM.
Details Summary The check was generating a fix without taking qualifiers in return type
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 5 2019, 1:00 AM Closed by commit rL371022: [clang-tidy] Fix definitions in headers check to respect qualifiers (authored by kadircet). · Explain WhySep 5 2019, 1:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 218855 clang-tools-extra/trunk/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-definitions-in-headers.hpp
|