The HashLoc in InclusionDirective callback is an unused parameter.
Since pp-trace is also used as a test of Clang’s PPCallbacks interface,
add it to the output of pp-trace could avoid some unintended change on
it.
This shuold resolves PR52673
Paths
| Differential D125373
[pp-trace] Print HashLoc in InclusionDirective callback ClosedPublic Authored by oToToT on May 11 2022, 4:21 AM.
Details Summary The HashLoc in InclusionDirective callback is an unused parameter. This shuold resolves PR52673
Diff Detail
Event TimelineComment Actions LGTM! Can you add a release note for the change? (There's an Improvements to pp-trace section in docs\ReleaseNotes.rst) This revision is now accepted and ready to land.Jun 2 2022, 4:54 AM Comment Actions LGTM! Do you need me to commit on your behalf? If so, what name and email address would you like me to use for patch attribution? Closed by commit rG8df2b1a86680: [pp-trace] Print HashLoc in InclusionDirective callback (authored by oToToT). · Explain WhyJun 3 2022, 4:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433998 clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/pp-trace.rst
clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
clang-tools-extra/test/pp-trace/pp-trace-include.cpp
|