Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -3/+2 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+1 |
* | Switch default-initialization of variables of class type (or array thereof) o... | Douglas Gregor | 2009-12-20 | 1 | -2/+2 |
* | Initialization improvements: addition of string initialization and a few | Eli Friedman | 2009-12-19 | 1 | -2/+2 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Issue good diagnostics when initialization failes due to | Fariborz Jahanian | 2009-09-15 | 1 | -1/+1 |
* | Add deleted functions and rvalue references to C++ status. | Sebastian Redl | 2009-04-12 | 1 | -0/+2 |
* | Parse deleted member functions. Parsing member declarations goes through a di... | Sebastian Redl | 2009-04-12 | 1 | -0/+12 |
* | Parse deleted function definitions and hook them up to Doug's machinery. | Sebastian Redl | 2009-03-24 | 1 | -0/+22 |