summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticASTKinds.td
Commit message (Expand)AuthorAgeFilesLines
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-101-1/+2
* For P0784R7: support placement new-expressions in constant evaluation.Richard Smith2019-10-031-15/+29
* For P0784R7: allow direct calls to operator new / operator delete fromRichard Smith2019-10-031-2/+13
* For now, disallow lifetime-extended temporaries with non-trivial (butRichard Smith2019-09-291-0/+3
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-2/+4
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-271-14/+21
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-0/+44
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-0/+2
* Clean out unused diagnostics. NFC.Benjamin Kramer2019-09-191-1/+0
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-20/+24
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+2
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+2
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+2
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+2
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+2
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-2/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+13
* [clang] perform semantic checking in constant contextGauthier Harnisch2019-06-151-0/+2
* [c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith2019-05-211-0/+2
* Refactor: split Uninitialized state on APValue into an "Absent" stateRichard Smith2019-05-211-1/+2
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-13/+15
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-0/+3
* Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman2019-05-171-3/+0
* Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...Chris Bieneman2019-05-171-15/+13
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-13/+15
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-0/+3
* [c++20] For P1327R1: support dynamic_cast in constant expressionRichard Smith2019-05-151-12/+26
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-0/+4
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-2/+0
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-0/+2
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-121-12/+12
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-121-0/+2
* Revert rL360499 and rL360464 from cfe/trunk:Simon Pilgrim2019-05-111-14/+12
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-111-12/+12
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-101-0/+2
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-091-1/+1
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-011-5/+67
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix up diagnostics.Richard Trieu2018-12-141-0/+30
* [ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element ...Hubert Tong2018-12-121-0/+2
* [constexpr] Fix ICE when memcpy() is given a pointer to an incomplete arrayPetr Pavlu2018-10-041-0/+3
* Fix crash on call to __builtin_memcpy with a null pointer to anRichard Smith2018-09-131-0/+4
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-08-041-0/+14
* Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg2018-08-011-14/+0
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-0/+14