Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More minor documentation tweaks. | John McCall | 2011-02-03 | 1 | -9/+11 | |
| | | | | llvm-svn: 124791 | |||||
* | Rework the __block jump-checking section, including a justification of | John McCall | 2011-02-03 | 1 | -27/+28 | |
| | | | | | | why this bug can go uncaught. llvm-svn: 124790 | |||||
* | Rework and embellish the C99 inline compatibility section. | John McCall | 2011-02-03 | 1 | -14/+33 | |
| | | | | llvm-svn: 124789 | |||||
* | Document that set-xcode-analyzer should typically be run using sudo. | Ted Kremenek | 2011-01-31 | 1 | -3/+11 | |
| | | | | llvm-svn: 124602 | |||||
* | Adjust casing of attributes in examples. | Ted Kremenek | 2011-01-27 | 1 | -2/+2 | |
| | | | | llvm-svn: 124445 | |||||
* | Fix download link. | Ted Kremenek | 2011-01-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 124405 | |||||
* | Add missing </a> | Ted Kremenek | 2011-01-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 124403 | |||||
* | Update checker build and post release notes. | Ted Kremenek | 2011-01-27 | 3 | -4/+39 | |
| | | | | llvm-svn: 124402 | |||||
* | Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ↵ | Ted Kremenek | 2011-01-27 | 1 | -6/+115 | |
| | | | | | | ObjC retain/release checker. llvm-svn: 124386 | |||||
* | Fix HTML highlighting and add missing line. | Ted Kremenek | 2011-01-27 | 1 | -1/+2 | |
| | | | | llvm-svn: 124362 | |||||
* | Fix a few typos in HTML documentation. | Ted Kremenek | 2011-01-27 | 1 | -3/+3 | |
| | | | | llvm-svn: 124361 | |||||
* | Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ↵ | Ted Kremenek | 2011-01-27 | 1 | -0/+33 | |
| | | | | | | static analyzer. llvm-svn: 124360 | |||||
* | Update C++0x status web page | Douglas Gregor | 2011-01-26 | 1 | -9/+9 | |
| | | | | llvm-svn: 124326 | |||||
* | Note the need for --param=build_config=whatever in the Hacking Clang ↵ | Douglas Gregor | 2011-01-24 | 1 | -0/+4 | |
| | | | | | | document, from Yuri Gribov llvm-svn: 124130 | |||||
* | Variadic templates are fully implemented. | Douglas Gregor | 2011-01-19 | 1 | -8/+7 | |
| | | | | | | | | Turn on the __has_feature switch for variadic templates, document their completion, and put the ExtWarn into the c++0x-extensions warning group. llvm-svn: 123854 | |||||
* | Add back the late-specified return type paper | Douglas Gregor | 2010-12-21 | 1 | -0/+9 | |
| | | | | llvm-svn: 122317 | |||||
* | Updates to the C++ status page for C++0x features, from Michael Price | Douglas Gregor | 2010-12-21 | 1 | -27/+456 | |
| | | | | llvm-svn: 122315 | |||||
* | Update checker build. | Ted Kremenek | 2010-12-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 122051 | |||||
* | Getting Started: Add VS2010 instructions and specify an out of source build. | Michael J. Spencer | 2010-12-16 | 1 | -4/+7 | |
| | | | | llvm-svn: 122003 | |||||
* | c/objc/c++'98 are basically done, but we want '0x support. | Chris Lattner | 2010-12-06 | 1 | -20/+15 | |
| | | | | | | | Add "clang indent" as a possible project, we really really need it. :) llvm-svn: 121030 | |||||
* | Update analyzer build. | Ted Kremenek | 2010-12-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 120802 | |||||
* | Update checker build. | Ted Kremenek | 2010-11-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 120487 | |||||
* | Update checker build. | Ted Kremenek | 2010-11-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 119318 | |||||
* | typo2 | Chris Lattner | 2010-11-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 119035 | |||||
* | fix typo | Chris Lattner | 2010-11-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 119034 | |||||
* | add a note about inline asm compatibility. | Chris Lattner | 2010-11-10 | 1 | -0/+44 | |
| | | | | llvm-svn: 118740 | |||||
* | Document a language-compatibility issue with function parameter names in ↵ | Douglas Gregor | 2010-11-10 | 1 | -0/+13 | |
| | | | | | | function prototypes in C++ llvm-svn: 118712 | |||||
* | Add a compat note about how Clang doesn't zero-initialize __block local ↵ | Daniel Dunbar | 2010-11-09 | 1 | -0/+24 | |
| | | | | | | variables. llvm-svn: 118641 | |||||
* | Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" ↵ | Ted Kremenek | 2010-11-09 | 1 | -1/+1 | |
| | | | | | | | | to be consistent with all other snippets on this page. Patch by Jean-Daniel Dupas! llvm-svn: 118603 | |||||
* | Add link to LLVM releases page. | Daniel Dunbar | 2010-11-02 | 1 | -0/+6 | |
| | | | | llvm-svn: 118095 | |||||
* | Use objdir != srcdir in the getting started doc. | Rafael Espindola | 2010-10-29 | 1 | -2/+5 | |
| | | | | llvm-svn: 117723 | |||||
* | Add and describe a quick script to migrate gcc builtins that clang doesn't | Eric Christopher | 2010-10-25 | 2 | -0/+170 | |
| | | | | | | know about to the default APIs for x86 vector operations. llvm-svn: 117313 | |||||
* | Update compatibility page for objective-c. | Fariborz Jahanian | 2010-10-22 | 1 | -0/+19 | |
| | | | | llvm-svn: 117168 | |||||
* | validator | Gabor Greif | 2010-10-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 116668 | |||||
* | these items are done, afaik | Gabor Greif | 2010-10-16 | 1 | -6/+2 | |
| | | | | llvm-svn: 116667 | |||||
* | Add an empty robots.txt, mostly just to reduce errors in HTTP log. | Daniel Dunbar | 2010-10-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 116658 | |||||
* | Add a favicon.ico, mostly just to reduce errors in HTTP log. | Daniel Dunbar | 2010-10-16 | 1 | -0/+0 | |
| | | | | llvm-svn: 116657 | |||||
* | be less threatening. | Chris Lattner | 2010-10-11 | 1 | -3/+1 | |
| | | | | llvm-svn: 116187 | |||||
* | Bugs should go to Bugzilla, not the mailing list | Douglas Gregor | 2010-10-07 | 1 | -4/+1 | |
| | | | | llvm-svn: 115972 | |||||
* | www: Grammar, etc. | Daniel Dunbar | 2010-10-07 | 1 | -3/+3 | |
| | | | | llvm-svn: 115914 | |||||
* | clang++ sorta works now | Chris Lattner | 2010-10-07 | 1 | -5/+4 | |
| | | | | llvm-svn: 115903 | |||||
* | www: Add a "Clang Related Projects" page, to collect links to external projects | Daniel Dunbar | 2010-10-04 | 2 | -0/+56 | |
| | | | | | | using Clang in one way or another. Additions welcome! llvm-svn: 115508 | |||||
* | Correct this name so I stop giving out the wrong email address. | Nick Lewycky | 2010-09-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 115209 | |||||
* | Update docs to include proper location of clang binary. | Ted Kremenek | 2010-09-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 115088 | |||||
* | Update checker build. | Ted Kremenek | 2010-09-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 114615 | |||||
* | Update C++0x status | Douglas Gregor | 2010-09-17 | 1 | -6/+22 | |
| | | | | llvm-svn: 114217 | |||||
* | add a compatibility note about vector builtins | Chris Lattner | 2010-09-16 | 1 | -0/+27 | |
| | | | | llvm-svn: 114101 | |||||
* | Add a compatibility note about clang not implicitly converting between ↵ | Argyrios Kyrtzidis | 2010-09-13 | 1 | -0/+22 | |
| | | | | | | objc_object* and id (and SEL, Class). llvm-svn: 113761 | |||||
* | Update website to reflect that tests are no longer failing on Windows. | Francois Pichet | 2010-09-11 | 1 | -21/+9 | |
| | | | | llvm-svn: 113704 | |||||
* | Update documentation to reflect the addition of support for in-class | Douglas Gregor | 2010-09-11 | 1 | -41/+0 | |
| | | | | | | | initialization of static const floating-point data membmers (John's patch, in r113663). llvm-svn: 113701 |