Adding a new AST matcher that matches constexpr function declarations.
If we add it, why not add it for VarDecl, too? :)
From now on isConstexpr() matches constexpr VarDecls as well.
LG, thx. Let me know if you need me to submit it.
Committed in r238016.
If we add it, why not add it for VarDecl, too? :)