X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fclangcxxcompiler.h;fp=source%2Fclangcxxcompiler.h;h=95b901c0b18ab798667ee4345d186e2d6b59cdf4;hb=6e02286dcbd62b8f5ef56987c2298d54b689ad9c;hp=0000000000000000000000000000000000000000;hpb=e516e78510ad455eebc0e06645c9f12943117525;p=builder.git diff --git a/source/clangcxxcompiler.h b/source/clangcxxcompiler.h new file mode 100644 index 0000000..95b901c --- /dev/null +++ b/source/clangcxxcompiler.h @@ -0,0 +1,12 @@ +#ifndef CLANGCXXCOMPILER_H_ +#define CLANGCXXCOMPILER_H_ + +#include "gnucxxcompiler.h" + +class ClangCxxCompiler: public GnuCxxCompiler +{ +public: + ClangCxxCompiler(Builder &, const Architecture &); +}; + +#endif