[all-commits] [llvm/llvm-project] 3b531a: rm not needed typeofstr match kind
Julian Schmidt via All-commits
all-commits at lists.llvm.org
Sat Jun 8 08:18:05 PDT 2024
Branch: refs/heads/users/5chmidti/add_testing_for_the_AST_matcher_reference
Home: https://github.com/llvm/llvm-project
Commit: 3b531af8c10855750760991776d5cfa52efbb99c
https://github.com/llvm/llvm-project/commit/3b531af8c10855750760991776d5cfa52efbb99c
Author: Julian Schmidt <git.julian.schmidt at gmail.com>
Date: 2024-06-05 (Wed, 05 Jun 2024)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/unittests/ASTMatchers/ASTMatchersTest.h
M clang/utils/generate_ast_matcher_doc_tests.py
Log Message:
-----------
rm not needed typeofstr match kind
Commit: 160f924747be8cef5fe82936deaff194447e78a6
https://github.com/llvm/llvm-project/commit/160f924747be8cef5fe82936deaff194447e78a6
Author: Julian Schmidt <git.julian.schmidt at gmail.com>
Date: 2024-06-05 (Wed, 05 Jun 2024)
Changed paths:
M clang/utils/generate_ast_matcher_doc_tests.py
Log Message:
-----------
move some FIXME's to the main function
Commit: 1a785b6bc0df127d7260ab4cb4224b680b4d7ba1
https://github.com/llvm/llvm-project/commit/1a785b6bc0df127d7260ab4cb4224b680b4d7ba1
Author: Julian Schmidt <git.julian.schmidt at gmail.com>
Date: 2024-06-08 (Sat, 08 Jun 2024)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
Log Message:
-----------
replace some type=name matches with explicit code matches to be more expressive
Commit: b9d35c349c3b972623174bdfd9e04d15733dae70
https://github.com/llvm/llvm-project/commit/b9d35c349c3b972623174bdfd9e04d15733dae70
Author: Julian Schmidt <git.julian.schmidt at gmail.com>
Date: 2024-06-08 (Sat, 08 Jun 2024)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
Log Message:
-----------
add missing comments on some matchers on the number of matches generated
Commit: cc440d4251bec7d2e4f748f6e4c05475a947d44c
https://github.com/llvm/llvm-project/commit/cc440d4251bec7d2e4f748f6e4c05475a947d44c
Author: Julian Schmidt <git.julian.schmidt at gmail.com>
Date: 2024-06-08 (Sat, 08 Jun 2024)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
Log Message:
-----------
add documentation (pr desc) to ASTMatchers.h's file comment
Compare: https://github.com/llvm/llvm-project/compare/5d9d4d79e424...cc440d4251be
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list