Elizabeth Andrews cecd8471e4 [Clang][Parser] Accept GNU attributes preceding C++ attributes on templates
Clang was rejecting valid code where GNU style attributes preceded C++ style
attributes in template declarations as follows:

template<int a>
__attribute__((deprecated("oh no!"))) [[deprecated("oh no!")]] void foo();

This PR fixes the bug.

Differential Revision: https://reviews.llvm.org/D151837
2023-06-02 08:11:18 -07:00
..
2023-06-01 10:13:33 -07:00
2022-11-30 07:52:59 -05:00
2022-09-16 07:19:30 -04:00

See llvm/docs/README.txt