]> git.tdb.fi Git - builder.git/blobdiff - source/compilecommandsgenerator.h
Redesign how tools are run
[builder.git] / source / compilecommandsgenerator.h
index e3116f9c839312e5930c56d0c5342c9ea2805a03..a6fa6f9bb696cd2634624bbe8fabaac428df2a73 100644 (file)
@@ -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<Target *> &, const std::string &) override;
-       Task *run(const Target &) const override;
 
 private:
        static bool _run(const CompileCommandsJson &);