summaryrefslogtreecommitdiff
path: root/test/SemaCXX/static-cast.cpp
AgeCommit message (Expand)Author
2016-05-14Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky
2015-01-28PR 17456Nathan Sidwell
2014-01-16Sema: Fix crash during member pointer conversion involving incomplete classesDavid Majnemer
2013-12-14Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker
2013-12-14Don't require -re suffix on -verify directives with regexes.Hans Wennborg
2013-12-13Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2011-04-15Implement appropriate semantics for C++ casting and conversion whenDouglas Gregor
2010-11-08Properly diagnose invalid casts to function references. Patch byDouglas Gregor
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-24Switch static_cast from the old reference-initialization code (viaDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-07Perform overload resolution when static_cast'ing from aDouglas Gregor
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-31Fix my dyslexia.Chandler Carruth
2010-01-31Add a test case for a fixed PR just to ensure we don't regress.Chandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-15When performing a static downcast as part of a static_cast, make sureDouglas Gregor
2009-11-14- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...Sebastian Redl
2009-11-14When type-checking a static cast (or the static_cast part of a C-styleDouglas Gregor
2009-10-22Try to instantiate templates before doing hierarchy checks in static_cast. Fi...Sebastian Redl
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-01-28Implement pointer to member handling in static_cast.Sebastian Redl
2008-11-07Greatly improve static_cast diagnosticsSebastian Redl
2008-11-05A small error message improvement and some comment cleanup for static_cast.Sebastian Redl
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl