summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_variant_messages.cpp
AgeCommit message (Expand)Author
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2025-02-05[OpenMP]Initial parsing/sema support for target_device selector set (#118471)Ritanya-B-Bharadwaj
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-01-04[OpenMP] Add nec and nvidia as compiler vendors for OpenMPSaiyedul Islam
2021-10-25[OPENMP51]Initial parsing/sema for append_args clause for 'declare variant'Mike Rice
2021-10-13[OPENMP51]Initial parsing/sema for adjust_args clause for 'declare variant'Mike Rice
2021-01-07[OpenMP][FIX] Ensure the isa trait is evaluated lastJohannes Doerfert
2020-06-12[AST][RecoveryExpr] Build recovery expressions by default for C++.Haojian Wu
2020-03-27[OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG")Johannes Doerfert
2020-03-27[OpenMP] `omp begin/end declare variant` - part 1, parsingJohannes Doerfert
2020-02-14[OpenMP][Part 2] Use reusable OpenMP context/traits handlingJohannes Doerfert
2019-12-12[OPENMP50]Improve checks for declare variant functions compatibility.Alexey Bataev
2019-11-21[OPENMP50]Add device/kind context selector support.Alexey Bataev
2019-10-08[OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev
2019-10-08[OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev
2019-10-08[OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev
2019-10-04[OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev
2019-10-02[OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev
2019-09-30[OPENMP50]Do not emit warning for the function with the currentlyAlexey Bataev
2019-09-26[OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev
2019-09-25[OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev
2019-09-18[OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev
2019-09-13[OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev