Mercurial > hg > CbC > CbC_llvm
view clang/test/Index/complete-and-plugins.c @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: c-index-test -code-completion-at=%s:7:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s // REQUIRES: plugins, examples // CHECK: macro definition:{{.*}} // CHECK-NOT: top-level-decl: "x" void x();