Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 258 Bytes

Overview

A tool generates .clang_complete file for c++ project

Install

go get github.com/icexin/clang_complete

Usage

$ cd $project_dir
$ clang_complete -s `pwd` .
$ cat .clang_complete

Type clang_complete -h to see more usage