forked from OSchip/llvm-project
Patch by Kovarththanan Rajaratnam:
"When dumping the tokens (-dumptokens output type), the column numbers are not correctly shown. This patch fixes that issue." llvm-svn: 53797
This commit is contained in:
parent
0fff6d3c06
commit
f487548c17
|
@ -0,0 +1,5 @@
|
|||
// RUN: clang -dumptokens %s 2>&1 | grep "PhysLoc=[_.a-zA-Z]*:3:20"
|
||||
|
||||
#define TESTPHYLOC 10
|
||||
|
||||
TESTPHYLOC
|
Loading…
Reference in New Issue