You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be desirable to define types (i.e, TypeInfo) in a way that separates cv-qualifiers and (pointer/reference/array/function)ness from the unadorned types (so their IDs can be used to reference the declaration of the type).
The text was updated successfully, but these errors were encountered:
Well the rationale in the original clang-doc is that this would produce an explosion of small allocated TypeInfos. And how does separating the cv-qualifiers help the documentation?
Consider the following:
which produces the following output:
It may be desirable to define types (i.e,
TypeInfo
) in a way that separates cv-qualifiers and (pointer/reference/array/function)ness from the unadorned types (so their IDs can be used to reference the declaration of the type).The text was updated successfully, but these errors were encountered: