summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-ms-abi-examples.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Grab bag of Microsoft Mangler fixes:Charles Davis2012-06-131-0/+28
- Support mangling virtual function tables (base tables need work on the ManglerContext interface). - Correct mangling of local scopes (i.e. functions and C++ methods). - Replace every llvm_unreachable() for actually-reachable code with a diagnostic. llvm-svn: 158376
OpenPOWER on IntegriCloud