History log of /external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
3be37d1d2d5733523e516e5a6b22c576e740230e 13-Jul-2013 Reid Kleckner <reid@kleckner.net> [ms-cxxabi] Don't consider function templates for name backrefs

They don't seem to be used for back references, presumably because a
function template is unlikely to reoccur, while a class template name
may reoccur as a type.

This fixes a mangling issue for llvm::hash_combine() in Hashing.h.

Reviewers: timurrrr

Differential Revision: http://llvm-reviews.chandlerc.com/D1078

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186233 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
53c61c5c0c912b5032882471f5215d66a11bb0ce 29-Nov-2012 Timur Iskhodzhanov <timurrrr@google.com> [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168862 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
5e7b43ed3071a98d68b6da4f22720b9076d6f18a 27-Nov-2012 Timur Iskhodzhanov <timurrrr@google.com> Remove outdated FIXME; should have removed that in r160782

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168698 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
f58d01a02533b8d9a5b5653d121a3056d0d939ca 26-Jul-2012 Timur Iskhodzhanov <timurrrr@google.com> Add more tests for PR13207 (Mangling of template back references with -cxx-abi microsoft) now that PR13389 is fixed (mangling of return types)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160782 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
f5e0b225b4d8027edab993ad4ac87510fcd6f991 24-Jul-2012 Timur Iskhodzhanov <timurrrr@google.com> Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160667 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
f9aed96537a23c9e8852a8ba6429feb25a23dbc9 12-Jul-2012 Timur Iskhodzhanov <timurrrr@google.com> [Windows] Split the back reference tests into two separate files as the templates are getting hairy

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp