summaryrefslogtreecommitdiffstats
path: root/clang/www
Commit message (Collapse)AuthorAgeFilesLines
* validatorGabor Greif2010-10-161-0/+2
| | | | llvm-svn: 116668
* these items are done, afaikGabor Greif2010-10-161-6/+2
| | | | llvm-svn: 116667
* Add an empty robots.txt, mostly just to reduce errors in HTTP log.Daniel Dunbar2010-10-161-0/+2
| | | | llvm-svn: 116658
* Add a favicon.ico, mostly just to reduce errors in HTTP log.Daniel Dunbar2010-10-161-0/+0
| | | | llvm-svn: 116657
* be less threatening.Chris Lattner2010-10-111-3/+1
| | | | llvm-svn: 116187
* Bugs should go to Bugzilla, not the mailing listDouglas Gregor2010-10-071-4/+1
| | | | llvm-svn: 115972
* www: Grammar, etc.Daniel Dunbar2010-10-071-3/+3
| | | | llvm-svn: 115914
* clang++ sorta works nowChris Lattner2010-10-071-5/+4
| | | | llvm-svn: 115903
* www: Add a "Clang Related Projects" page, to collect links to external projectsDaniel Dunbar2010-10-042-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 Lewycky2010-09-301-1/+1
| | | | llvm-svn: 115209
* Update docs to include proper location of clang binary.Ted Kremenek2010-09-291-1/+1
| | | | llvm-svn: 115088
* Update checker build.Ted Kremenek2010-09-231-1/+1
| | | | llvm-svn: 114615
* Update C++0x statusDouglas Gregor2010-09-171-6/+22
| | | | llvm-svn: 114217
* add a compatibility note about vector builtinsChris Lattner2010-09-161-0/+27
| | | | llvm-svn: 114101
* Add a compatibility note about clang not implicitly converting between ↵Argyrios Kyrtzidis2010-09-131-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 Pichet2010-09-111-21/+9
| | | | llvm-svn: 113704
* Update documentation to reflect the addition of support for in-classDouglas Gregor2010-09-111-41/+0
| | | | | | | initialization of static const floating-point data membmers (John's patch, in r113663). llvm-svn: 113701
* Update checker build.Ted Kremenek2010-09-101-1/+1
| | | | llvm-svn: 113569
* Put the info on testing from the command line into its own sectionDawn Perchik2010-09-031-0/+5
| | | | | | titled "Testing on the Command Line". llvm-svn: 112972
* Fix a typo.Daniel Dunbar2010-09-031-1/+1
| | | | llvm-svn: 112926
* Add a compatibility note about why Clang rejects jumps past __block variables.Daniel Dunbar2010-09-021-0/+50
| | | | llvm-svn: 112865
* the target of the link uses the singular form, so do we tooGabor Greif2010-08-281-1/+1
| | | | llvm-svn: 112367
* typoGabor Greif2010-08-281-1/+1
| | | | llvm-svn: 112366
* mark boost's tracking bug as fixedGabor Greif2010-08-261-1/+1
| | | | llvm-svn: 112183
* Update documentation regarding use of 'class' inFariborz Jahanian2010-08-111-0/+25
| | | | | | property-dot syntax. llvm-svn: 110841
* Update checker build.Ted Kremenek2010-07-301-1/+1
| | | | llvm-svn: 109907
* Update checker build.Ted Kremenek2010-07-301-1/+1
| | | | llvm-svn: 109862
* Test commitTanya Lattner2010-07-281-1/+1
| | | | llvm-svn: 109604
* Test commit.Tanya Lattner2010-07-281-1/+1
| | | | llvm-svn: 109601
* Update checker build.Ted Kremenek2010-07-281-1/+1
| | | | llvm-svn: 109600
* path renamed.Chris Lattner2010-07-261-1/+1
| | | | llvm-svn: 109464
* Add missing whitespace.Ted Kremenek2010-07-081-1/+1
| | | | llvm-svn: 107897
* Update checker build.Ted Kremenek2010-07-081-1/+1
| | | | llvm-svn: 107893
* Tweak documentation to mention Debug+Asserts.Duncan Sands2010-07-081-2/+2
| | | | llvm-svn: 107863
* Update diagnostic on compatibility page to reflect realityDouglas Gregor2010-07-011-3/+2
| | | | llvm-svn: 107382
* Revert r107374, which broke bootstrap.Douglas Gregor2010-07-011-2/+3
| | | | llvm-svn: 107378
* When building the type of a destructor, make sure to keep theDouglas Gregor2010-07-011-3/+2
| | | | | | exception specification. Fixes PR7526. llvm-svn: 107374
* Update checker build.Ted Kremenek2010-07-011-1/+1
| | | | llvm-svn: 107364
* Improve diagnostic when we fail to pick an overload because it wouldDouglas Gregor2010-06-301-2/+3
| | | | | | require a base-to-derived pointer conversion. llvm-svn: 107349
* Wording tweak from Dan.Douglas Gregor2010-06-301-3/+3
| | | | llvm-svn: 107344
* Wording tweak from Dan.Douglas Gregor2010-06-301-1/+1
| | | | llvm-svn: 107343
* typo.Benjamin Kramer2010-06-301-1/+1
| | | | llvm-svn: 107342
* New language-compatibility page, including language-compatibility ↵Douglas Gregor2010-06-303-395/+613
| | | | | | information for the various language dialects Clang supports in a single, easy-to-find page llvm-svn: 107325
* Update checker build.Ted Kremenek2010-06-211-1/+1
| | | | llvm-svn: 106495
* Rework the unqualified-lookup-in-templates section of the compatibilityJohn McCall2010-06-161-70/+84
| | | | | | document. jyasskin, let me know if this meets your needs. llvm-svn: 106098
* Some more nods to HTML well-formedness.John McCall2010-06-161-13/+13
| | | | llvm-svn: 106094
* Fix template ordering compatibility docs. I missed another section that coveredJeffrey Yasskin2010-06-161-144/+90
| | | | | | the same thing. llvm-svn: 106076
* Describe a gcc compatibility problem that occurs when a template calls aJeffrey Yasskin2010-06-152-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 Dunbar2010-06-131-2/+2
| | | | llvm-svn: 105925
* www: Add note on running clang tests from a CMake build, patch by Peter ↵Daniel Dunbar2010-06-101-0/+3
| | | | | | Collingbourne llvm-svn: 105791
OpenPOWER on IntegriCloud