[clang][ExprConst] Fix crash on uninitialized array subobject (#67817)
[platform/upstream/llvm.git] / clang / include / clang / Basic / DiagnosticASTKinds.td
2023-10-30 Takuya Shimizu[clang][ExprConst] Fix crash on uninitialized array...
2023-08-30 Takuya Shimizu[clang][ExprConstant] Fix crash on uninitialized base...
2023-07-10 Corentin Jabot[Clang][NFC] Fix "initalizer" typo
2023-06-26 Corentin Jabot[Clang] Implement P2738R1 - constexpr cast from void*
2023-06-14 Dimitry Andric[Clang] Show type in enum out of range diagnostic
2023-05-24 Takuya ShimizuReland: [clang][AST] Print name instead of type when...
2023-05-18 Erich KeaneRevert "[clang][AST] Print name instead of type when...
2023-05-16 Takuya Shimizu[clang][AST] Print name instead of type when diagnosing...
2023-03-13 Takuya Shimizu[clang][AST] Improve diagnostic for `nullptr` constexpr...
2023-01-20 Volodymyr Sapsai[modules] Allow parsing a duplicate Obj-C interface...
2023-01-20 Volodymyr Sapsai[ODRHash] Hash `ObjCInterfaceDecl` and diagnose discove...
2022-12-13 Richard SmithAdd missing check for constant evaluation of a comparis...
2022-11-22 David Blaikiepr59000: Clarify packed-non-pod warning that it's pod...
2022-11-18 Volodymyr Sapsai[ODRHash] Detect duplicate `ObjCProtocolDecl` ODR misma...
2022-11-18 Volodymyr Sapsai[ODRHash] Hash `ObjCPropertyDecl` and diagnose discover...
2022-10-26 David BlaikieAdd a warning for not packing non-POD members in packed...
2022-10-18 Volodymyr Sapsai[ODRHash] Hash `ObjCMethodDecl` and diagnose discovered...
2022-10-17 Volodymyr Sapsai[ODRHash] Hash `ObjCProtocolDecl` and diagnose discover...
2022-09-12 Muhammad Usman ShahidRewording note note_constexpr_invalid_cast
2022-09-07 Volodymyr Sapsai[ODRHash diagnostics] Move `ODRDiagsEmitter` to libAST...
2022-08-08 Shafik Yaghmour[Clang] Allow downgrading to a warning the diagnostic...
2022-07-30 Shafik Yaghmour[Clang] Fix handling of Max from getValueRange(......
2022-07-28 Shafik Yaghmour[Clang] Diagnose ill-formed constant expression when...
2022-07-27 Shafik YaghmourRevert "[Clang] Diagnose ill-formed constant expression...
2022-07-27 Shafik Yaghmour[Clang] Diagnose ill-formed constant expression when...
2022-04-14 Eli FriedmanAllow flexible array initialization in C++.
2022-03-22 Corentin Jabot[Clang][C++2b] P2242R3: Non-literal variables [......
2022-02-20 Benjamin KramerPrune unused diagnostics. NFC.
2022-01-20 Mubashar Ahmad[Clang][AArch64][ARM] Unaligned Access Warning Added
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-07 Archibald ElliottRevert "Unaligned Access Warning Added"
2022-01-07 Mubashar AhmadUnaligned Access Warning Added
2021-11-12 Zarko Todorovski[clang] Inclusive language: change instances of blackli...
2021-03-09 Richard SmithPR49465: Disallow constant evaluation of a call to...
2020-10-25 Melanie Blower[clang] Enable support for #pragma STDC FENV_ACCESS
2020-10-23 Richard SmithFix typo in diagnostic name.
2020-09-26 Serge Pavlov[FPEnv] Evaluate constant expressions under non-default...
2020-09-02 Erik Pilkington[AST] Fix handling of long double and bool in __builtin...
2020-08-11 Richard SmithImprove diagnostic for an expression that's not constan...
2020-07-09 Richard SmithImprove diagnostics for constant evaluation that fails...
2020-06-26 Bevin Hansson[AST] Improve overflow diagnostics for fixed-point...
2020-04-15 Richard SmithRework how UuidAttr, CXXUuidofExpr, and GUID template...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-04 Richard SmithPR45402: Make the restrictions on constant evaluation...
2020-03-18 Richard SmithPR45133: Don't crash if the active member of a union...
2020-02-19 Richard SmithAdd -std=c++20 flag, replace C++2a with C++20 throughou...
2020-02-04 Tyker[C++20] Add consteval-specific semantic for functions
2020-01-09 Alex RichardsonAdd builtins for aligning and checking alignment of...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-17 Richard SmithIf constant evaluation fails due to an unspecified...
2019-10-31 Dávid Bolvanský[Diagnostics] Warn for std::is_constant_evaluated in...
2019-10-10 Richard SmithPR43629: Fix crash evaluating constexpr placement new...
2019-10-03 Richard SmithFor P0784R7: support placement new-expressions in const...
2019-10-03 Richard SmithFor P0784R7: allow direct calls to operator new / opera...
2019-09-29 Richard SmithFor now, disallow lifetime-extended temporaries with...
2019-09-29 Richard SmithFor P0784R7: compute whether a variable has constant...
2019-09-27 Richard SmithFor P0784R7: add support for explicit destructor calls and
2019-09-27 Richard SmithFor P0784R7: Add support for dynamic allocation with...
2019-09-23 Richard SmithFor P0784R7: add support for constexpr destructors...
2019-09-19 Benjamin KramerClean out unused diagnostics. NFC.
2019-09-18 Richard Smith[c++20] P1331R2: Allow transient use of uninitialized...
2019-09-13 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-04 Roman LebedevRevert "[Clang Interpreter] Initial patch for the const...
2019-09-04 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-02 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-09-02 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-31 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-31 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-06-15 Gauthier Harnisch[clang] perform semantic checking in constant context
2019-05-21 Richard Smith[c++20] P1330R0: permit simple-assignments that change...
2019-05-21 Richard SmithRefactor: split Uninitialized state on APValue into...
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Chris BienemanRevert Refactor constant evaluation of typeid(T) to...
2019-05-17 Chris BienemanRevert [c++20] P1327R1: Support for typeid applied...
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-15 Richard Smith[c++20] For P1327R1: support dynamic_cast in constant...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-13 Hans WennborgRevert r360559 "[c++20] P1064R0: Allow virtual function...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-12 Richard SmithReject attempts to call non-static member functions...
2019-05-12 Richard SmithFix handling of objects under construction during const...
2019-05-11 Simon PilgrimRevert rL360499 and rL360464 from cfe/trunk:
2019-05-11 Richard SmithReject attempts to call non-static member functions...
2019-05-10 Richard SmithFix handling of objects under construction during const...
2019-05-09 Richard SmithDR1872: don't allow any calls to virtual functions...
2019-04-01 Gabor Marton[ASTImporter] Make ODR error handling configurable
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-14 Richard TrieuFix up diagnostics.
2018-12-12 Hubert Tong[ExprConstant] Improve memchr/memcmp for type mismatch...
2018-10-04 Petr Pavlu[constexpr] Fix ICE when memcpy() is given a pointer...
2018-09-13 Richard SmithFix crash on call to __builtin_memcpy with a null point...
2018-08-04 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-08-01 Hans WennborgRevert r338455 "[constexpr] Support for constant evalua...
next