Skip to content
Commit aad244df authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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(); }
parent 39724158
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment