Skip to content

Commit 9cfd1a8

Browse files
committed
C++: Remove out-of-date comment, as we use mangled names in ResolveClass.qll
1 parent b609f1e commit 9cfd1a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cpp/ql/lib/semmle/code/cpp/internal/QualifiedName.qll

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
* qualified.
55
*
66
* This file contains classes that mirror the standard AST classes for C++, but
7-
* these classes are only concerned with naming. The other difference is that
8-
* these classes don't use the `ResolveClass.qll` mechanisms like
9-
* `unresolveElement` because these classes should eventually be part of the
10-
* implementation of `ResolveClass.qll`, allowing it to match up classes when
11-
* their qualified names and parameters match.
7+
* these classes are only concerned with naming.
128
*/
139

1410
private import semmle.code.cpp.Declaration as D

0 commit comments

Comments
 (0)