hanchenye-llvm-project/clang/examples
Manuel Klimek 6825eebcd6 This is the next step in building the standalone tools infrastructure:
This patch simplifies writing of standalone Clang tools. As an
example, we add clang-check, a tool that runs a syntax only frontend
action over a .cc file. When you integrate this into your favorite
editor, you get much faster feedback on your compilation errors, thus
reducing your feedback cycle especially when writing new code.

The tool depends on integration of an outstanding patch to CMake to
work which allows you to always have a current compile command
database in your cmake output directory when you set
CMAKE_EXPORT_COMPILE_COMMANDS.

llvm-svn: 130306
2011-04-27 16:39:14 +00:00
..
PrintFunctionNames Re-instate r125819 and r125820 with no functionality change 2011-02-19 23:03:58 +00:00
Tooling This is the next step in building the standalone tools infrastructure: 2011-04-27 16:39:14 +00:00
clang-interpreter Fixed build error. 2011-03-29 18:31:21 +00:00
wpa [analyzer] Add LangOptions in CheckerManager. 2011-02-23 07:19:14 +00:00
CMakeLists.txt This is the next step in building the standalone tools infrastructure: 2011-04-27 16:39:14 +00:00
Makefile Remove wpa 'example', it isn't being maintained. 2010-08-11 15:21:41 +00:00