Skip to content

Commit c235462

Browse files
committed
C++: Sync IRType.qll
1 parent 6fc1497 commit c235462

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/ir/implementation

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/IRType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ module IRTypeConsistency {
341341
query predicate multipleIRTypes(Language::LanguageType type, string message) {
342342
strictcount(type.getIRType()) > 1 and
343343
message =
344-
"`LanguageType` " + type.getAQlClass() + " has multiple `IRType`s: " +
344+
"`LanguageType` " + type + " has multiple `IRType`s: " +
345345
concat(type.getIRType().toString(), ", ")
346346
}
347347

0 commit comments

Comments
 (0)