cppast icon indicating copy to clipboard operation
cppast copied to clipboard

`decltype` expression is always `cpp_unexposed_expression`

Open foonathan opened this issue 8 years ago • 0 comments

  • cppast version: latest one
  • parser: libclang_parser
  • clang version: 3.9.1+

The expression inside a decltype() will always be a cpp_unexposed_expression and the type of the expression is not exposed either. On a related note, cpp_decltype_auto_type will never be created, decltype(auto) will create a simple cpp_auto_type instead.

foonathan avatar Apr 18 '17 14:04 foonathan