Author: kremenek
Date: Sat Jul 19 14:10:40 2008
New Revision: 53797

URL: http://llvm.org/viewvc/llvm-project?rev=53797&view=rev
Log:
Patch by Kovarththanan Rajaratnam:

"When dumping the tokens (-dumptokens output type), the column numbers are not
correctly shown. This patch fixes that issue."

Added:
    cfe/trunk/test/Preprocessor/dumptokens_phyloc.c

Added: cfe/trunk/test/Preprocessor/dumptokens_phyloc.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/dumptokens_phyloc.c?rev=53797&view=auto

==============================================================================
--- cfe/trunk/test/Preprocessor/dumptokens_phyloc.c (added)
+++ cfe/trunk/test/Preprocessor/dumptokens_phyloc.c Sat Jul 19 14:10:40 2008
@@ -0,0 +1,5 @@
+// RUN: clang -dumptokens %s 2>&1 | grep "PhysLoc=[_.a-zA-Z]*:3:20"
+
+#define TESTPHYLOC 10
+
+TESTPHYLOC


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to