summaryrefslogtreecommitdiffstats
path: root/clang/www
Commit message (Collapse)AuthorAgeFilesLines
...
* Update some stuff on the open projects page to reflect things we've already ↵Richard Smith2013-04-201-11/+9
| | | | | | done. llvm-svn: 179953
* Switch C++11 open project to C++1y :)Richard Smith2013-04-201-2/+2
| | | | llvm-svn: 179951
* Add note that some of these links are dead for now.Richard Smith2013-04-201-0/+3
| | | | llvm-svn: 179950
* VLAs in C++14!Richard Smith2013-04-201-2/+2
| | | | llvm-svn: 179949
* Variable templates and generic lambdas are approved for C++14.Richard Smith2013-04-201-2/+2
| | | | llvm-svn: 179947
* Clarifying memory allocation: approved for C++14. Move from N/A to no, since ↵Richard Smith2013-04-201-2/+2
| | | | | | we currently relax 'operator new' calls which didn't come from new-expressions. llvm-svn: 179946
* No digit separators for C++14.Richard Smith2013-04-201-7/+0
| | | | llvm-svn: 179945
* Generalized constexpr is approved for C++14.Richard Smith2013-04-201-1/+1
| | | | llvm-svn: 179944
* More approved C++14 features.Richard Smith2013-04-201-12/+5
| | | | llvm-svn: 179943
* Binary literals are approved for C++14.Richard Smith2013-04-201-1/+6
| | | | llvm-svn: 179942
* [analyzer] Website: update lists of potential and actual checkers.Jordan Rose2013-04-192-81/+23
| | | | | | | | | | | | - memory.MismatchedDelete, memory.MultipleDelete, and memory.DeallocateNonPtr are complete (unix.MismatchedDeallocator and cplusplus.NewDelete) - Per discussion on the mailing list, different.UnaryPlusWithUnsigned has dubious value; remove it. - Add potential checker ctordtor.PlacementSelfCopy per an internal bug report. - core.AttributeNonNull is now core.NonNullParamChecker, though no one should be depending on this name anyway. llvm-svn: 179900
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-191-1/+1
| | | | | | C++1y binary literals. llvm-svn: 179883
* Initial work on status page for C++14.Richard Smith2013-04-191-1/+75
| | | | llvm-svn: 179864
* C++11 support is now feature-complete.Richard Smith2013-04-192-4/+8
| | | | llvm-svn: 179861
* [analyzer] Merge C++ status page into Open Projects.Jordan Rose2013-04-173-63/+37
| | | | | | | | | | Also, add a few random extra open projects. Most of C++ support is done; we don't need the status page anymore. We're hoping that the C++-related open projects are the only major pieces of functionality we don't model at this point. llvm-svn: 179659
* [analyzer] Open Projects: grammar, phrasing, formattingJordan Rose2013-04-171-28/+42
| | | | llvm-svn: 179658
* [analyzer] Add Open Projects page to the analyzer websiteAnna Zaks2013-04-162-1/+136
| | | | llvm-svn: 179631
* Remove reference to MSVC only building X86 backend.Tim Northover2013-04-151-4/+0
| | | | | | This is no longer true. llvm-svn: 179519
* [analyzer] Add a link to the Building a Checker in 24 Hours talk to the ↵Anna Zaks2013-04-141-5/+10
| | | | | | developer manual llvm-svn: 179490
* Add support for computing the exception specification for an inheritingRichard Smith2013-04-101-1/+1
| | | | | | | | | | | constructor. This isn't quite perfect (as usual, we don't handle default arguments correctly yet, and we don't deal with copy/move constructors for arguments correctly either, but this will be fixed when we implement core issue 1351. This completes our support for inheriting constructors. llvm-svn: 179154
* Update checker build to checker-273Ted Kremenek2013-04-082-1/+15
| | | | llvm-svn: 179055
* In the comparison, both clang and GCC are popular and widely adopted. This ↵Chris Lattner2013-04-081-1/+0
| | | | | | | | is no longer a win of GCC. This whole doc should really be looked at. llvm-svn: 179040
* Add a linebreak. Linebreaks are cool.Richard Smith2013-03-181-3/+3
| | | | llvm-svn: 177325
* C++11 status: mark 'extended integral types' as N/A, since we don't supportRichard Smith2013-03-181-1/+4
| | | | | | any, and add a note that we cannot treat __int128 as an extended integral type. llvm-svn: 177324
* Make C++11 status page more consistent: we mark entries as "done" if weRichard Smith2013-03-122-4/+15
| | | | | | | | implement correct functionality, even if it's not optimal. On this basis, mark "data dependency ordering" as done. Add footnotes for cases where our implementation is known to be suboptimal. llvm-svn: 176891
* www tweaks to embiggen up our near-complete C++11 and C11 support.Richard Smith2013-03-102-6/+8
| | | | llvm-svn: 176781
* Remove outdated claim that GCC builds without a C++ compiler from compilers ↵Richard Smith2013-03-051-1/+0
| | | | | | comparison. llvm-svn: 176515
* [analyzer] Update open source checker build to checker-272.Jordan Rose2013-03-012-1/+17
| | | | | | | See http://clang-analyzer.llvm.org/release_notes.html for what's new in this build. llvm-svn: 176389
* [analyzer] Reword FAQAnna Zaks2013-03-011-7/+9
| | | | | | | Reword the FAQ to stress more that the assert should be used only in case the developer is sure that the issue is a false positive. llvm-svn: 176335
* Avoiding flamewarsRenato Golin2013-02-271-1/+1
| | | | llvm-svn: 176221
* Add config manager to open projectsRenato Golin2013-02-271-6/+26
| | | | llvm-svn: 176211
* C++11 status page:Richard Smith2013-02-221-3/+3
| | | | | | | | * Mark attributes as done in SVN. * Downgrade alignment support from 'Clang 3.0' to 'SVN', now that we actually implement the rules. * Upgrade 'Dynamic initialization with concurrency' from 'No' to 'Clang 2.9' -- all that is required here is the ABI-mandated locking for the initialization of static locals. llvm-svn: 175882
* Remove outdated performance.html webpage.Tanya Lattner2013-02-134-337/+0
| | | | llvm-svn: 175090
* + specified progress informationAnton Yartsev2013-02-121-1/+1
| | | | llvm-svn: 174942
* + centered progress cellsAnton Yartsev2013-02-122-87/+97
| | | | | | + added progress information for several checkers llvm-svn: 174941
* Timing data was removed years ago. Remove these links.Tanya Lattner2013-02-111-10/+0
| | | | llvm-svn: 174918
* Note that checker-271 is newer than the analyzer in Xcode 4.6Ted Kremenek2013-02-081-0/+1
| | | | llvm-svn: 174759
* Update open source checker build to checker-271.Ted Kremenek2013-02-082-1/+16
| | | | llvm-svn: 174758
* Revert "Update checker build to checker-271."Ted Kremenek2013-02-022-15/+1
| | | | | | Turns out we didn't update scan-build to work with HTML files in nested directories. llvm-svn: 174256
* Update checker build to checker-271.Ted Kremenek2013-02-022-1/+15
| | | | llvm-svn: 174252
* Consistently format sample diagnostics on this page.Richard Smith2013-02-011-48/+47
| | | | llvm-svn: 174126
* C++11 status:Richard Smith2013-01-291-2/+2
| | | | | | | * Mark 'sequence points' as done now we have a warning for unsequenced operations * Mark 'memory model' as done now we correctly model bitfield operations llvm-svn: 173771
* Various tweaks and updates to the analyzer website.Jordan Rose2013-01-085-78/+107
| | | | llvm-svn: 171885
* Repost checker-270, which for some reason got deleted.Ted Kremenek2013-01-082-2/+2
| | | | llvm-svn: 171870
* [analyzer] Extend the Representing Values section of the dev manual.Anna Zaks2013-01-081-11/+27
| | | | llvm-svn: 171823
* Update checker build to checker-270Ted Kremenek2013-01-042-1/+10
| | | | llvm-svn: 171560
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168745
* clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi2012-11-271-5/+5
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168744
* Mention the lldb formatters in the clang wiki under debugging.Argyrios Kyrtzidis2012-11-161-0/+4
| | | | llvm-svn: 168118
* Add link to cfe-users mailing list.Tanya Lattner2012-11-151-0/+1
| | | | llvm-svn: 168015
OpenPOWER on IntegriCloud