Skip to content
Commit 88b7e06d authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Revert "[clang][CodeGen] Emit annotations for function declarations."

This reverts commit c6a33ff4. Makes
clang segfault.

// clang t.cc
class a;
class c {
 public:
  [[clang::annotate("")]] c(const c *) {}
};
class d {
  d(const c *, a *, a *);
  c e;
};
d::d(const c *f, a *, a *) : e(f) {}
parent 47a9cd03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment