summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-templates.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-10 00:22:18 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-10 00:22:18 +0000
commita93ab66331817caec3a52b9c24051390c7b1c600 (patch)
treebf62fed0613afa49e451910e5ffc16d0ff010112 /clang/test/Index/index-templates.cpp
parent22fd29a94a418b1f62805d7bf2dee3131df3e452 (diff)
downloadbcm5719-llvm-a93ab66331817caec3a52b9c24051390c7b1c600.tar.gz
bcm5719-llvm-a93ab66331817caec3a52b9c24051390c7b1c600.zip
Add libclang support for label statements, gotos, and taking the
address of a label (GNU extension). llvm-svn: 113564
Diffstat (limited to 'clang/test/Index/index-templates.cpp')
-rw-r--r--clang/test/Index/index-templates.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Index/index-templates.cpp b/clang/test/Index/index-templates.cpp
index a4f1ee8d2c8..12c4a9bf535 100644
--- a/clang/test/Index/index-templates.cpp
+++ b/clang/test/Index/index-templates.cpp
@@ -110,7 +110,6 @@ void template_exprs() {
// CHECK-LOAD: index-templates.cpp:50:26: FunctionTemplate=getAs:50:26 Extent=[50:3 - 50:33]
// CHECK-LOAD: index-templates.cpp:50:21: TemplateTypeParameter=T:50:21 (Definition) Extent=[50:21 - 50:22]
// CHECK-LOAD: index-templates.cpp:53:6: FunctionDecl=template_exprs:53:6 (Definition)
-// CHECK-LOAD: <invalid loc>:0:0: UnexposedStmt=
// CHECK-LOAD: index-templates.cpp:54:3: CallExpr=f:4:6 Extent=[54:3 - 54:68]
// CHECK-LOAD: index-templates.cpp:54:3: UnexposedExpr=f:4:6 Extent=[54:3 - 54:35]
// CHECK-LOAD: index-templates.cpp:54:3: DeclRefExpr=f:4:6 Extent=[54:3 - 54:35]
OpenPOWER on IntegriCloud