aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/StmtProfile.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane1-6/+0
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+6
2023-11-26[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+2
2023-11-20Revert "[OpenMP] atomic compare fail : Parser & AST support"Krzysztof Parzyszek1-2/+0
2023-11-20[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+2
2023-11-08Revert "[OpenMP] atomic compare fail : Parser & AST support"Mitch Phillips1-2/+0
2023-11-07[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+2
2023-11-06[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (re-land) (#71417)Vlad Serebrennikov1-1/+1
2023-11-06Revert "[clang][NFC] Refactor `CXXNewExpr::InitializationStyle`" (#71395)Vlad Serebrennikov1-1/+1
2023-11-06[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (#71322)Vlad Serebrennikov1-1/+1
2023-11-05[clang][NFC] Refactor `PredefinedExpr::IdentKind`Vlad Serebrennikov1-1/+1
2023-11-05[clang][NFC] Refactor `CharacterLiteral::CharacterKind`Vlad Serebrennikov1-1/+1
2023-11-05[clang][NFC] Refactor `StringLiteral::StringKind`Vlad Serebrennikov1-1/+1
2023-10-05Introduce the initial support for OpenMP kernel language (#66844)Shilei Tian1-0/+1
2023-10-02[clang] Add missing canonicalization in int literal profile (#67822)Henrik G. Olsson1-0/+2
2023-09-29Revert "[OpenMP] Introduce the initial support for OpenMP kernel language (#6...JP Lehr1-1/+0
2023-09-29[OpenMP] Introduce the initial support for OpenMP kernel language (#66844)Shilei Tian1-0/+1
2023-09-20[clang] [C23] Fix crash with _BitInt running clang-tidy (#65889)vabridgers1-1/+7
2023-08-24[OpenMP 5.1] Parsing and Sema support for `scope` directiveFazlay Rabbi1-0/+4
2023-07-25Reapply "[OpenMP] Add the `ompx_attribute` clause for target directives"Johannes Doerfert1-0/+2
2023-07-25Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman1-2/+0
2023-07-24[OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert1-0/+2
2023-07-11Fix profiling of overloaded postincrement / postdecrement.Richard Smith1-11/+13
2023-07-11[C++20] [Modules] Allow Stmt::Profile to treat lambdas as equal conditionallyChuanqi Xu1-14/+32
2023-06-29[OMP5.2] Initial support for doacross clause.Jennifer Yu1-0/+3
2023-04-05[Clang][NFC] Refactor "Designators" to be more similarBill Wendling1-1/+1
2023-03-30Ignore constraints when determining a canonical template parameter.Richard Smith1-1/+12
2023-03-02Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]"Bill Wendling1-1/+1
2023-02-07[Clang] Refactor "Designators" into a unified implementation [NFC]Bill Wendling1-1/+1
2023-01-21[OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clauseJohannes Doerfert1-0/+6
2023-01-12[clang] Reland parenthesized aggregate init patchesAlan Zhao1-0/+4
2023-01-04[clang] Revert parentesized aggregate initalization patchesAlan Zhao1-4/+0
2022-12-19Make evaluation of nested requirement consistent with requires expr.Utkarsh Saxena1-2/+2
2022-12-14[clang][C++20] P0960R3 and P1975R0: Allow initializing aggregates from a pare...Alan Zhao1-0/+4
2022-11-18[OPENMP5.1] Initial support for message clause.Jennifer Yu1-0/+5
2022-11-17[OPENMP5.1] Initial support for severity clauseJennifer Yu1-0/+2
2022-11-15[OPENMP]Initial support for at clauseJennifer Yu1-0/+2
2022-11-02[OPENMP]Initial support for error directive.Jennifer Yu1-0/+3
2022-09-03[clang] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-07-01[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi1-0/+5
2022-06-30[OpenMP] Initial parsing and sema support for 'parallel masked taskloop' cons...Fazlay Rabbi1-0/+5
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi1-0/+5
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi1-0/+5
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu1-0/+5
2022-05-25Revert "[OpenMP] atomic compare fail : Parser & AST support"Aaron Ballman1-2/+0
2022-05-24[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+2
2022-04-08[clang][OpenMP5.1] Initial parsing/sema for has_device_addrJennifer Yu1-0/+4
2022-03-24[OpenMP] Initial parsing/sema for the 'omp target parallel loop' constructMike Rice1-0/+5
2022-03-22[OpenMP] Initial parsing/sema for the 'omp parallel loop' constructMike Rice1-0/+5
2022-03-18[OpenMP] Initial parsing/sema for the 'omp target teams loop' constructMike Rice1-0/+5