This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] add matcher for decltypeType and its underlyingType
ClosedPublic

Authored by JonasToth on Jun 29 2018, 3:01 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

JonasToth created this revision.Jun 29 2018, 3:01 AM

Please add a test.

Once this goes in, you can also update TrailingReturnTypeCheck.cpp to remove its local instance of this type matcher.

lib/ASTMatchers/Dynamic/Registry.cpp
137 ↗(On Diff #153458)

Please keep this list sorted in alphabetical order.

JonasToth planned changes to this revision.Jun 29 2018, 6:43 AM
JonasToth updated this revision to Diff 156609.Jul 20 2018, 2:35 PM
JonasToth marked an inline comment as done.
  • [Misc] add test and more doc
  • Merge branch 'master' into matcher_decltypetype
This revision is now accepted and ready to land.Jul 23 2018, 5:16 AM
JonasToth updated this revision to Diff 156800.Jul 23 2018, 8:56 AM
  • rebase to master
This revision was automatically updated to reflect the committed changes.