Added support for basic analysis of the linear variables and linear step
expression. Linear loop iteration variables must be excluded from this
analysis, only non-loop iteration variables must be analyzed.
Details
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 36334 Build 36333: arc lint + arc unit
Event Timeline
Thx again!
lib/AST/OpenMPClause.cpp | ||
---|---|---|
473 | Formatting error ^.^ | |
477 | This function name almost makes me slightly uncomfortable -___-" | |
test/OpenMP/distribute_parallel_for_simd_linear_messages.cpp | ||
9 | I see you guys don't do the // no-warning thing very often? 'Cause even if it's meaningless for VerifyDiagnosticsConsumer, i find it pretty useful when reading other people's tests and trying to figure out what they were about. I.e., if somebody accidentally breaks your machinery and they see a warning on this test, it would be nice if they immediately understand that this is a false positive and they need to go fix their code rather than add an // expected-warning. |
Formatting error ^.^