You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
3169e80603
arguments, force use of clang frontend for the driver. Fixes rdar://11356765. llvm-svn: 157205
5 lines
151 B
C++
5 lines
151 B
C++
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
|
|
|
|
// CHECK: [indexDeclaration]: kind: function | name: foobar
|
|
void foobar(void);
|