aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaPseudoObject.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-02[clang][NFC] Convert `Sema::AssignConvertType` to scoped enumVlad Serebrennikov1-2/+2
2024-11-16[Sema] Remove unused includes (NFC) (#116461)Kazu Hirata1-2/+0
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad1-4/+4
2024-08-29[NFC][Sema] Move `Sema::AssignmentAction` into its own scoped enum (#106453)Dan Liew1-1/+1
2024-05-21[clang] Introduce `SemaPseudoObject` (#92646)Vlad Serebrennikov1-36/+39
2024-05-13[clang] Introduce `SemaObjC` (#89086)Vlad Serebrennikov1-133/+53
2024-04-17[clang][NFC] Refactor `Sema::CheckedConversionKind`Vlad Serebrennikov1-1/+1
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-26/+22
2023-11-01[clang][NFC] Refactor `ObjCMethodDecl::ImplementationControl`Vlad Serebrennikov1-2/+2
2023-09-04[clang] Use range-based for loops (NFC)Kazu Hirata1-1/+2
2023-06-05[C] Support _Generic expressions with a type operandAaron Ballman1-1/+6
2022-12-03[Sema] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov1-3/+3
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt1-16/+25
2021-01-04[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt1-25/+16
2020-06-27Reland D81869 "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-12/+14
2020-06-26Revert "Revert "Revert "Modify FPFeatures to use delta not absolute settings"""Melanie Blower1-14/+12
2020-06-26Revert "Revert "Modify FPFeatures to use delta not absolute settings""Melanie Blower1-12/+14
2020-06-26Revert "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-14/+12
2020-06-26Modify FPFeatures to use delta not absolute settingsMelanie Blower1-12/+14
2020-05-04Reapply "Add support for #pragma float_control" with buildbot fixesMelanie Blower1-17/+19
2020-05-01Revert "Reapply "Add support for #pragma float_control" with improvements to"Melanie Blower1-19/+17
2020-05-01Reapply "Add support for #pragma float_control" with improvements toMelanie Blower1-17/+19
2020-05-01Revert "Add support for #pragma float_control"Melanie Blower1-19/+17
2020-05-01Add support for #pragma float_controlMelanie Blower1-17/+19
2020-04-23[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi1-1/+1
2020-04-23Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjC...Puyan Lotfi1-1/+1
2020-04-22[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi1-1/+1
2020-04-16[NFC] Rename Sema.FPFeatures to CurFPFeatures and accessor to getCurFPFeaturesMelanie Blower1-5/+5
2020-04-15Move BinaryOperators.FPOptions to trailing storageMelanie Blower1-28/+22
2020-03-27[OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG")Johannes Doerfert1-0/+2
2020-03-17[AST] Move dependence computations into a separate fileHaojian Wu1-10/+5
2020-03-16Revert "[AST] Move dependence computations into a separate file"Haojian Wu1-5/+10
2020-03-16[AST] Move dependence computations into a separate fileIlya Biryukov1-10/+5
2019-11-12[AST] Use an explicit copy in a range-based forMark de Wever1-1/+1
2019-11-08Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl1-10/+10
2019-05-08Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith1-2/+2
2019-01-29Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci1-9/+13
2019-01-28Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci1-13/+9
2019-01-28[AST] Introduce GenericSelectionExpr::AssociationBruno Ricci1-9/+13
2019-01-26[AST] Pack GenericSelectionExprBruno Ricci1-9/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-67/+67
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-16Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons1-21/+21
2018-03-20[CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka1-28/+39
2018-03-07Avoid including ScopeInfo.h from Sema.hReid Kleckner1-3/+3
2018-03-02Remove debugging code I accidentally committed in r326530.Akira Hatanaka1-1/+0
2018-03-02Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka1-0/+1