aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2009-10-06Updated checker build.Ted Kremenek
2009-10-02Fix typo.Benjamin Kramer
2009-09-30fix line #'sChris Lattner
2009-09-30add some more popular examples, color code warning: and error: like the comma...Chris Lattner
2009-09-30Update C++ status pageDouglas Gregor
2009-09-29Update checker build.Ted Kremenek
2009-09-28Patch for AST representation for the implicit conversion to a function Fariborz Jahanian
2009-09-27CMake generate VS2008 project and CLang and LLVM compile without problem on V...Cedric Venet
2009-09-26Update checker build.Ted Kremenek
2009-09-25pcc supports some c99Chris Lattner
2009-09-25Update checker build.Ted Kremenek
2009-09-22Update checker build.Ted Kremenek
2009-09-15Update for inherited conversion function support.Fariborz Jahanian
2009-09-09Status update related to code gen for type conversionFariborz Jahanian
2009-09-04Don't generate any code for an explicit call to a trivial destructor. Douglas Gregor
2009-09-03Update C++ status, since a bunch of the comments were out-of-dateDouglas Gregor
2009-09-03Improve template instantiation for member access expressions thatDouglas Gregor
2009-09-02Update checker build.Ted Kremenek
2009-08-28Update checker build.Ted Kremenek
2009-08-26Tweak the list of open projects for C++Douglas Gregor
2009-08-25Update checker build.Ted Kremenek
2009-08-25Update checker build.Ted Kremenek
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-08-22Updated statuc page to reflect recent implementationsFariborz Jahanian
2009-08-21Update Clang C++ status to better reflect what is implemented.Douglas Gregor
2009-08-21Implement conversion function templates, along with the ability to useDouglas Gregor
2009-08-21Center the dragon.Ted Kremenek
2009-08-20Make the dragon a link...Ted Kremenek
2009-08-20Include LLVM logo ... because dragons are cool.Ted Kremenek
2009-08-20Update checker build.Ted Kremenek
2009-08-20Improve the Getting Started and Hacking web pages, patch byChris Lattner
2009-08-14Update/add links to developer meeting.Ted Kremenek
2009-08-06s/ccc/clang/Daniel Dunbar
2009-08-06Add link to LLVM's Getting Started page.Anton Korobeynikov
2009-08-03Website updates for working with Visual Studio and making patches.Eli Friedman
2009-08-02Update C++ open projects listDouglas Gregor
2009-08-02We have fairly good support for namespaces, now. Namespace aliases are parsed...Douglas Gregor
2009-08-02linkify IRCChris Lattner
2009-08-02rearrange side bar, add link to IRC info.Chris Lattner
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-07-24We now do complete semantic checking for unionsDouglas Gregor
2009-07-23Update C++ status to reflect progress on out-of-line definitions of class tem...Douglas Gregor
2009-07-17Update cf_returns_retained/ns_returns_retained examples to use __has_feature.Ted Kremenek
2009-07-10linkifyChris Lattner
2009-07-10Add documentation for the Index library to clang's web page.Argyrios Kyrtzidis
2009-07-09Update checker build.Ted Kremenek
2009-07-08Implement the simple form of overload resolution used when taking theDouglas Gregor
2009-07-08Update the C++ status table to better reflect our support for function overlo...Douglas Gregor
2009-07-08Improve argument-dependent lookup to find associated classes andDouglas Gregor
2009-07-07Template argument deduction from a call has improved a bitDouglas Gregor