Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [analyzer] Check that the argument to CFMakeCollectable is non-NULL. | Jordan Rose | 2012-11-07 | 1 | -1/+1 |
| | | | | | | Patch by Sean McBride! llvm-svn: 167537 | ||||
* | Remove really old benchmark data. | Rafael Espindola | 2012-10-31 | 18 | -5634/+0 |
| | | | | llvm-svn: 167098 | ||||
* | Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These | Richard Smith | 2012-10-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | libraries have an incorrect definition of std::common_type (inherited from a bug in the standard -- see LWG issue 2141), whereby they produce reference types when they should not. If we instantiate a typedef named std::common_type<...>::type, which is defined in a system header as decltype(... ? ... : ...), and the decltype produces a reference type, convert it to the non-reference type. (This doesn't affect any LWG2141-conforming implementation of common_type, such as libc++'s, because the default implementation of common_type<...>::type isn't supposed to produce a reference type.) This is horrible. I'm really sorry. :( Better ideas appreciated! llvm-svn: 166455 | ||||
* | Add prologue text for list of potential checkers. | Ted Kremenek | 2012-10-11 | 1 | -0/+2 |
| | | | | llvm-svn: 165705 | ||||
* | List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> | Dmitri Gribenko | 2012-10-06 | 1 | -2/+4 |
| | | | | | | will do the right thing for new[] allocated memory. Thanks David! llvm-svn: 165365 | ||||
* | Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 | Dmitri Gribenko | 2012-10-06 | 2 | -44/+45 |
| | | | | | | characters. llvm-svn: 165364 | ||||
* | List of potential checkers: more C++11 details for the smart pointer checker. | Dmitri Gribenko | 2012-10-06 | 1 | -4/+6 |
| | | | | llvm-svn: 165363 | ||||
* | Add link to potential future checkers. | Ted Kremenek | 2012-10-06 | 1 | -0/+1 |
| | | | | llvm-svn: 165360 | ||||
* | Add list of potential checkers. Provided by Anton Yartsev! | Ted Kremenek | 2012-10-06 | 2 | -0/+1677 |
| | | | | llvm-svn: 165359 | ||||
* | libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, | Richard Smith | 2012-10-04 | 2 | -1/+13 |
| | | | | | | Clang can now cope with its eccentricities in C++11 mode. llvm-svn: 165265 | ||||
* | Update checker build. | Ted Kremenek | 2012-09-25 | 2 | -1/+11 |
| | | | | llvm-svn: 164649 | ||||
* | Fix typo. (s/Explided/Exploded/) | David Blaikie | 2012-09-20 | 1 | -1/+1 |
| | | | | | | Patch by Sean McBride. llvm-svn: 164318 | ||||
* | Post new checker build. | Ted Kremenek | 2012-09-12 | 2 | -1/+14 |
| | | | | llvm-svn: 163680 | ||||
* | WWW: Force word wrapping of the content to avoid horizontal scrolling. | Benjamin Kramer | 2012-08-30 | 1 | -2/+2 |
| | | | | | | This isn't perfect but avoids overlap of the menu and the content. llvm-svn: 162903 | ||||
* | Small change to avoid confusion on what "used by" means for a compiler. | Rafael Espindola | 2012-08-14 | 1 | -3/+3 |
| | | | | | | Patch by Jonathan Sauer. llvm-svn: 161897 | ||||
* | Add initial documentation about the new tools repository and the | Chandler Carruth | 2012-08-14 | 1 | -0/+8 |
| | | | | | | | | | | | structure of how we're building concrete tools as well as tooling infrastructure as part of the Clang project. This documentation is definitely still rough. If anyone can improve it, flesh it out, or help structure it in a more natural way, please, help! =] This is not my forte, and patches here are more than welcome! llvm-svn: 161855 | ||||
* | Clean up the basic instructions for getting started with clang to always | Chandler Carruth | 2012-08-14 | 1 | -4/+4 |
| | | | | | | return to the same directory. llvm-svn: 161823 | ||||
* | clarify that the advantages of the BSD license apply to when you incorporate ↵ | Chris Lattner | 2012-08-08 | 1 | -7/+9 |
| | | | | | | | | clang into proprietary code bases, patch by Jonathan Sauer. llvm-svn: 161475 | ||||
* | Add some missing functions to builtins.py. | Eric Christopher | 2012-08-03 | 1 | -1/+4 |
| | | | | | | rdar://10112601 llvm-svn: 161227 | ||||
* | Fix some minor typos | Sylvestre Ledru | 2012-07-31 | 1 | -1/+1 |
| | | | | llvm-svn: 161036 | ||||
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 160622 | ||||
* | Place checker build at alternate URL. | Ted Kremenek | 2012-07-16 | 2 | -2/+2 |
| | | | | llvm-svn: 160247 | ||||
* | Update documentation with regards to template type diffing. | Richard Trieu | 2012-06-27 | 2 | -0/+34 |
| | | | | llvm-svn: 159249 | ||||
* | Make the analyzer site a single point of reference for info | Anna Zaks | 2012-06-16 | 1 | -3/+25 |
| | | | | | | on controlling diagnostics. llvm-svn: 158581 | ||||
* | [analyzer] WWW: Shorten the menu title. | Anna Zaks | 2012-06-12 | 1 | -1/+1 |
| | | | | llvm-svn: 158356 | ||||
* | [analyzer] WWW: Add FAQ to the menu. | Anna Zaks | 2012-06-11 | 1 | -2/+3 |
| | | | | llvm-svn: 158335 | ||||
* | [analyzer] WWW: FAQ - fix the assertion use example. | Anna Zaks | 2012-06-11 | 1 | -0/+0 |
| | | | | llvm-svn: 158333 | ||||
* | [analyzer] The FAQ question style shouldn't be the same as code_example. | Anna Zaks | 2012-06-11 | 1 | -5/+1 |
| | | | | llvm-svn: 158332 | ||||
* | [analyzer] WWW: Add table of contents, fixed code examples. | Anna Zaks | 2012-06-11 | 1 | -7/+43 |
| | | | | llvm-svn: 158331 | ||||
* | [analyzer] WWW: Mention that we do not support "noreturn" for methods. | Anna Zaks | 2012-06-11 | 1 | -1/+2 |
| | | | | llvm-svn: 158330 | ||||
* | Add CSS style for FAQ questions, and restate FAQ questions as actual questions. | Ted Kremenek | 2012-06-09 | 2 | -7/+22 |
| | | | | llvm-svn: 158282 | ||||
* | Wordsmith a bit, and turn </h1> into </h4> when appropriate. | Ted Kremenek | 2012-06-09 | 1 | -6/+8 |
| | | | | llvm-svn: 158281 |