File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1099,12 +1099,12 @@ class ProxyClass extends UserType {
10991099 /** Gets the location of the proxy class. */
11001100 override Location getLocation ( ) { result = this .getTemplateParameter ( ) .getDefinitionLocation ( ) }
11011101
1102- /** Gets the template parameter for which this is the proxy class. */
1102+ /** Gets the template parameter for which this is the proxy class, if any . */
11031103 TypeTemplateParameter getTemplateParameter ( ) {
11041104 is_proxy_class_for ( underlyingElement ( this ) , unresolveElement ( result ) )
11051105 }
11061106
1107- /** Gets the decltype for which this is the proxy class. */
1107+ /** Gets the decltype for which this is the proxy class, if any . */
11081108 Decltype getDecltype ( ) { is_proxy_class_for ( underlyingElement ( this ) , unresolveElement ( result ) ) }
11091109}
11101110
You can’t perform that action at this time.
0 commit comments