Age | Commit message (Expand) | Author |
---|---|---|
2011-08-12 | De-Unicode-ify. | NAKAMURA Takumi |
2011-01-20 | Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, | Douglas Gregor |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-07-14 | Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. | Chandler Carruth |
2010-07-13 | When forming a function call or message send expression, be sure to | Douglas Gregor |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2010-01-12 | Introduce a specific representation for the ambiguous implicit conversion | John McCall |
2010-01-08 | Organize testcase into namespaces. | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-28 | Multiple conversions to the same type are ambiguous but for the | Fariborz Jahanian |
2009-09-23 | fix typo in file name | Gabor Greif |