aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-11[Clang][AST] Track whether template template parameters used the 'typename' k...Krystian Stasiowski1-1/+1
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-7/+4
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-3/+59
2024-03-27[CLANG] Fix potential integer overflow value in getRVVTypeSize() (#86810)smanna121-2/+2
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B1-12/+9
2024-03-26[FMV] Allow mixing target_version with target_clones. (#86493)Alexandros Lamprineas1-9/+6
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-0/+55
2024-02-27[clang] Update -Wformat warnings for fixed-point format specifiers (#82855)PiJoules1-0/+36
2024-02-16[OpenACC] Implement beginning parts of the 'parallel' Sema impl (#81659)Erich Keane1-0/+1
2024-02-01[Sema] Fix crash in __datasizeof with unknown types (#80300)Ilya Biryukov1-1/+2
2024-01-29[Clang][AST] Fix a crash on attaching doc comments (#78716)Shanzhi1-1/+5
2024-01-27[clang, SystemZ] Support -munaligned-symbols (#73511)Jonas Paulsson1-5/+14
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+43
2024-01-25Recommit "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-4/+16
2024-01-25Revert "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-16/+4
2024-01-25[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper1-4/+16
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-0/+5
2024-01-18[Clang] NFC: Move Arm type attributes to separate trailing object. (#78424)Sander de Smalen1-3/+4
2024-01-10[OpenACC] Implement 'var' parsing correctly, support array sections (#77617)Erich Keane1-0/+7
2024-01-03NFC: Reflow comment for readability.James Y Knight1-12/+11
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-2/+2
2023-11-30Minor refactororing of ASTContext::getDeclAlign() (NFC) (#72977)Jonas Paulsson1-20/+14
2023-11-22[clang] Ensure minimal alignment of global vars of incomplete type. (#72886)Jonas Paulsson1-6/+8
2023-11-17Replace getAs with castAs, dyn_cast with cast (NFC) (#72600)Mike Rice1-2/+2
2023-11-09[C++20] [Modules] Allow export from language linkageChuanqi Xu1-1/+1
2023-11-06[ObjC] Fix offsets following `[[no_unique_address]]` for `@encode()` (#71321)Daniel Bertalan1-3/+1
2023-11-06[RISCV] Introduce and use BF16 in Xsfvfwmaccqqq intrinsics (#71140)Shao-Ce SUN1-3/+9
2023-11-05[clang][NFC] Refactor `StringLiteral::StringKind`Vlad Serebrennikov1-1/+1
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-6/+6
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-32/+29
2023-10-31[clang][NFC] Refactor ElaboratedTypeKeywordVlad Serebrennikov1-2/+3
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-31/+22
2023-10-26[RISCV] Disable lax vector conversions between RVVBuiltin types and RVVFixedL...Craig Topper1-3/+1
2023-10-26[clang] Prioritze decl comments from macro expansion site (#65481)Daniel Grumberg1-128/+69
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata1-1/+1
2023-10-17[clang][NFC] Replace TypeAlignment with alignof(T) (#69185)Vlad Serebrennikov1-99/+115
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu1-0/+4
2023-10-03[AST] Fix a warningKazu Hirata1-3/+3
2023-10-03[NFC][clang] change remaining context-dependent type nodes to ContextualFoldi...Matheus Izvekov1-38/+30
2023-10-03[clang-repl] Emit const variables only once (#65257)Jonas Hahnfeld1-0/+10
2023-09-29[clang] Fix -Wunused-variable in ASTContext.cpp (NFC)Jie Fu1-1/+2
2023-09-29[clang] implement common sugared type of inst-dependent DecltypeType (#67739)Matheus Izvekov1-1/+8
2023-09-26[Clang][ObjC] Add optionality to property attribute strings. (#66507)Alastair Houghton1-0/+4
2023-09-05[NFC] Remove unneeded header includesBill Wendling1-0/+1
2023-08-31Add a concept AST node.Jens Massberg1-4/+7
2023-08-28[MSABI] Remove comdat attribute for inheriting ctor.Jennifer Yu1-0/+8
2023-08-21[RISCV] Check type size for lax conversions between RVV builtin types and Vec...Craig Topper1-3/+2
2023-08-17[clang][SVE] Rename isVLSTBuiltinType, NFCJianjian GUAN1-1/+1
2023-07-11[C++20] [Modules] Allow Stmt::Profile to treat lambdas as equal conditionallyChuanqi Xu1-9/+4
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-8/+9