summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cstyle-cast.cpp
AgeCommit message (Expand)Author
2016-05-14Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky
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
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
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-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl