| commit | fe68904fa6001b29930391722ba1d4401906cb99 | [log] [tgz] |
|---|---|---|
| author | Greg Clayton <gclayton@apple.com> | Tue Nov 10 17:47:04 2015 +0000 |
| committer | Greg Clayton <gclayton@apple.com> | Tue Nov 10 17:47:04 2015 +0000 |
| tree | 709ad40609f5bb22f4a1da8e8019e21dfd10a1c5 | |
| parent | a01a5ee72fe164f772df9a02bdd9e3e489556ec3 [diff] |
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way. Fixed a crash that would happen if you tried to get the name of a constructor or destructor by calling "getDeclName()" instead of calling getName() (which would assert and crash). Added the ability to get function arguments names from SBFunction. llvm-svn: 252622