mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00

method will sometimes return different results for the same input SourceLocations. I haven't unraveled this method completely yet, so this truly is a workaround until a better fix comes along. llvm-svn: 103143
7 lines
268 B
C
7 lines
268 B
C
#include "annotate-tokens-include.h"
|
|
|
|
// RUN: c-index-test -test-annotate-tokens=%s:1:1:2:1 %s | FileCheck %s
|
|
// CHECK: Identifier: "include" [1:2 - 1:9] preprocessing directive=
|
|
// CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] preprocessing directive=
|
|
|