Skip to content
  1. Jun 01, 2011
    • Manuel Klimek's avatar
      This patch implements an AST matching framework that allows to write · 0cfc6a04
      Manuel Klimek authored
      tools that match on the C++ ASTs. The main interface is in ASTMatchers.h,
      an example implementation of a tool that removes redundant .c_str() calls
      is in the example RemoveCStrCalls.cpp.
      
      Various contributions:
      Zhanyong Wan, Chandler Carruth, Marcin Kowalczyk, Wei Xu, James Dennett.
      
      llvm-svn: 132374
      0cfc6a04
  2. May 11, 2011
  3. Apr 27, 2011
    • Manuel Klimek's avatar
      This is the next step in building the standalone tools infrastructure: · 6825eebc
      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.
      
      llvm-svn: 130306
      6825eebc
  4. Apr 21, 2011
  5. Feb 20, 2011
  6. Feb 19, 2011
  7. Feb 18, 2011
  8. Feb 16, 2011
  9. Feb 15, 2011
Loading