|
@@ -249,8 +249,8 @@ public:
|
|
const EntryFunctionInfo &EntryFunc,
|
|
const EntryFunctionInfo &EntryFunc,
|
|
const clang::HLSLPatchConstantFuncAttr *PatchConstantFuncAttr);
|
|
const clang::HLSLPatchConstantFuncAttr *PatchConstantFuncAttr);
|
|
|
|
|
|
- void AddGlobalStringDecl(const clang::VarDecl *D, llvm::GlobalVariable *GV) override;
|
|
|
|
- void AddGlobalStringConstant(llvm::GlobalVariable *GV) override;
|
|
|
|
|
|
+ void AddGlobalStringDecl(const clang::VarDecl *D, llvm::GlobalVariable *GV) override;
|
|
|
|
+ void AddGlobalStringConstant(llvm::GlobalVariable *GV) override;
|
|
|
|
|
|
void FinishCodeGen() override;
|
|
void FinishCodeGen() override;
|
|
bool IsTrivalInitListExpr(CodeGenFunction &CGF, InitListExpr *E) override;
|
|
bool IsTrivalInitListExpr(CodeGenFunction &CGF, InitListExpr *E) override;
|