- Nov 02, 2011
-
-
Anna Zaks authored
So far added the skeleton + several more or less complete sections: Getting Started Idea for a Checker AST Visitors Useful Commands/Debugging Hints llvm-svn: 143554
-
David Blaikie authored
llvm-svn: 143539
-
Michael J. Spencer authored
llvm-svn: 143535
-
- Oct 28, 2011
-
-
Douglas Gregor authored
3.0. Fixses PR11252. llvm-svn: 143216
-
- Oct 15, 2011
-
-
Douglas Gregor authored
Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue llvm-svn: 142019
-
Douglas Gregor authored
user-centric list, with Clang version numbers, following GCC's lead (and user requests). llvm-svn: 142015
-
- Oct 14, 2011
-
-
David Blaikie authored
llvm-svn: 141949
-
Ted Kremenek authored
llvm-svn: 141943
-
- Oct 10, 2011
-
-
Sebastian Redl authored
Now that we support move generation, mention this in the language extension and C++ status pages. Also update the C++ status for default functions, which are complete now that we can generate move functions, and destructor exception specifications, which I did a while ago. llvm-svn: 141558
-
- Sep 27, 2011
-
-
Douglas Gregor authored
the rule that defines the implicit copy constructor/implicit copy asssignment operator as deleted when a move constructor or move assignment operator has been explicitly declared. This has hit a number of people because Boost 1.47.0's shared_ptr fails to declare a copy constructor. llvm-svn: 140621
-
- Aug 11, 2011
-
-
Craig Topper authored
llvm-svn: 137299
-
- Aug 06, 2011
-
-
Benjamin Kramer authored
llvm-svn: 137010
-
- Aug 03, 2011
-
-
Chris Lattner authored
llvm-svn: 136780
-
- Jul 27, 2011
-
-
Douglas Gregor authored
Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper llvm-svn: 136216
-
Douglas Gregor authored
llvm-svn: 136207
-
- Jul 25, 2011
-
-
Douglas Gregor authored
conversion operators, from Jonathan Sauer. llvm-svn: 135932
-
NAKAMURA Takumi authored
www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out. llvm-svn: 135907
-
- Jul 24, 2011
-
-
Chris Lattner authored
llvm-svn: 135892
-
- Jul 23, 2011
-
-
Douglas Gregor authored
llvm-svn: 135859
-
Douglas Gregor authored
llvm-svn: 135858
-
- Jul 21, 2011
-
-
Richard Smith authored
llvm-svn: 135689
-
Douglas Gregor authored
Clean up the C++ status page by eliminating the utterly unnecessary set of projects. C++98/03 is sooooo yesterday llvm-svn: 135687
-
Douglas Gregor authored
llvm-svn: 135686
-
- Jul 20, 2011
-
-
Bill Wendling authored
llvm-svn: 135619
-
- Jun 14, 2011
-
-
Jay Foad authored
llvm-svn: 132989
-
- Jun 08, 2011
-
-
Ted Kremenek authored
llvm-svn: 132757
-
- Jun 06, 2011
-
-
Richard Smith authored
Fix PR10053: Improve diagnostics and error recovery for code which some compilers incorrectly accept due to a lack of proper support for two-phase name lookup. llvm-svn: 132672
-
- Jun 02, 2011
-
-
Douglas Gregor authored
llvm-svn: 132432
-
- May 28, 2011
-
-
Chris Lattner authored
llvm-svn: 132262
-
- May 25, 2011
-
-
Ted Kremenek authored
llvm-svn: 132060
-
- May 13, 2011
-
-
Douglas Gregor authored
llvm-svn: 131292
-
Chris Lattner authored
llvm-svn: 131286
-
Chris Lattner authored
llvm-svn: 131285
-
Chris Lattner authored
remove some old redirect pages. We're into our 3rd year of redirecting, the world should have adjusted by now :) llvm-svn: 131284
-
- May 06, 2011
-
-
Richard Smith authored
Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue. llvm-svn: 130958
-
- May 05, 2011
-
-
Richard Smith authored
llvm-svn: 130953
-
- May 03, 2011
-
-
Jeffrey Yasskin authored
unique_ptr and shared_ptr changes by Daniel Mierswa! llvm-svn: 130762
-
- May 01, 2011
-
-
Alexis Hunt authored
As far as I know, this implementation is complete but might be missing a few optimizations. Exceptions and virtual bases are handled correctly. Because I'm an optimist, the web page has appropriately been updated. If I'm wrong, feel free to downgrade its support categories. llvm-svn: 130642
-
- Apr 15, 2011
-
-
Richard Smith authored
llvm-svn: 129569
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129559
-