summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Updated statuc page to reflect recent implementationsFariborz Jahanian2009-08-221-12/+12
| | | | | | | of section 12 [special member functions] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79704 91177308-0d34-0410-b5e6-96231b3b80d8
* Update Clang C++ status to better reflect what is implemented.Douglas Gregor2009-08-211-24/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79695 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-211-4/+4
| | | | | | | | template argument deduction from a conversion function (C++ [temp.deduct.conv]) with implicit conversions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79693 91177308-0d34-0410-b5e6-96231b3b80d8
* Center the dragon.Ted Kremenek2009-08-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79580 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the dragon a link...Ted Kremenek2009-08-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79577 91177308-0d34-0410-b5e6-96231b3b80d8
* Include LLVM logo ... because dragons are cool.Ted Kremenek2009-08-202-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79576 91177308-0d34-0410-b5e6-96231b3b80d8
* Update checker build.Ted Kremenek2009-08-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79559 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve the Getting Started and Hacking web pages, patch byChris Lattner2009-08-202-20/+28
| | | | | | | John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79518 91177308-0d34-0410-b5e6-96231b3b80d8
* Update/add links to developer meeting.Ted Kremenek2009-08-142-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79005 91177308-0d34-0410-b5e6-96231b3b80d8
* s/ccc/clang/Daniel Dunbar2009-08-061-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78320 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to LLVM's Getting Started page.Anton Korobeynikov2009-08-061-0/+10
| | | | | | Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8
* Website updates for working with Visual Studio and making patches.Eli Friedman2009-08-032-3/+151
| | | | | | | | Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77988 91177308-0d34-0410-b5e6-96231b3b80d8
* Update C++ open projects listDouglas Gregor2009-08-021-4/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77901 91177308-0d34-0410-b5e6-96231b3b80d8
* We have fairly good support for namespaces, now. Namespace aliases are ↵Douglas Gregor2009-08-021-4/+4
| | | | | | parsed correctly git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77900 91177308-0d34-0410-b5e6-96231b3b80d8
* linkify IRCChris Lattner2009-08-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77880 91177308-0d34-0410-b5e6-96231b3b80d8
* rearrange side bar, add link to IRC info.Chris Lattner2009-08-021-4/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77879 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement C++ semantics for C-style and functional-style casts. This ↵Sebastian Redl2009-07-251-8/+8
| | | | | | | | regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. Add custom conversions to static_cast. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77076 91177308-0d34-0410-b5e6-96231b3b80d8
* We now do complete semantic checking for unionsDouglas Gregor2009-07-241-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76918 91177308-0d34-0410-b5e6-96231b3b80d8
* Update C++ status to reflect progress on out-of-line definitions of class ↵Douglas Gregor2009-07-231-16/+19
| | | | | | template members git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76917 91177308-0d34-0410-b5e6-96231b3b80d8
* Update cf_returns_retained/ns_returns_retained examples to use __has_feature.Ted Kremenek2009-07-171-2/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76130 91177308-0d34-0410-b5e6-96231b3b80d8
* linkifyChris Lattner2009-07-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75225 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for the Index library to clang's web page.Argyrios Kyrtzidis2009-07-101-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75222 91177308-0d34-0410-b5e6-96231b3b80d8
* Update checker build.Ted Kremenek2009-07-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75147 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement the simple form of overload resolution used when taking theDouglas Gregor2009-07-081-9/+7
| | | | | | | | address of an overloaded function (which may involve both functions and function templates). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75069 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the C++ status table to better reflect our support for function ↵Douglas Gregor2009-07-081-79/+79
| | | | | | overloading git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74997 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve argument-dependent lookup to find associated classes andDouglas Gregor2009-07-081-1/+1
| | | | | | | | namespaces based on the template arguments of a class template specialization type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74993 91177308-0d34-0410-b5e6-96231b3b80d8
* Template argument deduction from a call has improved a bitDouglas Gregor2009-07-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74966 91177308-0d34-0410-b5e6-96231b3b80d8
* Update checker build.Ted Kremenek2009-07-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74849 91177308-0d34-0410-b5e6-96231b3b80d8
* Update checker build.Ted Kremenek2009-07-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74757 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a Last Updated field to the C++ status pageDouglas Gregor2009-06-271-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74387 91177308-0d34-0410-b5e6-96231b3b80d8
* Make a note of improvements to function templatesDouglas Gregor2009-06-271-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74360 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bar title in graphs.Daniel Dunbar2009-06-264-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74302 91177308-0d34-0410-b5e6-96231b3b80d8
* Update performance numbers (missed a link)Daniel Dunbar2009-06-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74297 91177308-0d34-0410-b5e6-96231b3b80d8
* Update performance numbers.Daniel Dunbar2009-06-268-22/+1630
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74296 91177308-0d34-0410-b5e6-96231b3b80d8
* oink is dead.Chris Lattner2009-06-261-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74263 91177308-0d34-0410-b5e6-96231b3b80d8
* We now support decltype (as far as I know :)Anders Carlsson2009-06-241-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74127 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Ted Kremenek2009-06-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74107 91177308-0d34-0410-b5e6-96231b3b80d8
* Reference the correct image...Ted Kremenek2009-06-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74106 91177308-0d34-0410-b5e6-96231b3b80d8
* Add scan-build screenshot for attribute 'nonnull' example.Ted Kremenek2009-06-242-6/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74104 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken HTML tag.Ted Kremenek2009-06-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74103 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove reference to using 'clang' directly to analyze projects.Ted Kremenek2009-06-241-10/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74102 91177308-0d34-0410-b5e6-96231b3b80d8
* Tighten screenshot.Ted Kremenek2009-06-241-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74100 91177308-0d34-0410-b5e6-96231b3b80d8
* Replace 'clang --analyze' example for attribute cf_returns_retained with ↵Ted Kremenek2009-06-243-14/+12
| | | | | | screenshots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74098 91177308-0d34-0410-b5e6-96231b3b80d8
* Replace 'clang --analyze' example (in text) with screenshot from scan-build.Ted Kremenek2009-06-242-7/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74095 91177308-0d34-0410-b5e6-96231b3b80d8
* Nested classes are now complete.Anders Carlsson2009-06-241-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74052 91177308-0d34-0410-b5e6-96231b3b80d8
* class.nested.type is done.Anders Carlsson2009-06-241-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74034 91177308-0d34-0410-b5e6-96231b3b80d8
* Update checker build.Ted Kremenek2009-06-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73518 91177308-0d34-0410-b5e6-96231b3b80d8
* Tweak the C++ open projects pageDouglas Gregor2009-06-151-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73409 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r73341.Ted Kremenek2009-06-151-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73393 91177308-0d34-0410-b5e6-96231b3b80d8
* Note that we've implemented the right angle brackets extension in C++0xDouglas Gregor2009-06-151-1/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73389 91177308-0d34-0410-b5e6-96231b3b80d8