Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update some stuff on the open projects page to reflect things we've already ↵ | Richard Smith | 2013-04-20 | 1 | -11/+9 | |
| | | | | | | done. llvm-svn: 179953 | |||||
* | Switch C++11 open project to C++1y :) | Richard Smith | 2013-04-20 | 1 | -2/+2 | |
| | | | | llvm-svn: 179951 | |||||
* | Add note that some of these links are dead for now. | Richard Smith | 2013-04-20 | 1 | -0/+3 | |
| | | | | llvm-svn: 179950 | |||||
* | VLAs in C++14! | Richard Smith | 2013-04-20 | 1 | -2/+2 | |
| | | | | llvm-svn: 179949 | |||||
* | Variable templates and generic lambdas are approved for C++14. | Richard Smith | 2013-04-20 | 1 | -2/+2 | |
| | | | | llvm-svn: 179947 | |||||
* | Clarifying memory allocation: approved for C++14. Move from N/A to no, since ↵ | Richard Smith | 2013-04-20 | 1 | -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 Smith | 2013-04-20 | 1 | -7/+0 | |
| | | | | llvm-svn: 179945 | |||||
* | Generalized constexpr is approved for C++14. | Richard Smith | 2013-04-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 179944 | |||||
* | More approved C++14 features. | Richard Smith | 2013-04-20 | 1 | -12/+5 | |
| | | | | llvm-svn: 179943 | |||||
* | Binary literals are approved for C++14. | Richard Smith | 2013-04-20 | 1 | -1/+6 | |
| | | | | llvm-svn: 179942 | |||||
* | [analyzer] Website: update lists of potential and actual checkers. | Jordan Rose | 2013-04-19 | 2 | -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 Smith | 2013-04-19 | 1 | -1/+1 | |
| | | | | | | C++1y binary literals. llvm-svn: 179883 | |||||
* | Initial work on status page for C++14. | Richard Smith | 2013-04-19 | 1 | -1/+75 | |
| | | | | llvm-svn: 179864 | |||||
* | C++11 support is now feature-complete. | Richard Smith | 2013-04-19 | 2 | -4/+8 | |
| | | | | llvm-svn: 179861 | |||||
* | [analyzer] Merge C++ status page into Open Projects. | Jordan Rose | 2013-04-17 | 3 | -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, formatting | Jordan Rose | 2013-04-17 | 1 | -28/+42 | |
| | | | | llvm-svn: 179658 | |||||
* | [analyzer] Add Open Projects page to the analyzer website | Anna Zaks | 2013-04-16 | 2 | -1/+136 | |
| | | | | llvm-svn: 179631 | |||||
* | Remove reference to MSVC only building X86 backend. | Tim Northover | 2013-04-15 | 1 | -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 Zaks | 2013-04-14 | 1 | -5/+10 | |
| | | | | | | developer manual llvm-svn: 179490 | |||||
* | Add support for computing the exception specification for an inheriting | Richard Smith | 2013-04-10 | 1 | -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-273 | Ted Kremenek | 2013-04-08 | 2 | -1/+15 | |
| | | | | llvm-svn: 179055 | |||||
* | In the comparison, both clang and GCC are popular and widely adopted. This ↵ | Chris Lattner | 2013-04-08 | 1 | -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 Smith | 2013-03-18 | 1 | -3/+3 | |
| | | | | llvm-svn: 177325 | |||||
* | C++11 status: mark 'extended integral types' as N/A, since we don't support | Richard Smith | 2013-03-18 | 1 | -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 we | Richard Smith | 2013-03-12 | 2 | -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 Smith | 2013-03-10 | 2 | -6/+8 | |
| | | | | llvm-svn: 176781 | |||||
* | Remove outdated claim that GCC builds without a C++ compiler from compilers ↵ | Richard Smith | 2013-03-05 | 1 | -1/+0 | |
| | | | | | | comparison. llvm-svn: 176515 | |||||
* | [analyzer] Update open source checker build to checker-272. | Jordan Rose | 2013-03-01 | 2 | -1/+17 | |
| | | | | | | | See http://clang-analyzer.llvm.org/release_notes.html for what's new in this build. llvm-svn: 176389 | |||||
* | [analyzer] Reword FAQ | Anna Zaks | 2013-03-01 | 1 | -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 flamewars | Renato Golin | 2013-02-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 176221 | |||||
* | Add config manager to open projects | Renato Golin | 2013-02-27 | 1 | -6/+26 | |
| | | | | llvm-svn: 176211 | |||||
* | C++11 status page: | Richard Smith | 2013-02-22 | 1 | -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 Lattner | 2013-02-13 | 4 | -337/+0 | |
| | | | | llvm-svn: 175090 | |||||
* | + specified progress information | Anton Yartsev | 2013-02-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 174942 | |||||
* | + centered progress cells | Anton Yartsev | 2013-02-12 | 2 | -87/+97 | |
| | | | | | | + added progress information for several checkers llvm-svn: 174941 | |||||
* | Timing data was removed years ago. Remove these links. | Tanya Lattner | 2013-02-11 | 1 | -10/+0 | |
| | | | | llvm-svn: 174918 | |||||
* | Note that checker-271 is newer than the analyzer in Xcode 4.6 | Ted Kremenek | 2013-02-08 | 1 | -0/+1 | |
| | | | | llvm-svn: 174759 | |||||
* | Update open source checker build to checker-271. | Ted Kremenek | 2013-02-08 | 2 | -1/+16 | |
| | | | | llvm-svn: 174758 | |||||
* | Revert "Update checker build to checker-271." | Ted Kremenek | 2013-02-02 | 2 | -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 Kremenek | 2013-02-02 | 2 | -1/+15 | |
| | | | | llvm-svn: 174252 | |||||
* | Consistently format sample diagnostics on this page. | Richard Smith | 2013-02-01 | 1 | -48/+47 | |
| | | | | llvm-svn: 174126 | |||||
* | C++11 status: | Richard Smith | 2013-01-29 | 1 | -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 Rose | 2013-01-08 | 5 | -78/+107 | |
| | | | | llvm-svn: 171885 | |||||
* | Repost checker-270, which for some reason got deleted. | Ted Kremenek | 2013-01-08 | 2 | -2/+2 | |
| | | | | llvm-svn: 171870 | |||||
* | [analyzer] Extend the Representing Values section of the dev manual. | Anna Zaks | 2013-01-08 | 1 | -11/+27 | |
| | | | | llvm-svn: 171823 | |||||
* | Update checker build to checker-270 | Ted Kremenek | 2013-01-04 | 2 | -1/+10 | |
| | | | | llvm-svn: 171560 | |||||
* | docs: [CMake] Add Xcode to the list of project formats CMake can generate. | NAKAMURA Takumi | 2012-11-27 | 1 | -1/+1 | |
| | | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168745 | |||||
* | clang/www/get_started.html: s/cmake/CMake/ | NAKAMURA Takumi | 2012-11-27 | 1 | -5/+5 | |
| | | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168744 | |||||
* | Mention the lldb formatters in the clang wiki under debugging. | Argyrios Kyrtzidis | 2012-11-16 | 1 | -0/+4 | |
| | | | | llvm-svn: 168118 | |||||
* | Add link to cfe-users mailing list. | Tanya Lattner | 2012-11-15 | 1 | -0/+1 | |
| | | | | llvm-svn: 168015 |