[PATCH] D31370: [clang-tidy] Prototype to check for exception specification

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 12:19:00 PDT 2017


JonasToth added a comment.

In https://reviews.llvm.org/D31370#768684, @baloghadamsoftware wrote:

> The matcher in https://reviews.llvm.org/D33537 could be reused here as well. Maybe I should make it common, but it is more complex than any of the common matchers.


yes, the matcher seems interesting. but i think i will abondon this check and integrate the functionality somewhere else (maybe ur check), since it seems to be too much duplication otherwise.
for now, i dont have a lot of time, so it is stall. hopefully, this will change in the next month or so.


Repository:
  rL LLVM

https://reviews.llvm.org/D31370





More information about the cfe-commits mailing list