5chmidti wrote:

Actually, the cxxRecordDecl might not be in a macro, but the special member 
functions are.
E.g.:
``` ` ` cpp
#define DEF_COPY(name) \
name(const name&) = default; \
name& operator=(const name&) = default;
` ` ` 

https://github.com/llvm/llvm-project/pull/143550
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to