Skip to content

Commit dfbfe19

Browse files
committed
C++: Add a QL doc.
1 parent a2e546d commit dfbfe19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/lib/semmle/code/cpp/security/boostorg/asio/protocols.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ module BoostorgAsio {
191191
class SslContextClass extends Class {
192192
SslContextClass() { this.getQualifiedName() = "boost::asio::ssl::context" }
193193

194+
/**
195+
* Gets a constructor call, if any.
196+
*/
194197
ConstructorCall getAConstructorCall() {
195198
this.getAConstructor().getACallToThisFunction() = result and
196199
not result.getLocation().getFile().toString().matches("%/boost/asio/%") and

0 commit comments

Comments
 (0)