We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a7e2c commit 0b381b9Copy full SHA for 0b381b9
cpp/ql/src/semmle/code/cpp/Namespace.qll
@@ -172,9 +172,7 @@ class UsingDirectiveEntry extends UsingEntry {
172
*/
173
Namespace getNamespace() { usings(underlyingElement(this), unresolveElement(result), _) }
174
175
- override string toString() {
176
- result = "using namespace " + this.getNamespace().getFriendlyName()
177
- }
+ override string toString() { result = "using namespace " + this.getNamespace().getFriendlyName() }
178
}
179
180
/**
0 commit comments