attributes after an if like:
if (...) [[likely]]
are now applied on the if instead of the following statement.
i added the likely attribute in the necessary places Attr.td, AttrDocs.td.
i added a diagnostics kind for C++2a and for likely not used on an if statement.
Can you make this a scoped enumeration to avoid injecting these names everywhere ? (+ add a comment describing what it is used for)