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 f2aeea5 commit 4b6a01dCopy full SHA for 4b6a01d
cpp/common/src/codingstandards/cpp/UndefinedBehavior.qll
@@ -1,6 +1,8 @@
1
-import cpp
+import cpp
2
+
3
/**
4
* Library for modeling undefined behavior.
5
*/
-abstract class UndefinedBehavior extends Locatable {}
6
-abstract class CPPUndefinedBehavior extends UndefinedBehavior {}
+abstract class UndefinedBehavior extends Locatable { }
7
8
+abstract class CPPUndefinedBehavior extends UndefinedBehavior { }
0 commit comments