]> git.tdb.fi Git - builder.git/blob - source/clangcompiler.h
c848b758c13452857ea02989297e9ce64f0c071a
[builder.git] / source / clangcompiler.h
1 #ifndef CLANGCOMPILER_H_
2 #define CLANGCOMPILER_H_
3
4 #include "gnucompiler.h"
5
6 class ClangCompiler: public GnuCompiler
7 {
8 public:
9         ClangCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
10 };
11
12 #endif