aboutsummaryrefslogtreecommitdiff
path: root/clang/www
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Retire VS2015 SupportSimon Pilgrim1-1/+1
2019-06-25[cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith1-1/+1
2019-06-20P0840R2: support for [[no_unique_address]] attributeRichard Smith1-1/+1
2019-06-14PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith1-1/+1
2019-06-14C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith1-6/+6
2019-06-14Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber1-7/+7
2019-06-13PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith1-1/+1
2019-06-13C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith1-6/+6
2019-05-24[Analyzer] Checker for non-determinism caused by iteration of unordered conta...Mandeep Singh Grang1-0/+18
2019-05-22Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith1-1/+1
2019-05-21[c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith1-2/+1
2019-05-21[c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith1-1/+1
2019-05-17[c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith1-1/+2
2019-05-17Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith1-1/+1
2019-05-17Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman1-1/+1
2019-05-17Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...Chris Bieneman1-2/+1
2019-05-17[c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith1-1/+2
2019-05-17Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith1-1/+1
2019-05-13[c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith1-1/+1
2019-05-13Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg1-1/+1
2019-05-13[c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith1-1/+1
2019-05-09DR1872: don't allow any calls to virtual functions in constantRichard Smith1-2/+2
2019-05-09[c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith1-1/+1
2019-05-09[cxx_status] Mark support for std::is_constant_evaluated as done.Richard Smith1-1/+1
2019-05-09[cxx_dr_status] Update links to use wg21.link, and list "extension"Richard Smith2-2414/+2418
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith1-1/+1
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg1-1/+1
2019-05-06P1286R2: Remove restriction that the exception specification of aRichard Smith3-10/+10
2019-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith1-1/+1
2019-05-04[c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood1-1/+1
2019-05-04[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith1-1/+1
2019-05-04[cxx_status] Don't list -fmodules / -fmodules-ts against C++ modulesRichard Smith1-1/+1
2019-05-04[cxx_status] Replace "SVN" entries with Clang 8 as appropriate.Richard Smith1-11/+11
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser1-1/+1
2019-04-26[www] Rebuild cxx_dr_status.Richard Smith1-14172/+14232
2019-04-24Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov1-14232/+14172
2019-04-23C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith1-14172/+14232
2019-04-22[analyzer][www] Moving MoveChecker out of alpha is no longer an open project.Kristof Umann1-10/+0
2019-04-19[analyzer] Move UninitializedObjectChecker out of alphaKristof Umann2-114/+113
2019-03-08[Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...Mandeep Singh Grang1-0/+23
2019-02-23Enable coroutines under -std=c++2a.Richard Smith1-1/+1
2019-02-23[cxx_status] Update to match Kona motions.Richard Smith1-8/+59
2019-02-05[analyzer] Document RetainCountChecker behavior and annotationsGeorge Karpenkov1-1/+187
2019-01-29Adjust documentation for git migration.James Y Knight4-86/+28
2019-01-29[analyzer] Added a checklist to help checker authors and reviewersGabor Horvath1-0/+105
2019-01-21Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman1-1/+1
2019-01-21Regenerating the C++ DR status page from the latest Core issues list.Aaron Ballman1-14010/+14172
2019-01-11Implementation Feature Test Macros for P0722R3Chris Kennelly1-3/+8
2019-01-07DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith1-1/+1
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2-259/+259