Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Be consistent about diagnostic wording: always use "cannot". | Davide Italiano | 2015-08-15 | 1 | -2/+2 |
* | Fix the equal-vector-size rule for reinterpret_casts in C++ | John McCall | 2015-07-23 | 1 | -2/+20 |
* | Print detailed vector type information on diagnostics. | Benjamin Kramer | 2014-04-25 | 1 | -11/+11 |
* | Tighten lax vector-conversion rules and enforce them consistently. | John McCall | 2014-02-04 | 1 | -0/+17 |
* | For areVectorOperandsLaxBitCastable(), only return false if both opearands ar... | Argyrios Kyrtzidis | 2014-01-07 | 1 | -1/+9 |
* | Provide overload diagnostics when explicit casts involving class types fail. | John McCall | 2011-02-14 | 1 | -3/+3 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -4/+4 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Improve handling of vector casts in C++. | Anders Carlsson | 2009-09-16 | 1 | -0/+40 |