| Commit message (Expand) | Author | Age | Files | Lines |
| * | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor | 2010-06-16 | 1 | -6/+7 |
| * | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -5/+10 |
| * | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -4/+7 |
| * | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 1 | -2/+0 |
| * | Since the enum values for each arch's builtins overlap, it is not appropriate... | Nate Begeman | 2010-06-08 | 1 | -0/+3 |
| * | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin | 2010-06-07 | 1 | -1/+2 |
| * | Simplify the methods for creating a pointer, reference, member-pointer, | John McCall | 2010-06-05 | 1 | -4/+8 |
| * | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+4 |
| * | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall | 2010-06-04 | 1 | -3/+2 |
| * | Remember type source information for Objective C property declarations. | John McCall | 2010-06-04 | 1 | -2/+3 |
| * | Preserve more information from a block's original function declarator, if one | John McCall | 2010-06-04 | 1 | -7/+8 |
| * | Restructure how we interpret block-literal declarators. Correctly handle | John McCall | 2010-06-04 | 1 | -0/+3 |
| * | More refactoring. | John McCall | 2010-06-04 | 1 | -0/+7 |
| * | Teach code completion to adjust its completion priorities based on the | Douglas Gregor | 2010-05-30 | 1 | -0/+5 |
| * | A more minimal fix for PR6762. | John McCall | 2010-05-28 | 1 | -0/+4 |
| * | Implement a code-completion hook for the receiver of an Objective-C | Douglas Gregor | 2010-05-27 | 1 | -1/+1 |
| * | Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which | Daniel Dunbar | 2010-05-27 | 1 | -3/+3 |
| * | Sema: Support for #pragma options align={reset,natural}. '#pragma options align' | Daniel Dunbar | 2010-05-27 | 1 | -0/+5 |
| * | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -2/+4 |
| * | Propagate access specifiers to anonymous union members nested within classes. | John McCall | 2010-05-21 | 1 | -3/+3 |
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -1/+3 |
| * | Fix a GCC warning about inline functions not being defined. Until r104081, only | Chandler Carruth | 2010-05-19 | 1 | -3/+3 |
| * | Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ... | Ted Kremenek | 2010-05-18 | 1 | -1/+2 |
| * | Tweak typo-correction logic a bit regarding "super", so that we | Douglas Gregor | 2010-05-18 | 1 | -1/+2 |
| * | fix rdar://7985267 - Don't emit an error about a non-pod argument | Chris Lattner | 2010-05-16 | 1 | -1/+2 |
| * | Implement semantic analysis and an AST representation for the named | Douglas Gregor | 2010-05-15 | 1 | -0/+5 |
| * | Implement new default property synthesis rules. Essentially, no longer | Fariborz Jahanian | 2010-05-14 | 1 | -0/+5 |
| * | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -15/+28 |
| * | Objective-C++ Sema. Support for conversion of a C++ | Fariborz Jahanian | 2010-05-12 | 1 | -0/+3 |
| * | When we emit an error during the implicit definition of a special | Douglas Gregor | 2010-05-12 | 1 | -0/+18 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -1/+2 |
| * | Speculatively revert r103497, "Do not mark the virtual members of an | Daniel Dunbar | 2010-05-11 | 1 | -26/+0 |
| * | Do not mark the virtual members of an implicitly-instantiated class as | Douglas Gregor | 2010-05-11 | 1 | -0/+26 |
| * | Improve our handling of the -Wunused-variable warning in templates. In | Douglas Gregor | 2010-05-08 | 1 | -1/+2 |
| * | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -0/+1 |
| * | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -4/+8 |
| * | Rearchitect -Wconversion and -Wsign-compare. Instead of computing them | John McCall | 2010-05-06 | 1 | -3/+1 |
| * | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian | 2010-05-05 | 1 | -4/+5 |
| * | When computing the template arguments for the instantiation of a | Douglas Gregor | 2010-05-03 | 1 | -1/+2 |
| * | For the sake of Objective-c++ overload resolution, | Fariborz Jahanian | 2010-05-03 | 1 | -0/+3 |
| * | Do not issue warning on unimplemented property in the class, if it | Fariborz Jahanian | 2010-05-03 | 1 | -0/+9 |
| * | Replace a char*/size pair with stringref. | Benjamin Kramer | 2010-05-03 | 1 | -2/+1 |
| * | Add an enum to CXXConstructExpr so we can determine if the construction expre... | Anders Carlsson | 2010-05-02 | 1 | -13/+13 |
| * | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor | 2010-05-01 | 1 | -7/+2 |
| * | Added an RAII object that helps set up/tear down the Sema context | Douglas Gregor | 2010-05-01 | 1 | -4/+3 |
| * | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -1/+1 |
| * | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor | 2010-04-30 | 1 | -41/+15 |
| * | Rebuild the nested name specifiers in member-pointer declarator chunks when | John McCall | 2010-04-29 | 1 | -3/+4 |
| * | Properly switch into the declaring scope of a template when performing | John McCall | 2010-04-29 | 1 | -0/+24 |
| * | Ensure that cv-qualifiers are correctly removed for post-inc/decrements | Alexis Hunt | 2010-04-28 | 1 | -153/+153 |