https://github.com/pmiddend/clang-tools
Tools for proper C++ usage with clang
https://github.com/pmiddend/clang-tools
Last synced: 9 months ago
JSON representation
Tools for proper C++ usage with clang
- Host: GitHub
- URL: https://github.com/pmiddend/clang-tools
- Owner: pmiddend
- Created: 2012-04-28T09:34:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-28T09:40:02.000Z (about 14 years ago)
- Last Synced: 2025-09-01T06:06:16.303Z (9 months ago)
- Language: C++
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
clang-tools
===========
Tools for proper C++ usage with clang
Installation
------------
Check out the latest llvm and clang using the installation guide here
http://clang.llvm.org/get_started.html
Put the clang-tools repository inside llvm/tools/clang/examples and edit the CMakeLists.txt in llvm/tools/clang/ to include the clang-tools subdirectory, then rebuild llvm (using cmake, of course).
Usage
-----
There's a "run" script inside the repository that depends on a "run_configuration" file. Run the script without any arguments to get information on what to put in this configuration file.
To check a cpp file with the tools, run: ./run file.cpp