Merging r323935:
------------------------------------------------------------------------ r323935 | rsmith | 2018-02-01 01:28:36 +0100 (Thu, 01 Feb 2018) | 5 lines PR36181: Teach CodeGen to properly ignore requests to emit dependent entities. Previously, friend function definitions within class templates slipped through the gaps and caused the MS mangler to assert. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@324215 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/DeclBase.h 4 additions, 0 deletionsinclude/clang/AST/DeclBase.h
- lib/AST/DeclBase.cpp 13 additions, 0 deletionslib/AST/DeclBase.cpp
- lib/CodeGen/CodeGenModule.cpp 1 addition, 17 deletionslib/CodeGen/CodeGenModule.cpp
- test/CodeGenCXX/microsoft-abi-emit-dependent.cpp 11 additions, 0 deletionstest/CodeGenCXX/microsoft-abi-emit-dependent.cpp
Loading
Please register or sign in to comment