urnathan added a comment.

In D134654#4645969 <https://reviews.llvm.org/D134654#4645969>, @cor3ntin wrote:

> @aaron.ballman @urnathan What is the status of this PR?

I'd kind of forgotten about it. Did get a query from, I think, boost about how 
I detected the loops  I reported -- which was by hacking the compiler and a bit 
of scripting.  But it seems there might be users desiring the knowledge of this.

And personally I noticed that if you write your headers as:

  #ifndef MACRO
  // body of header goes here
  #define MACRO
  #endif // MACRO

the current technology shouts at you -- pity that idiom is not a thing :(


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

https://reviews.llvm.org/D134654

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D134654: [clang] De... Corentin Jabot via Phabricator via cfe-commits
    • [PATCH] D134654: [clan... Nathan Sidwell via Phabricator via cfe-commits

Reply via email to