Skip to content
  • 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
Loading