commit | b8561a00d8fcbac309f596934a76c1e061c3162e | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Mon Jun 15 19:48:50 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Mon Jun 15 19:48:50 2009 +0000 |
tree | 0fbeb083306436ece007a402e80fd537d7ebcd77 | |
parent | 84802eb7168db69179f7fa73aa45bfee0be66104 [diff] [blame] |
PR4395: Don't detect token concatenation in C mode for C++-specific tokens. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73408 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Lexer/token-concat-2.c b/test/Lexer/token-concat-2.c new file mode 100644 index 0000000..2891654 --- /dev/null +++ b/test/Lexer/token-concat-2.c
@@ -0,0 +1,4 @@ +// RUN: clang-cc -E -x c -o - %s | grep '[.][*]' +// PR4395 +#define X .* +X