"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "07b385da27b57cb69bb56442b3828adc3bf23738"
This patch implements an AST matching framework that allows to write
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
Loading
Please register or sign in to comment