aboutsummaryrefslogtreecommitdiff
path: root/clang/www
AgeCommit message (Expand)Author
2019-01-11Implementation Feature Test Macros for P0722R3Chris Kennelly
2019-01-07DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-10[constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes
2018-11-24[analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann
2018-11-14[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith
2018-11-12Implement P1094R2 (nested inline namespaces)Erich Keane
2018-11-10[cxx_status] Update for San Diego motions.Richard Smith
2018-11-03Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith
2018-11-02[analyzer] Put llvm.Conventions back in alphaKristof Umann
2018-10-30PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2018-10-25[C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser
2018-10-25Rebase defect report list.Nicolas Lesser
2018-10-25update the clang doc about contributionsSylvestre Ledru
2018-10-23[analyzer] [www] Drop references to GC mode, which was deprecated years agoGeorge Karpenkov
2018-10-21[analyzer][www] Update alpha_checks.htmlKristof Umann
2018-10-17[analyzer] [www] Minor improvements to the text in open_projectsGeorge Karpenkov
2018-10-17[analyzer] [www] Updated a list of open projectsGeorge Karpenkov
2018-10-09[analyzer][www] Add more useful linksKristof Umann
2018-10-04Update Clang Windows getting started docsReid Kleckner
2018-09-29[clang][www] Fix typo. NFCKristina Brooks
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith
2018-09-28[cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith
2018-09-27[cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith
2018-09-26P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith
2018-09-26P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith
2018-09-25P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith
2018-09-24[www] Change 'Clang 7' items from yellow to green now Clang 7 isRichard Smith
2018-09-24[www] Update cxx_status to mark P0962R1 as done.Richard Smith
2018-09-22use the current url for bugzillaSylvestre Ledru
2018-09-22update the links to use httpsSylvestre Ledru
2018-09-19redirecting to llvm.org/devmtgSylvestre Ledru
2018-09-14[analyzer][UninitializedObjectChecker] New flag to ignore records based on it...Kristof Umann
2018-09-14Use Chrome and Firefox as example of success for clangSylvestre Ledru
2018-09-14remove 11 years old videos from the homepage. if you have a suggestion, pleas...Sylvestre Ledru
2018-09-14update the doc to compare with gcc 4.9 instead of 4.2Sylvestre Ledru
2018-09-14gcc is now returning the same output on this example, removing this exampleSylvestre Ledru
2018-08-30[cxx_status] Use the correct color for a feature in "SVN" statusRichard Smith
2018-08-21[analyzer][UninitializedObjectChecker] Added documentation to the checker listKristof Umann
2018-08-09[Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington
2018-08-04[www] Update cxx_status and cxx_dr_status now that Clang 7 has branched.Richard Smith
2018-07-27[WWW] Fixing file permissions for the .html pages.Mike Edwards
2018-07-26[WWW] Removing my test file as the auto-deployment script has been fixed.Mike Edwards
2018-07-26[WWW] Adding a test page to work out an auto-deployment issue.Mike Edwards
2018-07-20[www] Add CodeCompass and CodeChecker to Clang Related Projects pageBruno Cardoso Lopes
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-07-17Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-07-11DR330: look through array types when forming the cv-decomposition of a type.Richard Smith