This change makes following modifications:
- If reference originated from macro expansion, we report location inside of the macro instead of location where macro is referenced
- If for any reason deduced location is not correct we silently ignore it.
Differential D72484
[clang-tidy] Fix check for Abseil internal namespace access rogeeff on Jan 9 2020, 2:47 PM. Authored by
Details
This change makes following modifications:
Diff Detail Event TimelineComment Actions Should be change mentioned in Release Notes?
Comment Actions It is my first time submitting clang-tidy change. So I'm not sure of the procedure exactly. Do we wait for something from me? Comment Actions Reviewers should make comments and finally approve patch when everything would be fine. Please keep in mind that people may be busy in real life.
Comment Actions LGTM. The weird template test case might is derived from an old failure that I believe was addressed in Clang, but regression tests are fine by me.
Comment Actions LGTM
|
Is there test coverage for this? When does/can this happen?