Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
unittests
/
Tooling
/
RefactoringCallbacksTest.cpp
fc9213e
Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacks
by Eric Liu
· 8 years ago
512fb64
Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects.
by Aaron Ballman
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
fa0b3bb
Really sort the #include lines in unittests/...
by Chandler Carruth
· 13 years ago
320d966
Sort the #include lines for unittests/...
by Chandler Carruth
· 13 years ago
949cc50
Tweak include order
by Douglas Gregor
· 13 years ago
bd3d76d
Rename the ASTMatchers to better match AST nodes. Now, all
by Daniel Jasper
· 13 years ago
6389dd1
Finishing the move of RefactoringCallbacks and fixing the corresponding
by Daniel Jasper
· 13 years ago
1975e03
Move RefactoringCallbacks to Tooling to avoid dependency from
by Daniel Jasper
· 13 years ago
[Renamed (97%) from clang/unittests/ASTMatchers/RefactoringCallbacksTest.cpp]
7e22282
Add refactoring callbacks to make common kinds of refactorings easy.
by Daniel Jasper
· 13 years ago