forked from OSchip/llvm-project
ed8b6b799d
to use them instead of SourceRange. CharSourceRange is just a SourceRange plus a bool that indicates whether the range has the end character resolved or whether the end location is the start of the end token. While most of the compiler wants to think of ranges that have ends that are the start of the end token, the printf diagnostic stuff wants to highlight ranges within tokens. This is transparent to the diagnostic stuff. To start taking advantage of the new capabilities, you can do something like this: Diag(..) << CharSourceRange::getCharRange(Begin,End) llvm-svn: 106338 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DeltaTree.cpp | ||
FixItRewriter.cpp | ||
FrontendActions.cpp | ||
HTMLPrint.cpp | ||
HTMLRewrite.cpp | ||
Makefile | ||
RewriteMacros.cpp | ||
RewriteObjC.cpp | ||
RewriteRope.cpp | ||
RewriteTest.cpp | ||
Rewriter.cpp | ||
TokenRewriter.cpp |