Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MS Demangler] Print public:, protected:, private: if set in FunctionClass ↵ | Nico Weber | 2018-11-13 | 1 | -2/+2 |
| | | | | | | | | | | | | or a variable's StorageClass. undname prints them, and the information is in the decorated name, so we probably shouldn't lose it when undecorating. I spot-checked a few of the funnier-looking outputs, and undname has the same output. Differential Revision: https://reviews.llvm.org/D54396 llvm-svn: 346791 | ||||
* | Add support for various C++14 demanglings. | Zachary Turner | 2018-08-29 | 1 | -0/+37 |
Mostly this includes <auto> and <decltype-auto> return values. Additionally, this fixes a fairly obscure back-referencing bug that was encountered in one of the C++14 tests, which is that if you have something like Foo<&bar, &bar> then the `bar` forms a backreference. llvm-svn: 340896 |