https://github.com/icexin/clang_complete
A tool generates .clang_complete file for c++ project
https://github.com/icexin/clang_complete
clang cpp
Last synced: 4 months ago
JSON representation
A tool generates .clang_complete file for c++ project
- Host: GitHub
- URL: https://github.com/icexin/clang_complete
- Owner: icexin
- Created: 2017-09-05T12:35:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T12:36:12.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T05:28:50.574Z (5 months ago)
- Topics: clang, cpp
- Language: Go
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A tool generates `.clang_complete` file for c++ project
# Install
`go get github.com/icexin/clang_complete`
# Usage
``` bash
$ cd $project_dir
$ clang_complete -s `pwd` .
$ cat .clang_complete
```Type `clang_complete -h` to see more usage