C++: Update QLDoc.

This commit is contained in:
Geoffrey White
2020-06-17 10:27:34 +01:00
parent 3d75d287a9
commit f3e24963cb
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
/**
* Provides classes for working with functions, including C++ constructors, destructors,
* user-defined operators, and template functions.
* Provides classes for working with functions, including template functions.
*/
import semmle.code.cpp.Location

View File

@@ -1,4 +1,9 @@
import cpp
/**
* Provides classes for working with C++ constructors, destructors,
* and user-defined operators.
*/
import cpp
/**
* A C++ function declared as a member of a class [N4140 9.3]. This includes