llvm/clang-tools-extra/pp-trace
CHIANG, YU-HSUN (Tommy Chiang, oToToT) 8df2b1a866 [pp-trace] Print HashLoc in InclusionDirective callback
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

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D125373
2022-06-03 19:29:59 +08:00
..
CMakeLists.txt
PPCallbacksTracker.cpp [pp-trace] Print HashLoc in InclusionDirective callback 2022-06-03 19:29:59 +08:00
PPCallbacksTracker.h
PPTrace.cpp