summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/functional-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-3/+3
* [Sema] Don't assume that an initializer list has an initializerDavid Majnemer2015-04-101-2/+3
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-2/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+2
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-2/+2
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi2012-09-121-0/+1
* Use the new-initialization code for initializing scalars with aDouglas Gregor2010-09-081-1/+4
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-11/+11
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-4/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl2009-07-291-1/+293
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-2/+2
* Part one of handling C++ functional casts. This handles semanticDouglas Gregor2009-01-161-0/+27
OpenPOWER on IntegriCloud