Re: r312467 - Implement Itanium name mangling support for C++ Modules TS.

2017-09-05 Thread Richard Smith via cfe-commits
Should be fixed in r312580, thanks! On 5 September 2017 at 13:58, Richard Smith wrote: > Thanks, looking... > > On 5 September 2017 at 13:31, Evgenii Stepanov via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Hi Richard, >> >> this change has triggered a bunch

Re: r312467 - Implement Itanium name mangling support for C++ Modules TS.

2017-09-05 Thread Richard Smith via cfe-commits
Thanks, looking... On 5 September 2017 at 13:31, Evgenii Stepanov via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Richard, > > this change has triggered a bunch of leak reports on the sanitizer bots: > > Direct leak of 1824 byte(s) in 1 object(s) allocated from: > #0 0xb48430 in

Re: r312467 - Implement Itanium name mangling support for C++ Modules TS.

2017-09-05 Thread Evgenii Stepanov via cfe-commits
Hi Richard, this change has triggered a bunch of leak reports on the sanitizer bots: Direct leak of 1824 byte(s) in 1 object(s) allocated from: #0 0xb48430 in operator new(unsigned long)

r312467 - Implement Itanium name mangling support for C++ Modules TS.

2017-09-03 Thread Richard Smith via cfe-commits
Author: rsmith Date: Sun Sep 3 22:37:53 2017 New Revision: 312467 URL: http://llvm.org/viewvc/llvm-project?rev=312467=rev Log: Implement Itanium name mangling support for C++ Modules TS. This follows the scheme agreed with Nathan Sidwell, which can be found here: