You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/ql/test/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Features of the QL libraries in `cpp/ql/src` should also have test coverage, in
25
25
## Copying code
26
26
27
27
The contents of `cpp/ql/test` should be original - nothing should be copied from other sources. In particular do not copy-paste C/C++ code from third-party projects, your own projects, or the standard C/C++ library implementation of your compiler (regardless of the associated license). As an exception, required declarations may be taken from the following sources where necessary:
28
-
- ISO/IEC Programming languages - C (all versions)
29
-
- ISO/IEC Programming languages - C++ (all versions)
28
+
-[ISO/IEC Programming languages - C](https://www.iso.org/standard/74528.html) (all versions)
29
+
-[ISO/IEC Programming languages - C++](https://www.iso.org/standard/68564.html) (all versions)
30
30
- Code from existing queries and tests in this repository
31
31
This includes 'translating QL to C++', that is, writing C/C++ declarations from the information such as parameter names and positions specified in QL classes (when there is enough information to do so).
0 commit comments