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 bc00de6 commit 952253dCopy full SHA for 952253d
cpp/common/src/codingstandards/cpp/types/SimpleAssignment.qll
@@ -1,9 +1,10 @@
1
/**
2
* Helper predicates related to C11/C17 constraints on simple assignment between two types.
3
- *
+ *
4
* Currently only a subset of the constraints are implemented, specifically those
5
* related to pointer types.
6
*/
7
+
8
import codingstandards.cpp.types.LvalueConversion
9
import codingstandards.cpp.types.Compatible
10
0 commit comments