aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse
AgeCommit message (Expand)AuthorFilesLines
2024-01-03[𝘀𝗽𝗿] changes to main this commit is based onAndrés Villegas4-113/+178
2023-12-12[clang][NFC] Remove unused parameterTimm Bäder1-1/+1
2023-12-11[clang] Add support for -fcx-limited-range, #pragma CX_LIMITED_RANGE and -fcx...Zahira Ammarguellat3-1/+53
2023-12-08[OpenACC] Fix bug with directive name being a 'special token'erichkeane1-6/+3
2023-12-08[OpenACC][NFC] Change Readonly token check to use isSpecialTokenKinderichkeane1-2/+4
2023-12-07[OpenACC] Implement 'wait' construct parsing (#74752)Erich Keane1-0/+89
2023-12-06[OpenACC] NFC: Stop using 'getSpelling' while parsing OpenACCerichkeane1-39/+50
2023-12-06[OpenACC] Implement 'cache' construct parsing (#74324)Erich Keane1-6/+101
2023-12-03[OpenMP] return empty stmt for `nothing` (#74042)Sandeep Kosuri1-1/+2
2023-12-01[Clang] Implement P2308R1 - Template Parameter Initialization. (#73103)cor3ntin1-3/+8
2023-11-29[Clang][Lex] Fix parsing of nested requirement to prevent flowing off the end...Shafik Yaghmour1-2/+4
2023-11-29[OpenMP] Support for `nothing` in `metadirective` (#73690)Sandeep Kosuri1-5/+7
2023-11-28[HLSL] Parameter modifier parsing and AST (#72139)Chris B2-1/+16
2023-11-28clang: Add pragma clang fp reciprocal (#68267)Matt Arsenault1-22/+29
2023-11-28[Clang] Improve support for expression messages in `static_assert` (#73234)cor3ntin1-1/+1
2023-11-27[OpenACC] Implement 'routine' construct parsing (#73143)Erich Keane1-10/+68
2023-11-26[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+1
2023-11-22[flang][OpenMP] Add semantic check for declare target (#72770)Shraiysh1-0/+1
2023-11-21[OpenACC] Implement Atomic construct variants (#73015)Erich Keane1-2/+42
2023-11-21[OpenACC] Implement enter data/exit data construct parsing (#72916)Erich Keane1-21/+88
2023-11-20[OpenACC] Implement compound construct parsing (#72692)Erich Keane1-3/+65
2023-11-20Revert "[OpenMP] atomic compare fail : Parser & AST support"Krzysztof Parzyszek1-1/+0
2023-11-20[C23] Complete support for WG14 N2508 (#71398)Aaron Ballman2-15/+31
2023-11-20[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+1
2023-11-17[OpenACC] Handle lack of construct/directiveerichkeane1-0/+8
2023-11-17[OpenACC] Implement 'trivial' construct/directive parsing.erichkeane1-0/+10
2023-11-17[OpenACC] Implement initial parsing for `parallel` construct (#72661)Erich Keane2-6/+68
2023-11-17[OpenACC] Rename ParseOpenACCDirective to ParseOpenACCDirectiveDeclerichkeane4-4/+4
2023-11-17[OpenACC] Initial commits to support OpenACC (#70234)Erich Keane7-25/+113
2023-11-14Reapply "[clang] Support fixed point types in C++ (#67750)" (#69963)Leonard Chan3-0/+18
2023-11-13[clang] Remove fixed point arithmetic error (#71884)PiJoules1-28/+14
2023-11-13[Clang] Add __datasizeof (#67805)philnik7771-11/+31
2023-11-08Revert "[OpenMP] atomic compare fail : Parser & AST support"Mitch Phillips1-1/+0
2023-11-07[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+1
2023-11-04[clang][NFC] Refactor `SourceLocExpr::IdentKind`Vlad Serebrennikov1-8/+8
2023-11-01Add two time-trace scope variables.Ying Yi1-1/+13
2023-10-31Revert "Add two time-trace scope variables."Nikita Popov1-13/+1
2023-10-31Add two time-trace scope variables.Ying Yi1-1/+13
2023-10-25[OpenMP 5.2] Deprecate old syntax of linear clause (#70152)Fazlay Rabbi1-0/+4
2023-10-25[C23] Use thread_local semantics (#70107)Aaron Ballman1-2/+9
2023-10-24[OpenMP 5.2] Initial parsing and semantic analysis suppport for 'step' modifi...Fazlay Rabbi1-11/+87
2023-10-24Revert "[clang] Support fixed point types in C++ (#67750)" (#69963)Zahira Ammarguellat3-18/+0
2023-10-24[OpenMP 5.2] Deprecate syntax of map modifiers without comma separators (#69534)Fazlay Rabbi1-0/+9
2023-10-19[Clang] Add __builtin_vectorelements to get number of elements in vector (#69...Lawrence Benson1-2/+7
2023-10-11[clang][C2x] Remove confusing diagnostic auto storage class specifier (#68710)Guillot Tony1-1/+1
2023-10-05Introduce the initial support for OpenMP kernel language (#66844)Shilei Tian1-0/+11
2023-10-05[C2X] N3007 Type inference for object definitionsGuillot Tony1-1/+1
2023-10-05Revert "[C2X] N3007 Type inference for object definitions"Aaron Ballman1-1/+1
2023-10-05[C2X] N3007 Type inference for object definitionsGuillot Tony1-1/+1
2023-10-05[Clang] Handle consteval expression in array bounds expressions (#66222)cor3ntin2-1/+10