This revision was automatically updated to reflect the committed changes.
Closed by commit rL367022: [clang] Fail for empty names in is*DerivedFrom
matchers. (authored by AntonBikineev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thank you for this!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65279/new/
https://reviews.llvm.org/D65279
___
AntonBikineev created this revision.
AntonBikineev added a reviewer: aaron.ballman.
Herald added a project: clang.
Repository:
rC Clang
https://reviews.llvm.org/D65279
Files:
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Index: cla