| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -4771/+0 |
| * | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -2/+1 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -16/+15 |
| * | Once code completion has completed, pass a "completion context" on to | Douglas Gregor | 2010-08-11 | 1 | -1/+1 |
| * | Added TypeLocs to VAArgExpr node. | Abramo Bagnara | 2010-08-10 | 1 | -0/+3 |
| * | Added TypeLocs to TypesCompatibleExpr node. | Abramo Bagnara | 2010-08-10 | 1 | -0/+4 |
| * | Implements gcc's -Wstrict-selector-match. | Fariborz Jahanian | 2010-08-09 | 1 | -3/+9 |
| * | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -1/+2 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -12/+9 |
| * | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara | 2010-08-06 | 1 | -0/+1 |
| * | TDK_InconsistentQuals is really totally different from TDK_Inconsistent. | John McCall | 2010-08-05 | 1 | -1/+1 |
| * | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -0/+22 |
| * | Preserve calling convention etc. across template instantiations. | Eli Friedman | 2010-08-05 | 1 | -1/+2 |
| * | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl | 2010-08-02 | 1 | -14/+33 |
| * | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -2/+12 |
| * | Rename getStdNamespace -> getOrCreateStdNamespace, to better reflect its func... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -1/+1 |
| * | Instantiate attributes from the pattern record when instantiating | John McCall | 2010-08-01 | 1 | -0/+3 |
| * | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall | 2010-08-01 | 1 | -10/+37 |
| * | When performing code completion for a case statement in a switch whose | Douglas Gregor | 2010-07-28 | 1 | -1/+2 |
| * | Add source location information to C++ base specifiers. | Nick Lewycky | 2010-07-26 | 1 | -2/+1 |
| * | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 1 | -3/+15 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -1/+6 |
| * | Add most of the boilerplate support for scanf format string checking. This i... | Ted Kremenek | 2010-07-16 | 1 | -5/+12 |
| * | When there are extra or missing template parameter lists in a template | Douglas Gregor | 2010-07-14 | 1 | -1/+2 |
| * | Add a warning to catch a bug recently caught by code review, like this: | Chris Lattner | 2010-07-13 | 1 | -1/+1 |
| * | 80 column issues. | Chris Lattner | 2010-07-13 | 1 | -7/+9 |
| * | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor | 2010-07-13 | 1 | -2/+2 |
| * | Fix PR7600, and correctly convert the result of an atomic builtin to the | Chandler Carruth | 2010-07-09 | 1 | -1/+1 |
| * | Instantiation of block literal expressions. wip. | Fariborz Jahanian | 2010-07-09 | 1 | -1/+1 |
| * | Support code completion for parameter names in Objective-C method | Douglas Gregor | 2010-07-08 | 1 | -0/+1 |
| * | Introduce a new code-completion point prior to an identifier in the | Douglas Gregor | 2010-07-08 | 1 | -0/+6 |
| * | Fix multiple emission of the this-> fixit for each instantiation by fixing the | Nick Lewycky | 2010-07-06 | 1 | -0/+7 |
| * | Introduce a new routine, LookupConstructors(), and use it for all | Douglas Gregor | 2010-07-02 | 1 | -0/+1 |
| * | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor | 2010-07-02 | 1 | -0/+4 |
| * | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -15/+8 |
| * | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor | 2010-07-01 | 1 | -1/+2 |
| * | Move the implicit declaration of a default constructor into a separate | Douglas Gregor | 2010-07-01 | 1 | -0/+12 |
| * | Move the implicit declaration of a constructor out to a separate | Douglas Gregor | 2010-07-01 | 1 | -1/+13 |
| * | Move declaration of a class's implicit copy constructor into a | Douglas Gregor | 2010-07-01 | 1 | -0/+12 |
| * | Move the implicit declaration of a class's copy-assignment operator | Douglas Gregor | 2010-07-01 | 1 | -1/+13 |
| * | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
| * | Revert r107374, which broke bootstrap. | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
| * | When building the type of a destructor, make sure to keep the | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
| * | Implement C++ DR481, which clarifies that the scope of template | Douglas Gregor | 2010-07-01 | 1 | -13/+9 |
| * | Implement C++ DR299, which allows an implicit conversion from a class | Douglas Gregor | 2010-06-30 | 1 | -1/+2 |
| * | Factor the conversion from a switch condition to an integral or | Douglas Gregor | 2010-06-29 | 1 | -0/+9 |
| * | This patch fixes a bug whereby, clang skipped | Fariborz Jahanian | 2010-06-29 | 1 | -9/+2 |
| * | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor | 2010-06-29 | 1 | -0/+1 |
| * | Partial fix for PR7267 based on comments by John McCall on an earlier patch. | Chandler Carruth | 2010-06-28 | 1 | -0/+6 |
| * | Implement dependent alignment attribute support. This is a bit gross given the | Chandler Carruth | 2010-06-25 | 1 | -0/+3 |