]> git.tdb.fi Git - builder.git/blob - source/clangcompiler.h
Clean up compiler and linker constructors
[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 &);
10 };
11
12 #endif