| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Slightly improve cross-module merging for function templates. | Richard Smith | 2013-06-24 | 1 | -7/+12 |
| * | Improved source code fidelity for gcc mode attribute. | Enea Zaffanella | 2013-06-20 | 1 | -2/+6 |
| * | Fix linkage computation for derived types in inline functions. | Rafael Espindola | 2013-05-25 | 1 | -5/+3 |
| * | Fix bitcode desynchronization when loading a PCH containing a class template | Richard Smith | 2013-05-23 | 1 | -15/+38 |
| * | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -3/+16 |
| * | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -2/+2 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -2/+2 |
| * | C++1y deduced return types: when we deduce a return type for a function which | Richard Smith | 2013-05-11 | 1 | -0/+7 |
| * | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella | 2013-05-04 | 1 | -1/+1 |
| * | Serialization for captured statements | Ben Langmuir | 2013-05-03 | 1 | -3/+6 |
| * | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -0/+1 |
| * | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 1 | -0/+8 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+10 |
| * | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith | 2013-04-13 | 1 | -1/+1 |
| * | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith | 2013-04-03 | 1 | -4/+0 |
| * | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -4/+2 |
| * | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -2/+4 |
| * | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -4/+2 |
| * | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+15 |
| * | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -0/+8 |
| * | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor | 2013-02-18 | 1 | -0/+24 |
| * | [PCH] Deserializing the DeclContext of a template parameter is not safe | Argyrios Kyrtzidis | 2013-02-16 | 1 | -13/+5 |
| * | Fix a bug reduced from a crash when trying to use modules with libc++. We check | Richard Smith | 2013-02-12 | 1 | -0/+4 |
| * | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith | 2013-02-07 | 1 | -4/+11 |
| * | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella | 2013-01-31 | 1 | -4/+6 |
| * | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian | 2013-01-25 | 1 | -0/+1 |
| * | When deserializing a declaration, don't look for redeclarations if its | Douglas Gregor | 2013-01-21 | 1 | -14/+11 |
| * | update to use the new BitcodeCursor readRecord that takes a StringRef blob pa... | Chris Lattner | 2013-01-20 | 1 | -2/+2 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -5/+7 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
| * | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -4/+5 |
| * | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith | 2012-12-08 | 1 | -0/+6 |
| * | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -0/+1 |
| * | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis | 2012-12-06 | 1 | -0/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -6/+6 |
| * | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith | 2012-11-30 | 1 | -18/+4 |
| * | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 1 | -0/+4 |
| * | [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type | Argyrios Kyrtzidis | 2012-11-06 | 1 | -2/+2 |
| * | Set a special flag in class metadata when an Objective-C class | John McCall | 2012-10-17 | 1 | -0/+2 |
| * | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -1/+1 |
| * | When we load a function or method body from an AST file, we check | Douglas Gregor | 2012-10-09 | 1 | -14/+17 |
| * | Fix r165005: The lexical DeclContext is not the right place to make a decisio... | Axel Naumann | 2012-10-04 | 1 | -4/+6 |
| * | Remove ASTReader::needPendingInstantiation(), introduced in r164993, | Douglas Gregor | 2012-10-03 | 1 | -57/+0 |
| * | Add some FIXMEs to the ASTReader code | Douglas Gregor | 2012-10-03 | 1 | -0/+2 |
| * | Revert most of the functionality in r165001. Instead, make sure that | Douglas Gregor | 2012-10-03 | 1 | -11/+6 |
| * | [PCH] Fix serialization of an ImportDecl. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -0/+1 |
| * | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann | 2012-10-02 | 1 | -1/+1 |
| * | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann | 2012-10-02 | 1 | -2/+10 |
| * | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann | 2012-10-02 | 1 | -1/+58 |
| * | Also merge template redeclarations. | Axel Naumann | 2012-10-01 | 1 | -7/+13 |