lebedev.ri added inline comments. ================ Comment at: include/clang/ASTMatchers/ASTMatchers.h:5904 + return F->hasTrailingReturn(); + return false; +} ---------------- There are no negative tests in the unittest that cover this false path. https://reviews.llvm.org/D42273