[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-31 Thread Dave Bozier via Phabricator via cfe-commits
davidb closed this revision. davidb added a comment. Closed by revision r293638. Repository: rL LLVM https://reviews.llvm.org/D27985 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-30 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In https://reviews.llvm.org/D27985#660354, @davidb wrote: > In https://reviews.llvm.org/D27985#660029, @mehdi_amini wrote: > > > LGTM. > > > > Can you apply the patch in LLVM (libDemangle) as well please? > > > Thank you Mehdi. I have an LLVM (libDemangle) with an

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-30 Thread Dave Bozier via Phabricator via cfe-commits
davidb added a comment. In https://reviews.llvm.org/D27985#660029, @mehdi_amini wrote: > LGTM. > > Can you apply the patch in LLVM (libDemangle) as well please? Thank you Mehdi. I have an LLVM (libDemangle) with an identical change (minus the tests) waiting. Would you like my to submit it as

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-29 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini accepted this revision. mehdi_amini added a comment. This revision is now accepted and ready to land. LGTM. Can you apply the patch in LLVM (libDemangle) as well please? Repository: rL LLVM https://reviews.llvm.org/D27985 ___

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-26 Thread Dave Bozier via Phabricator via cfe-commits
davidb added a comment. ping Repository: rL LLVM https://reviews.llvm.org/D27985 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2017-01-18 Thread Dave Bozier via Phabricator via cfe-commits
davidb added a comment. ping Repository: rL LLVM https://reviews.llvm.org/D27985 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D27985: Add demangling support for C++11 thread_local variables

2016-12-20 Thread Dave Bozier via Phabricator via cfe-commits
davidb created this revision. davidb added reviewers: howard.hinnant, mclow.lists. davidb added a subscriber: cfe-commits. davidb set the repository for this revision to rL LLVM. Add support for demangling C++11 thread_local variables. In clang, the grammar for mangling for these names are "