diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-05-21 23:51:38 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-05-21 23:51:38 +0000 |
commit | ddde0ec1e47b839a2c9d1b107b5cf3c17ca2710d (patch) | |
tree | 9addb94c209bdabc550842f7699383ef47b27552 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | b5417301917f5b38c91ca4a76c546c6467823353 (diff) | |
download | llvm-ddde0ec1e47b839a2c9d1b107b5cf3c17ca2710d.zip llvm-ddde0ec1e47b839a2c9d1b107b5cf3c17ca2710d.tar.gz llvm-ddde0ec1e47b839a2c9d1b107b5cf3c17ca2710d.tar.bz2 |
[PragmaHandler] Expose `#pragma` location
Currently, a pragma AST node's recorded location starts at the
namespace token (such as `omp` in the case of OpenMP) after the
`#pragma` token, and the `#pragma` location isn't available. However,
the `#pragma` location can be useful when, for example, rewriting a
directive using Clang's Rewrite facility.
This patch makes `#pragma` locations available in any `PragmaHandler`
but it doesn't yet make use of them.
This patch also uses the new `struct PragmaIntroducer` to simplify
`Preprocessor::HandlePragmaDirective`. It doesn't do the same for
`PPCallbacks::PragmaDirective` because that changes the API documented
in `clang-tools-extra/docs/pp-trace.rst`, and I'm not sure about
backward compatibility guarantees there.
Reviewed By: ABataev, lebedev.ri, aaron.ballman
Differential Revision: https://reviews.llvm.org/D61643
llvm-svn: 361335
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions