summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticASTKinds.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ASTImporter] FriendDecl importing improvementsPeter Szecsi2018-04-251-0/+2
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-201-0/+9
* Revert "Improve constant expression evaluation of arrays of unknown bound."Martin Bohme2017-08-301-9/+0
* Improve constant expression evaluation of arrays of unknown bound.Richard Smith2017-08-291-0/+9
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-3/+8
* Revert r301822 (and dependent r301825), which tried to improve theDaniel Jasper2017-05-021-3/+1
* Improve handling of arrays of unknown bound in constant expressions.Richard Smith2017-05-011-1/+3