| 351 | } |
| 352 | |
| 353 | QString ClangSupport::indentationSample() const |
| 354 | { |
| 355 | return QStringLiteral("class C{\n class D {\n void c() {\n int m;\n }\n }\n};\n"); |
| 356 | } |
| 357 | |
| 358 | TopDUContext* ClangSupport::standardContext(const QUrl &url, bool /*proxyContext*/) |
| 359 | { |
no outgoing calls
no test coverage detected