Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove file that I forgot to remove as part of rL304523 | Roger Ferrer Ibanez | 2017-06-02 | 1 | -20/+0 |
| | | | | llvm-svn: 304524 | ||||
* | Avoid assert when a non-static member function is qualified with __unaligned | Roger Ferrer Ibanez | 2017-04-19 | 1 | -0/+20 |
Under -fms-extensions __unaligned is a type-qualifier that can be applied to a non-static member function declaration. This causes an assertion when mangling the name under Itanium, where that qualifier is not mangled. This patch justs makes the minimal change to avoid the crash and avoid mangling __unaligned, as it currently happens with non-member functions. Differential Revision: https://reviews.llvm.org/D31976 llvm-svn: 300686 |