Open gmarpons opened 12 years ago
... and
bool clang::tooling::runToolOnCode ( clang::FrontendAction * ToolAction, const Twine & Code, const Twine & FileName = "input.cc" )
as explained here: http://clang.llvm.org/docs/LibTooling.html.
See $LLVM_SRC_ROOT/utils/unittest/googletest/.
See https://code.google.com/p/googletest/wiki/V1_6_Primer
... and
bool clang::tooling::runToolOnCode ( clang::FrontendAction * ToolAction, const Twine & Code, const Twine & FileName = "input.cc" )
as explained here: http://clang.llvm.org/docs/LibTooling.html.
See $LLVM_SRC_ROOT/utils/unittest/googletest/.