summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Expand)AuthorAgeFilesLines
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-3/+8
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-1/+1
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-202-259/+259
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-1/+3
* [analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann2018-11-241-0/+18
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-1/+7
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-1/+1
* [cxx_status] Update for San Diego motions.Richard Smith2018-11-101-7/+51
* Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith2018-11-031-1/+1
* [analyzer] Put llvm.Conventions back in alphaKristof Umann2018-11-021-0/+26
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-1/+1
* [C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser2018-10-251-1/+1
* Rebase defect report list.Nicolas Lesser2018-10-251-118/+172
* update the clang doc about contributionsSylvestre Ledru2018-10-251-3/+4
* [analyzer] [www] Drop references to GC mode, which was deprecated years agoGeorge Karpenkov2018-10-232-46/+10
* [analyzer][www] Update alpha_checks.htmlKristof Umann2018-10-212-112/+220
* [analyzer] [www] Minor improvements to the text in open_projectsGeorge Karpenkov2018-10-171-21/+18
* [analyzer] [www] Updated a list of open projectsGeorge Karpenkov2018-10-171-128/+185
* [analyzer][www] Add more useful linksKristof Umann2018-10-091-14/+23
* Update Clang Windows getting started docsReid Kleckner2018-10-041-33/+66
* [clang][www] Fix typo. NFCKristina Brooks2018-09-291-3/+3
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-1/+1
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-1/+1
* P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith2018-09-261-1/+1
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-1/+1
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-1/+1
* [www] Change 'Clang 7' items from yellow to green now Clang 7 isRichard Smith2018-09-243-14/+11
* [www] Update cxx_status to mark P0962R1 as done.Richard Smith2018-09-241-1/+1
* use the current url for bugzillaSylvestre Ledru2018-09-223-3/+3
* update the links to use httpsSylvestre Ledru2018-09-221-6/+6
* redirecting to llvm.org/devmtgSylvestre Ledru2018-09-192-31/+4
* [analyzer][UninitializedObjectChecker] New flag to ignore records based on it...Kristof Umann2018-09-141-0/+7
* Use Chrome and Firefox as example of success for clangSylvestre Ledru2018-09-141-5/+5
* remove 11 years old videos from the homepage. if you have a suggestion, pleas...Sylvestre Ledru2018-09-141-10/+0
* update the doc to compare with gcc 4.9 instead of 4.2Sylvestre Ledru2018-09-141-2/+5
* gcc is now returning the same output on this example, removing this exampleSylvestre Ledru2018-09-141-6/+0
* [cxx_status] Use the correct color for a feature in "SVN" statusRichard Smith2018-08-301-1/+1
* [analyzer][UninitializedObjectChecker] Added documentation to the checker listKristof Umann2018-08-211-0/+112
* [Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington2018-08-091-1/+1
* [www] Update cxx_status and cxx_dr_status now that Clang 7 has branched.Richard Smith2018-08-043-12/+15
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-2716-0/+0
* [WWW] Removing my test file as the auto-deployment script has been fixed.Mike Edwards2018-07-261-6/+0
* [WWW] Adding a test page to work out an auto-deployment issue.Mike Edwards2018-07-261-0/+6
* [www] Add CodeCompass and CodeChecker to Clang Related Projects pageBruno Cardoso Lopes2018-07-201-0/+22
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-2/+2
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-2/+2
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-2/+2
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-111-1/+1