[PATCH] D111109: AddGlobalAnnotations for function with or without function body.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 20 16:10:43 PDT 2021


alexfh added a comment.

Reduced the test further to:

  struct k {
    ~k() __attribute__((annotate(""))) {}
  };
  void m() { k(); }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111109/new/

https://reviews.llvm.org/D111109



More information about the cfe-commits mailing list