Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update checker build. | Ted Kremenek | 2010-09-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 113569 | |||||
* | Put the info on testing from the command line into its own section | Dawn Perchik | 2010-09-03 | 1 | -0/+5 | |
| | | | | | | titled "Testing on the Command Line". llvm-svn: 112972 | |||||
* | Fix a typo. | Daniel Dunbar | 2010-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 112926 | |||||
* | Add a compatibility note about why Clang rejects jumps past __block variables. | Daniel Dunbar | 2010-09-02 | 1 | -0/+50 | |
| | | | | llvm-svn: 112865 | |||||
* | the target of the link uses the singular form, so do we too | Gabor Greif | 2010-08-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 112367 | |||||
* | typo | Gabor Greif | 2010-08-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 112366 | |||||
* | mark boost's tracking bug as fixed | Gabor Greif | 2010-08-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 112183 | |||||
* | Update documentation regarding use of 'class' in | Fariborz Jahanian | 2010-08-11 | 1 | -0/+25 | |
| | | | | | | property-dot syntax. llvm-svn: 110841 | |||||
* | Update checker build. | Ted Kremenek | 2010-07-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 109907 | |||||
* | Update checker build. | Ted Kremenek | 2010-07-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 109862 | |||||
* | Test commit | Tanya Lattner | 2010-07-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 109604 | |||||
* | Test commit. | Tanya Lattner | 2010-07-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 109601 | |||||
* | Update checker build. | Ted Kremenek | 2010-07-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 109600 | |||||
* | path renamed. | Chris Lattner | 2010-07-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 109464 | |||||
* | Add missing whitespace. | Ted Kremenek | 2010-07-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 107897 | |||||
* | Update checker build. | Ted Kremenek | 2010-07-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 107893 | |||||
* | Tweak documentation to mention Debug+Asserts. | Duncan Sands | 2010-07-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 107863 | |||||
* | Update diagnostic on compatibility page to reflect reality | Douglas Gregor | 2010-07-01 | 1 | -3/+2 | |
| | | | | llvm-svn: 107382 | |||||
* | Revert r107374, which broke bootstrap. | Douglas Gregor | 2010-07-01 | 1 | -2/+3 | |
| | | | | llvm-svn: 107378 | |||||
* | When building the type of a destructor, make sure to keep the | Douglas Gregor | 2010-07-01 | 1 | -3/+2 | |
| | | | | | | exception specification. Fixes PR7526. llvm-svn: 107374 | |||||
* | Update checker build. | Ted Kremenek | 2010-07-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 107364 | |||||
* | Improve diagnostic when we fail to pick an overload because it would | Douglas Gregor | 2010-06-30 | 1 | -2/+3 | |
| | | | | | | require a base-to-derived pointer conversion. llvm-svn: 107349 | |||||
* | Wording tweak from Dan. | Douglas Gregor | 2010-06-30 | 1 | -3/+3 | |
| | | | | llvm-svn: 107344 | |||||
* | Wording tweak from Dan. | Douglas Gregor | 2010-06-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 107343 | |||||
* | typo. | Benjamin Kramer | 2010-06-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 107342 | |||||
* | New language-compatibility page, including language-compatibility ↵ | Douglas Gregor | 2010-06-30 | 3 | -395/+613 | |
| | | | | | | information for the various language dialects Clang supports in a single, easy-to-find page llvm-svn: 107325 | |||||
* | Update checker build. | Ted Kremenek | 2010-06-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 106495 | |||||
* | Rework the unqualified-lookup-in-templates section of the compatibility | John McCall | 2010-06-16 | 1 | -70/+84 | |
| | | | | | | document. jyasskin, let me know if this meets your needs. llvm-svn: 106098 | |||||
* | Some more nods to HTML well-formedness. | John McCall | 2010-06-16 | 1 | -13/+13 | |
| | | | | llvm-svn: 106094 | |||||
* | Fix template ordering compatibility docs. I missed another section that covered | Jeffrey Yasskin | 2010-06-16 | 1 | -144/+90 | |
| | | | | | | the same thing. llvm-svn: 106076 | |||||
* | Describe a gcc compatibility problem that occurs when a template calls a | Jeffrey Yasskin | 2010-06-15 | 2 | -0/+127 | |
| | | | | | | | function defined between its declaration and an instantiation, and that function isn't findable through ADL. llvm-svn: 106068 | |||||
* | www: Swap external coverage & spec references links. | Daniel Dunbar | 2010-06-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 105925 | |||||
* | www: Add note on running clang tests from a CMake build, patch by Peter ↵ | Daniel Dunbar | 2010-06-10 | 1 | -0/+3 | |
| | | | | | | Collingbourne llvm-svn: 105791 | |||||
* | clang++ is now a different greek letter. | Chris Lattner | 2010-06-02 | 1 | -2/+2 | |
| | | | | llvm-svn: 105313 | |||||
* | Add a compatibility note about incomplete types in templates. | John McCall | 2010-06-02 | 1 | -0/+32 | |
| | | | | llvm-svn: 105309 | |||||
* | Update checker build. | Ted Kremenek | 2010-05-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 104817 | |||||
* | It turns out that people love using VLAs in templates, too. Weaken our | Douglas Gregor | 2010-05-23 | 1 | -5/+2 | |
| | | | | | | | | VLA restrictions so that one can use VLAs in templates (even accidentally), but not as part of a non-type template parameter (which would be very bad). llvm-svn: 104471 | |||||
* | Implement support for variable length arrays in C++. VLAs are limited | Douglas Gregor | 2010-05-22 | 1 | -6/+20 | |
| | | | | | | | | | | | | | in several important ways: - VLAs of non-POD types are not permitted. - VLAs cannot be used in conjunction with C++ templates. These restrictions are intended to keep VLAs out of the parts of the C++ type system where they cause the most trouble. Fixes PR5678 and <rdar://problem/8013618>. llvm-svn: 104443 | |||||
* | minor updates | Chris Lattner | 2010-05-22 | 1 | -2/+4 | |
| | | | | llvm-svn: 104436 | |||||
* | down with export. | Chris Lattner | 2010-05-21 | 1 | -1/+2 | |
| | | | | llvm-svn: 104383 | |||||
* | another unneeded line. | Chris Lattner | 2010-05-21 | 1 | -2/+1 | |
| | | | | llvm-svn: 104379 | |||||
* | major update to the C++ status page. C++ support is | Chris Lattner | 2010-05-21 | 1 | -2234/+47 | |
| | | | | | | now done and no more patches to it will be accepted. llvm-svn: 104378 | |||||
* | Add documention on ns_returns_not_retained and cf_returns_not_retained ↵ | Ted Kremenek | 2010-05-14 | 1 | -0/+62 | |
| | | | | | | attributes. llvm-svn: 103785 | |||||
* | BoostCon tutorial notes, temporary | Douglas Gregor | 2010-05-11 | 1 | -0/+56 | |
| | | | | llvm-svn: 103520 | |||||
* | Update latest checker build to a local link. | Daniel Dunbar | 2010-05-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 103332 | |||||
* | mention that cmake works on unix too. PR7061 | Chris Lattner | 2010-05-06 | 1 | -0/+5 | |
| | | | | llvm-svn: 103202 | |||||
* | Remove the blanket statement about Clang not supporting access control. It ↵ | Douglas Gregor | 2010-04-12 | 1 | -27/+2 | |
| | | | | | | does now llvm-svn: 101041 | |||||
* | Update checker build. | Ted Kremenek | 2010-04-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 100987 | |||||
* | Add a note to the C++ compatibility page about templates with no | John McCall | 2010-04-09 | 1 | -0/+48 | |
| | | | | | | valid instantiations. llvm-svn: 100836 | |||||
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 3 | -3/+3 | |
| | | | | llvm-svn: 100708 |