jfb added a comment.

In https://reviews.llvm.org/D54055#1286196, @erik.pilkington wrote:

> Can you give an example of some code that triggered this with your patch 
> applied? Even if it isn't a real reproducer right now, it would help to try 
> to understand whats happening here.


Sure!

I have code like this: `getStaticDeclName(CGM, D)` where `D` is `vla` in:

  void foo(int size) {
    int vla[size];
    // ...
  }


Repository:
  rC Clang

https://reviews.llvm.org/D54055



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to