]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.h
Collapse the language-specific compilers into a single class
[builder.git] / source / clangcompiler.h
diff --git a/source/clangcompiler.h b/source/clangcompiler.h
new file mode 100644 (file)
index 0000000..c848b75
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef CLANGCOMPILER_H_
+#define CLANGCOMPILER_H_
+
+#include "gnucompiler.h"
+
+class ClangCompiler: public GnuCompiler
+{
+public:
+       ClangCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
+};
+
+#endif