Lines Matching +full:- +full:- +full:issue +full:- +full:number
1 // RUN: %clang_cc1 -std=c2x -ast-dump %s | FileCheck %s
7 // The line number associated with a pp-token should be the line number of in n2322()
8 // the first character of the pp-token. in n2322()
13 // CHECK-NEXT: StringLiteral {{.*}} <col:3> in n2322()
15 // The line number associated with a pp-directive should be the line number in n2322()
18 // number to be associated with the first # token. However, this relies on an in n2322()
21 // may not represent an actual issue. in n2322()
29 // The line number associated with a macro invocation should be the line in n2322()
30 // number of the first character of the macro name in the invocation. in n2322()
32 // Reset the line number to make it easier to understand the next test. in n2322()
33 // FIXME: The line number should be 2005 (first letter of the macro name) and in n2322()
45 // Reset the line number again for ease. in n2322()