зеркало из https://github.com/microsoft/clang-1.git
2c78b873f4
This allows it to accurately measure tokens, so that we get: t.cpp:8:13: error: unknown type name 'X' static foo::X P; ~~~~~^ instead of the woefully inferior: t.cpp:8:13: error: unknown type name 'X' static foo::X P; ~~~~ ^ Most of this is just plumbing to push the reference around. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69099 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DeltaTree.cpp | ||
HTMLRewrite.cpp | ||
Makefile | ||
RewriteRope.cpp | ||
Rewriter.cpp | ||
TokenRewriter.cpp |