| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix two typos in comments. | Sebastian Redl | 2010-06-09 | 1 | -1/+1 |
* | When referring to a tag that was previously declared only as a friend, | Douglas Gregor | 2010-06-08 | 1 | -1/+2 |
* | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+2 |
* | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall | 2010-06-04 | 1 | -10/+9 |
* | Restructure how we interpret block-literal declarators. Correctly handle | John McCall | 2010-06-04 | 1 | -8/+14 |
* | Delay checking for mutable const fields until we're checking the field. | John McCall | 2010-06-04 | 1 | -0/+18 |
* | Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which | Daniel Dunbar | 2010-05-27 | 1 | -8/+5 |
* | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar | 2010-05-27 | 1 | -1/+1 |
* | Improve on flexible array diagnostics (PR7029). | Fariborz Jahanian | 2010-05-26 | 1 | -1/+1 |
* | Fixes misc. flexible array bugs in c++ (PR7029). | Fariborz Jahanian | 2010-05-26 | 1 | -0/+9 |
* | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -2/+3 |
* | Propagate access specifiers to anonymous union members nested within classes. | John McCall | 2010-05-21 | 1 | -11/+20 |
* | Whoops. | John McCall | 2010-05-20 | 1 | -1/+1 |
* | Don't try to check jump scopes in invalid functions. Fixes | John McCall | 2010-05-20 | 1 | -1/+3 |
* | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -2/+3 |
* | Adds support for ObjC++'s GC attribute on declaration of | Fariborz Jahanian | 2010-05-19 | 1 | -3/+14 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -4/+4 |
* | Implement semantic analysis and an AST representation for the named | Douglas Gregor | 2010-05-15 | 1 | -0/+35 |
* | Patch to fix a crash on incomplete class declaration. | Fariborz Jahanian | 2010-05-14 | 1 | -3/+7 |
* | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -40/+7 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -19/+20 |
* | Improve our handling of the -Wunused-variable warning in templates. In | Douglas Gregor | 2010-05-08 | 1 | -15/+22 |
* | Remember the number of positive and negative bits used by the enumerators of | John McCall | 2010-05-06 | 1 | -2/+3 |
* | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor | 2010-05-04 | 1 | -2/+4 |
* | Diagnose unused exception parameters under a different warning group | Douglas Gregor | 2010-05-03 | 1 | -3/+8 |
* | When a class contains a non-empty anonymous union or struct, mark is | Douglas Gregor | 2010-05-03 | 1 | -2/+5 |
* | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -4/+11 |
* | Rebuild the nested name specifiers in member-pointer declarator chunks when | John McCall | 2010-04-29 | 1 | -56/+104 |
* | Written storage class for declarations inside linkage specifications without ... | Abramo Bagnara | 2010-04-28 | 1 | -9/+29 |
* | When checking the redeclaration context of a typedef that refers to a | Douglas Gregor | 2010-04-27 | 1 | -1/+2 |
* | Don't look into incomplete types when trying to warn about unused | Douglas Gregor | 2010-04-27 | 1 | -0/+5 |
* | Diagnose declaration of reference typed ivars. | Fariborz Jahanian | 2010-04-26 | 1 | -2/+5 |
* | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -1/+1 |
* | Be more careful around dependent nested-name-specifiers, complaining | Douglas Gregor | 2010-04-24 | 1 | -1/+1 |
* | Keep track of when DependentNameTypes have no associated keyword | Douglas Gregor | 2010-04-24 | 1 | -3/+2 |
* | Recommit r102215, this time being more careful to only set the "principal | John McCall | 2010-04-24 | 1 | -6/+11 |
* | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel | 2010-04-24 | 1 | -6/+0 |
* | Rework Parser-Sema interface for Objective-C @catch exception object | Douglas Gregor | 2010-04-23 | 1 | -5/+0 |
* | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -0/+1 |
* | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall | 2010-04-23 | 1 | -0/+6 |
* | Recommit my change to how C++ does elaborated type lookups, now with | John McCall | 2010-04-23 | 1 | -34/+75 |
* | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar | 2010-04-23 | 1 | -71/+34 |
* | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall | 2010-04-23 | 1 | -34/+71 |
* | When checking whether to diagnose an initialized "extern" variable, | Douglas Gregor | 2010-04-22 | 1 | -1/+5 |
* | Re-land the patch that merges two diagnostics into one now that it passes sel... | Anders Carlsson | 2010-04-22 | 1 | -14/+9 |
* | Revert "Unify two diagnostics into one.", it breaks with an assertion failure... | Daniel Dunbar | 2010-04-22 | 1 | -2/+3 |
* | Unify two diagnostics into one. | Anders Carlsson | 2010-04-22 | 1 | -3/+2 |
* | Remove an unused parameter from isImplicitlyDefined. | Anders Carlsson | 2010-04-20 | 1 | -2/+1 |
* | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -36/+79 |
* | Only suppress the "extern variable has an initializer" warning when the exter... | Douglas Gregor | 2010-04-19 | 1 | -1/+1 |