X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsgenerator.h;h=a6fa6f9bb696cd2634624bbe8fabaac428df2a73;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=e3116f9c839312e5930c56d0c5342c9ea2805a03;hpb=2a23a19ff6717b32ddc45f84681c5c969c967e45;p=builder.git diff --git a/source/compilecommandsgenerator.h b/source/compilecommandsgenerator.h index e3116f9..a6fa6f9 100644 --- a/source/compilecommandsgenerator.h +++ b/source/compilecommandsgenerator.h @@ -8,10 +8,9 @@ class CompileCommandsJson; class CompileCommandsGenerator: public Tool { public: - CompileCommandsGenerator(Builder &b): Tool(b, "CCJG") { } + CompileCommandsGenerator(Builder &); Target *create_target(const std::vector &, const std::string &) override; - Task *run(const Target &) const override; private: static bool _run(const CompileCommandsJson &);