summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [StmtProfile] Don't profile the body of lambda expressionsChuanqi Xu2024-04-161-2/+20
* [NFC] Clang-format previous OpenACC Patcherichkeane2024-04-121-4/+2
* [NFC][OpenACC] Rename visitor functions to omit redundant OpenACCerichkeane2024-04-121-3/+3
* [OpenACC] Implement 'if' clause for Compute Constructs (#88411)Erich Keane2024-04-121-3/+16
* [NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling2024-04-111-3/+3
* [OpenACC] Implement Default clause for Compute Constructs (#88135)Erich Keane2024-04-101-0/+5
* [Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide2024-04-091-0/+1
* [OpenACC][NFC] Add OpenACC Clause AST Nodes/infrastructure (#87675)Erich Keane2024-04-051-1/+20
* [OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2024-02-131-0/+7
* [OpenMP] atomic compare weak : Parser & AST support (#79475)SunilKuravinakop2024-01-311-0/+2
* [Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin2024-01-271-0/+6
* [c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2024-01-211-0/+6
* [OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop2023-11-261-0/+2
* Revert "[OpenMP] atomic compare fail : Parser & AST support"Krzysztof Parzyszek2023-11-201-2/+0
* [OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop2023-11-201-0/+2
* Revert "[OpenMP] atomic compare fail : Parser & AST support"Mitch Phillips2023-11-081-2/+0
* [OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop2023-11-071-0/+2
* [clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (re-land) (#71417)Vlad Serebrennikov2023-11-061-1/+1
* Revert "[clang][NFC] Refactor `CXXNewExpr::InitializationStyle`" (#71395)Vlad Serebrennikov2023-11-061-1/+1
* [clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (#71322)Vlad Serebrennikov2023-11-061-1/+1
* [clang][NFC] Refactor `PredefinedExpr::IdentKind`Vlad Serebrennikov2023-11-051-1/+1
* [clang][NFC] Refactor `CharacterLiteral::CharacterKind`Vlad Serebrennikov2023-11-051-1/+1
* [clang][NFC] Refactor `StringLiteral::StringKind`Vlad Serebrennikov2023-11-051-1/+1
* Introduce the initial support for OpenMP kernel language (#66844)Shilei Tian2023-10-051-0/+1
* [clang] Add missing canonicalization in int literal profile (#67822)Henrik G. Olsson2023-10-021-0/+2
* Revert "[OpenMP] Introduce the initial support for OpenMP kernel language (#6...JP Lehr2023-09-291-1/+0
* [OpenMP] Introduce the initial support for OpenMP kernel language (#66844)Shilei Tian2023-09-291-0/+1
* [clang] [C23] Fix crash with _BitInt running clang-tidy (#65889)vabridgers2023-09-201-1/+7
* [OpenMP 5.1] Parsing and Sema support for `scope` directiveFazlay Rabbi2023-08-241-0/+4
* Reapply "[OpenMP] Add the `ompx_attribute` clause for target directives"Johannes Doerfert2023-07-251-0/+2
* Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman2023-07-251-2/+0
* [OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert2023-07-241-0/+2
* Fix profiling of overloaded postincrement / postdecrement.Richard Smith2023-07-111-11/+13
* [C++20] [Modules] Allow Stmt::Profile to treat lambdas as equal conditionallyChuanqi Xu2023-07-111-14/+32
* [OMP5.2] Initial support for doacross clause.Jennifer Yu2023-06-291-0/+3
* [Clang][NFC] Refactor "Designators" to be more similarBill Wendling2023-04-051-1/+1
* Ignore constraints when determining a canonical template parameter.Richard Smith2023-03-301-1/+12
* Revert "[Clang] Refactor "Designators" into a unified implementation [NFC]"Bill Wendling2023-03-021-1/+1
* [Clang] Refactor "Designators" into a unified implementation [NFC]Bill Wendling2023-02-071-1/+1
* [OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clauseJohannes Doerfert2023-01-211-0/+6
* [clang] Reland parenthesized aggregate init patchesAlan Zhao2023-01-121-0/+4
* [clang] Revert parentesized aggregate initalization patchesAlan Zhao2023-01-041-4/+0
* Make evaluation of nested requirement consistent with requires expr.Utkarsh Saxena2022-12-191-2/+2
* [clang][C++20] P0960R3 and P1975R0: Allow initializing aggregates from a pare...Alan Zhao2022-12-141-0/+4
* [OPENMP5.1] Initial support for message clause.Jennifer Yu2022-11-181-0/+5
* [OPENMP5.1] Initial support for severity clauseJennifer Yu2022-11-171-0/+2
* [OPENMP]Initial support for at clauseJennifer Yu2022-11-151-0/+2
* [OPENMP]Initial support for error directive.Jennifer Yu2022-11-021-0/+3
* [clang] Qualify auto in range-based for loops (NFC)Kazu Hirata2022-09-031-1/+1
* [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi2022-07-011-0/+5