This function must be provided to create the actual compile object used by higher level code. It returns a subclass of TCompiler.
| 52 | // a subclass of TCompiler. |
| 53 | // |
| 54 | TCompiler* ConstructCompiler(EShLanguage language, int) { return new TGenericCompiler(language); } |
| 55 | |
| 56 | // |
| 57 | // Delete the compiler made by ConstructCompiler |
no outgoing calls
no test coverage detected