]> git.tdb.fi Git - builder.git/blob - plugins/clang/clangcompiler.h
Rearrange sources into subdirectories
[builder.git] / plugins / clang / clangcompiler.h
1 #ifndef CLANGCOMPILER_H_
2 #define CLANGCOMPILER_H_
3
4 #include <msp/builder/customizedtool.h>
5
6 class ClangCompiler: public CustomizedTool
7 {
8 public:
9         ClangCompiler(Builder &, const Architecture &, const std::string &);
10 };
11
12 #endif