#include "clang/Tooling/FixIt.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Testing/TestAST.h"
#include "gtest/gtest.h"
usingnamespaceclang;
getText;
createRemoval;
createReplacement;
namespace {
const CallExpr &onlyCall(ASTContext &Ctx) { … }
TEST(FixItTest, getText) { … }
TEST(FixItTest, getTextWithMacro) { … }
TEST(FixItTest, createRemoval) { … }
TEST(FixItTest, createRemovalWithMacro) { … }
TEST(FixItTest, createReplacement) { … }
TEST(FixItTest, createReplacementWithMacro) { … }
}