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.
lib/AST/TextNodeDumper.cpp will need to be taught to print it too
(and astdumper test coverage to show that)