| Commit message (Expand) | Author | Age | Files | Lines |
| * | Diagnose, and not crash, when taking address of property expression. | Fariborz Jahanian | 2009-07-07 | 1 | -0/+5 |
| * | Fix a problem with false diagnostics when comparing distinct NULL pointer typ... | Douglas Gregor | 2009-07-06 | 1 | -7/+13 |
| * | Rework Sema::CheckConditionalOperands(). No functionality change. | Steve Naroff | 2009-07-01 | 1 | -98/+130 |
| * | When explicit template arguments are provided for a function call, | Douglas Gregor | 2009-06-30 | 1 | -2/+33 |
| * | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor | 2009-06-30 | 1 | -12/+14 |
| * | When recursively instantiating function templates, keep track of the | Douglas Gregor | 2009-06-30 | 1 | -1/+1 |
| * | Refactor ActOnDeclarationNameExpr into a "parsing action" part and a | Douglas Gregor | 2009-06-30 | 1 | -42/+59 |
| * | Implement PR4175, catching some questionable comparisons. Patch by | Chris Lattner | 2009-06-30 | 1 | -2/+19 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -30/+24 |
| * | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -2/+2 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -9/+9 |
| * | Fix the FloatingLiteral API to take the isexact flag by value instead of | Chris Lattner | 2009-06-29 | 1 | -2/+2 |
| * | Fix incorrect AST's being produced, noticed by Eli. | Nate Begeman | 2009-06-28 | 1 | -10/+4 |
| * | OpenCL 1.0 support: | Nate Begeman | 2009-06-28 | 1 | -29/+46 |
| * | Implement feedback from Eli re: the purpose of lax vector conversions | Nate Begeman | 2009-06-27 | 1 | -13/+2 |
| * | Patch to mark destructors when they are used. | Fariborz Jahanian | 2009-06-26 | 1 | -3/+4 |
| * | An auto variable can't appear in its own initializer. | Anders Carlsson | 2009-06-26 | 1 | -0/+6 |
| * | OpenCL 1.0 support: explicit casts to ext-vector types | Nate Begeman | 2009-06-26 | 1 | -2/+34 |
| * | Implicit instantiation for function template specializations. | Douglas Gregor | 2009-06-26 | 1 | -4/+7 |
| * | Improved semantic analysis and AST respresentation for function | Douglas Gregor | 2009-06-25 | 1 | -5/+16 |
| * | Patch to diagnose and Mark use of implicit default assignment operator. | Fariborz Jahanian | 2009-06-25 | 1 | -1/+7 |
| * | OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in... | Nate Begeman | 2009-06-25 | 1 | -1/+1 |
| * | Backed out my last patch which caused a clang-test breakage. Will | Fariborz Jahanian | 2009-06-24 | 1 | -1/+1 |
| * | Added a missing else part to my previous patche(s). | Fariborz Jahanian | 2009-06-24 | 1 | -2/+1 |
| * | [class.local] p1 and p3. Also, add back the xcodeproj file. | Anders Carlsson | 2009-06-24 | 1 | -12/+31 |
| * | patch to mark use of implicit copy constructors. | Fariborz Jahanian | 2009-06-22 | 1 | -0/+6 |
| * | Implement implicit instantiation of the member functions of a class template | Douglas Gregor | 2009-06-22 | 1 | -7/+23 |
| * | Rework the way we track which declarations are "used" during | Douglas Gregor | 2009-06-22 | 1 | -4/+47 |
| * | Changes made per Doug's comments. | Fariborz Jahanian | 2009-06-22 | 1 | -3/+7 |
| * | Remove ImplicitMustBeDefined, use universal 'Used' flag | Fariborz Jahanian | 2009-06-22 | 1 | -0/+7 |
| * | Keep track of when declarations are "used" according to C and | Douglas Gregor | 2009-06-19 | 1 | -3/+55 |
| * | Use QualType to represent block's implicit return type as | Fariborz Jahanian | 2009-06-19 | 1 | -6/+9 |
| * | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -9/+10 |
| * | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff | 2009-06-17 | 1 | -4/+4 |
| * | Support dependent extended vector types and template instantiation | Douglas Gregor | 2009-06-17 | 1 | -2/+2 |
| * | Handle temporaries in default arguments. | Anders Carlsson | 2009-06-16 | 1 | -1/+14 |
| * | It's an error to use a function declared in a class definition as a default a... | Anders Carlsson | 2009-06-12 | 1 | -1/+11 |
| * | Make sure to calculate value-dependence correctly when deal with ICEs. | Eli Friedman | 2009-06-11 | 1 | -1/+6 |
| * | Delete method which is now trivial. | Eli Friedman | 2009-06-08 | 1 | -4/+4 |
| * | Don't allow defining a block with a non-prototype type. Remove a | Eli Friedman | 2009-06-08 | 1 | -1/+1 |
| * | PR4287: allow a variadic prototype to make a subsequent K&R style | Eli Friedman | 2009-06-01 | 1 | -3/+8 |
| * | Some cleanups and commenting to our declaration-name handling | Douglas Gregor | 2009-05-29 | 1 | -11/+5 |
| * | Don't drop the computed implicit conversions when building a call to | Douglas Gregor | 2009-05-27 | 1 | -0/+3 |
| * | Cannot type cast @selector expressions. | Fariborz Jahanian | 2009-05-22 | 1 | -0/+2 |
| * | Representation of and template instantiation for member | Douglas Gregor | 2009-05-22 | 1 | -8/+10 |
| * | Template instantiation for C99 compound literals | Douglas Gregor | 2009-05-21 | 1 | -2/+3 |
| * | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -2/+2 |
| * | Template instantiation for __builtin_va_arg. | Douglas Gregor | 2009-05-19 | 1 | -2/+4 |
| * | Template instantiation for __builtin_choose_expr. | Douglas Gregor | 2009-05-19 | 1 | -1/+1 |
| * | Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, | Douglas Gregor | 2009-05-19 | 1 | -0/+6 |