]> git.tdb.fi Git - builder.git/blob - source/clangcxxcompiler.h
95b901c0b18ab798667ee4345d186e2d6b59cdf4
[builder.git] / source / clangcxxcompiler.h
1 #ifndef CLANGCXXCOMPILER_H_
2 #define CLANGCXXCOMPILER_H_
3
4 #include "gnucxxcompiler.h"
5
6 class ClangCxxCompiler: public GnuCxxCompiler
7 {
8 public:
9         ClangCxxCompiler(Builder &, const Architecture &);
10 };
11
12 #endif