Skip to content
Snippets Groups Projects
  • Manuel Klimek's avatar
    9a05fa97
    This is the next step in building the standalone tools infrastructure: · 9a05fa97
    Manuel Klimek authored
    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.
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130306 91177308-0d34-0410-b5e6-96231b3b80d8
    9a05fa97
    History
    This is the next step in building the standalone tools infrastructure:
    Manuel Klimek authored
    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.
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130306 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 2.29 KiB