aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse/ParseCXXInlineMethods.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-17[clang][NFC] Improve const-correctness in `ParseLexedMethodDeclaration`Vlad Serebrennikov1-2/+2
2024-04-23[clang] Set correct FPOptions if attribute 'optnone' presents (#85605)Serge Pavlov1-0/+2
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-1/+45
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+13
2023-08-16[clang] Use RecoveryExprs for broken defaultargs, instead of OpaqueValueExprsKadir Cetinkaya1-2/+3
2023-05-16[clang] Add a new annotation token: annot_repl_input_endJun Zhang1-0/+2
2023-05-04[clang][Sema][NFC] Move `EnterExpressionEvaluationContext` to its own fileDavid Stone1-1/+3
2023-04-13[clang] Type safety tweak for AttributeCommonInfo::FormRichard Sandiford1-2/+2
2023-01-08Implement CWG2631Corentin Jabot1-0/+5
2022-12-14Revert "Implement CWG2631"Krasimir Georgiev1-5/+0
2022-12-13Implement CWG2631Corentin Jabot1-0/+5
2022-12-09Revert "Implement CWG2631"Arthur Eubanks1-5/+0
2022-12-09Implement CWG2631Corentin Jabot1-0/+5
2022-12-08Revert "Implement CWG2631"Corentin Jabot1-5/+0
2022-12-08Implement CWG2631Corentin Jabot1-0/+5
2022-11-30Revert "Implement CWG2631"Corentin Jabot1-5/+0
2022-11-30Implement CWG2631Corentin Jabot1-0/+5
2022-11-04Revert "Implement CWG2631"Corentin Jabot1-5/+0
2022-11-04Implement CWG2631Corentin Jabot1-0/+5
2022-11-04Revert "Implement CWG2631"Corentin Jabot1-5/+0
2022-11-04Implement CWG2631Corentin Jabot1-0/+5
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-4/+4
2022-03-24[clang][parse] Move source range into ParsedAttibutesViewTimm Bäder1-7/+6
2022-01-13[CodeCompletion] (mostly) fix completion in incomplete C++ ctor initializers.Sam McCall1-2/+16
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata1-2/+2
2021-12-16Fix crash on invalid code involving late parsed inline methodsAaron Ballman1-5/+6
2021-07-12[OpenMP] Support OpenMP 5.1 attributesAaron Ballman1-0/+1
2020-11-21[NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a sc...Faisal Vali1-1/+1
2020-10-27Fix for PR47544. Clang is crashing after generating the rightZahira Ammarguellat1-7/+14
2020-06-23DR458: Search template parameter scopes in the right order.Richard Smith1-132/+71
2020-06-23Move late-parsed class member attribute handling adjacent to all theRichard Smith1-0/+144
2020-03-27Improve recovery from invalid template-ids.Richard Smith1-9/+6
2020-01-23[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-1/+3
2020-01-23Revert "[Concepts] Placeholder constraints and abbreviated templates"Sam McCall1-3/+1
2020-01-22[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-1/+3
2020-01-21Revert "[Concepts] Placeholder constraints and abbreviated templates"Jonas Devlieghere1-3/+1
2020-01-22[Concepts] Placeholder constraints and abbreviated templatesSaar Raz1-1/+3
2020-01-07[OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev1-0/+46
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-06-14[C++20] add Basic consteval specifierGauthier Harnisch1-1/+1
2019-05-17[Lex] Allow to consume tokens while preprocessingIlya Biryukov1-5/+6
2019-01-28Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson1-1/+1
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson1-1/+1
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson1-1/+1
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-4/+4
2018-07-30Remove trailing spaceFangrui Song1-4/+4
2018-07-12AttributeList de-listifying:Erich Keane1-6/+4