We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7b421 commit 57b5328Copy full SHA for 57b5328
clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -6804,6 +6804,7 @@ LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE();
6804
class MappableExprsHandler {
6805
public:
6806
/// Custom comparator for attach-pointer expressions that compares them by
6807
+ /// complexity (i.e. their component-depth) first, then by the order in which
6808
/// they were computed by collectAttachPtrExprInfo(), if they are semantically
6809
/// different.
6810
struct AttachPtrExprComparator {
0 commit comments