Age | Commit message (Expand) | Author |
2012-06-06 | Allow CorrectTypo to add/modify nested name qualifiers to typos that | Kaelyn Uhrain |
2010-09-17 | When we run into an error parsing or type-checking the left-hand side | Douglas Gregor |
2010-04-22 | Whenever we complain about a failed initialization of a function or | Douglas Gregor |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2009-12-22 | Switch initialization of parameters in a call over to | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-05-04 | Implement support for comparing pointers with <, >, <=, >=, ==, and != | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-19 | Print the context of tag types as part of pretty-printing, e.g., | Douglas Gregor |
2009-01-09 | When we see a reference to a struct, class, or union like "struct X" | Douglas Gregor |