summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-source.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2016-02-29 07:55:51 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2016-02-29 07:55:51 +0000
commitd97ec18fe449a9d36d831bc3f61c747667101f36 (patch)
tree193d0c98fb7754a29011c6a7bbc14ef1bdf79cd7 /clang/test/Index/Core/index-source.cpp
parent8d8f919cf51d1b6c269d603d559b58ba17858adf (diff)
downloadbcm5719-llvm-d97ec18fe449a9d36d831bc3f61c747667101f36.tar.gz
bcm5719-llvm-d97ec18fe449a9d36d831bc3f61c747667101f36.zip
[index] Use ',' to separate symbol roles when printing.
llvm-svn: 262205
Diffstat (limited to 'clang/test/Index/Core/index-source.cpp')
-rw-r--r--clang/test/Index/Core/index-source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/Core/index-source.cpp b/clang/test/Index/Core/index-source.cpp
index 75446468266..406f70f3896 100644
--- a/clang/test/Index/Core/index-source.cpp
+++ b/clang/test/Index/Core/index-source.cpp
@@ -4,6 +4,6 @@ template <typename TemplArg>
class TemplCls {
// CHECK: [[@LINE-1]]:7 | c++-class/C++ | TemplCls | c:@ST>1#T@TemplCls | <no-cgname> | Def | rel: 0
TemplCls(int x);
- // CHECK: [[@LINE-1]]:3 | constructor/C++ | TemplCls | c:@ST>1#T@TemplCls@F@TemplCls#I# | <no-cgname> | Decl/RelChild | rel: 1
+ // CHECK: [[@LINE-1]]:3 | constructor/C++ | TemplCls | c:@ST>1#T@TemplCls@F@TemplCls#I# | <no-cgname> | Decl,RelChild | rel: 1
// CHECK-NEXT: RelChild | TemplCls | c:@ST>1#T@TemplCls
};
OpenPOWER on IntegriCloud