Dmitri Gribenko
|
ef465ebc4b
Removed the 'id' AST matcher, which is superseded by '.bind()'
|
6 năm trước cách đây |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 năm trước cách đây |
Eric Liu
|
a2e82a51ce
Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacks
|
8 năm trước cách đây |
Aaron Ballman
|
5d6b9bd99d
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.
|
10 năm trước cách đây |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 năm trước cách đây |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 năm trước cách đây |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 năm trước cách đây |
Chandler Carruth
|
7cc315ccf8
Really sort the #include lines in unittests/...
|
12 năm trước cách đây |
Chandler Carruth
|
1050e8b225
Sort the #include lines for unittests/...
|
12 năm trước cách đây |
Douglas Gregor
|
f27762b1be
Tweak include order
|
13 năm trước cách đây |
Daniel Jasper
|
2dc75ed2ef
Rename the ASTMatchers to better match AST nodes. Now, all
|
13 năm trước cách đây |
Daniel Jasper
|
8ee04480df
Finishing the move of RefactoringCallbacks and fixing the corresponding
|
13 năm trước cách đây |
Daniel Jasper
|
d5c66dd664
Move RefactoringCallbacks to Tooling to avoid dependency from
|
13 năm trước cách đây |