mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 03:26:06 +00:00
18 lines
552 B
C++
18 lines
552 B
C++
![]() |
//===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
//
|
||
|
// This file implements the Clang-C Source Indexing library.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
#include "clang-c/Index.h"
|
||
|
|
||
|
void clang_index_dummy(void) {}
|
||
|
|