Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434e11c commit 6b24e3cCopy full SHA for 6b24e3c
1 file changed
cpp/ql/src/semmle/code/cpp/ir/internal/IRCppLanguage.qll
@@ -10,8 +10,11 @@ class LanguageType = CppType;
10
class OpaqueTypeTag = Cpp::Type;
11
12
class TypeDomain = Cpp::TypeDomain;
13
+
14
class RealDomain = Cpp::RealDomain;
15
16
class ComplexDomain = Cpp::ComplexDomain;
17
18
class ImaginaryDomain = Cpp::ImaginaryDomain;
19
20
class Function = Cpp::Function;
0 commit comments