vampire20170606 / clang-playground

This is the repository for clang-playground series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-playground

This is the repository for clang-playground series.

How to Build

Clone LLVM source:
git clone http://llvm.org/git/llvm.git src

Clone Clang source:
git clone http://llvm.org/git/clang.git src/tools/clang

Clone clang-playground source:
git clone https://github.com/xinhuang/clang-playground.git src/tools/clang/tools/clang-playground

mkdir debug && cd debug
../src/configure
make -j

find-decl

Find all the declarations in a given file.

Tutor: Clang Playground: Finding Declarations

About

This is the repository for clang-playground series.


Languages

Language:C++ 75.4%Language:Makefile 16.1%Language:CMake 8.5%