]> git.tdb.fi Git - builder.git/blob - source/clangccompiler.h
2a4ec29228db3176920675465b7f720b975fd71a
[builder.git] / source / clangccompiler.h
1 #ifndef CLANGCCOMPILER_H_
2 #define CLANGCCOMPILER_H_
3
4 #include "gnuccompiler.h"
5
6 class ClangCCompiler: public GnuCCompiler
7 {
8 public:
9         ClangCCompiler(Builder &, const Architecture &);
10 };
11
12 #endif