| 42 | class TGenericCompiler : public TCompiler { |
| 43 | public: |
| 44 | TGenericCompiler(EShLanguage l) : TCompiler(l, infoSink) {} |
| 45 | virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile); |
| 46 | TInfoSink infoSink; |
| 47 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected