Skip to content

Commit e21a984

Browse files
committed
format
1 parent fb54a70 commit e21a984

File tree

1 file changed

+1
-0
lines changed
  • clang/lib/Driver/ToolChains

1 file changed

+1
-0
lines changed

clang/lib/Driver/ToolChains/HLSL.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class LLVM_LIBRARY_VISIBILITY HLSLToolChain : public ToolChain {
9292
unsigned GetDefaultDwarfVersion() const override { return 4; }
9393

9494
void addClangWarningOptions(llvm::opt::ArgStringList &CC1Args) const override;
95+
9596
private:
9697
mutable std::unique_ptr<tools::hlsl::Validator> Validator;
9798
mutable std::unique_ptr<tools::hlsl::MetalConverter> MetalConverter;

0 commit comments

Comments
 (0)