Revert "AddGlobalAnnotations for function with or without function body."
This reverts commit 121b2252. The following code causes a crash in some circumstances: struct k { ~k() __attribute__((annotate(""))) {} }; void m() { k(); }
Loading
Please register or sign in to comment