Add a MangleContext and pass it to all mangle functions. It will be used for...
Add a MangleContext and pass it to all mangle functions. It will be used for keeping state, such as identifiers assigned to anonymous structs as well as scope encoding. llvm-svn: 83442
Showing
- clang/lib/CodeGen/CGCXX.cpp 7 additions, 7 deletionsclang/lib/CodeGen/CGCXX.cpp
- clang/lib/CodeGen/CodeGenModule.cpp 2 additions, 2 deletionsclang/lib/CodeGen/CodeGenModule.cpp
- clang/lib/CodeGen/CodeGenModule.h 5 additions, 1 deletionclang/lib/CodeGen/CodeGenModule.h
- clang/lib/CodeGen/Mangle.cpp 22 additions, 20 deletionsclang/lib/CodeGen/Mangle.cpp
- clang/lib/CodeGen/Mangle.h 22 additions, 12 deletionsclang/lib/CodeGen/Mangle.h
Loading
Please register or sign in to comment