- Jul 23, 2011
-
-
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
-
- Apr 14, 2011
-
-
Richard Smith authored
Name mangling of late-specified return types doesn't work if the return type references the argument types: template<typename T> auto f(T a) -> decltype(a.foo()); Since this is the primary reason for the introduction of this feature, downgrade implementation status to "Some examples work". llvm-svn: 129533
-
- Apr 13, 2011
-
-
Ted Kremenek authored
llvm-svn: 129473
-
- Apr 06, 2011
-
-
John Thompson authored
llvm-svn: 129013
-
- Apr 03, 2011
-
-
Richard Smith authored
clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. trailing-return-type codegen is not tested yet (name mangling in particular). llvm-svn: 128787
-
- Mar 30, 2011
-
-
Jeffrey Yasskin authored
llvm-svn: 128498
-
- Mar 27, 2011
-
-
Douglas Gregor authored
llvm-svn: 128377
-
NAKAMURA Takumi authored
llvm-svn: 128372
-
- Mar 18, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 127863
-
NAKAMURA Takumi authored
www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL. llvm-svn: 127862
-
- Mar 09, 2011
-
-
Douglas Gregor authored
llvm-svn: 127336
-
- Feb 23, 2011
-
-
Richard Smith authored
llvm-svn: 126280
-
- Feb 18, 2011
-
-
Ted Kremenek authored
llvm-svn: 125983
-
- Feb 12, 2011
-
-
Ted Kremenek authored
llvm-svn: 125432
-
- Feb 03, 2011
-
-
John McCall authored
llvm-svn: 124792
-
John McCall authored
llvm-svn: 124791
-
John McCall authored
why this bug can go uncaught. llvm-svn: 124790
-
John McCall authored
llvm-svn: 124789
-
- Jan 31, 2011
-
-
Ted Kremenek authored
llvm-svn: 124602
-
- Jan 27, 2011
-
-
Ted Kremenek authored
llvm-svn: 124445
-