Age | Commit message (Expand) | Author |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-05-03 | Serialization for captured statements | Ben Langmuir |
2013-05-03 | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-03 | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-18 | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor |
2013-02-16 | [PCH] Deserializing the DeclContext of a template parameter is not safe | Argyrios Kyrtzidis |
2013-02-12 | Fix a bug reduced from a crash when trying to use modules with libc++. We check | Richard Smith |
2013-02-07 | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith |
2013-01-31 | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella |
2013-01-25 | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian |
2013-01-21 | When deserializing a declaration, don't look for redeclarations if its | Douglas Gregor |
2013-01-20 | update to use the new BitcodeCursor readRecord that takes a StringRef blob pa... | Chris Lattner |
2013-01-16 | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-08 | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith |
2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
2012-12-06 | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-30 | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith |
2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
2012-11-06 | [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type | Argyrios Kyrtzidis |
2012-10-17 | Set a special flag in class metadata when an Objective-C class | John McCall |
2012-10-10 | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose |
2012-10-09 | When we load a function or method body from an AST file, we check | Douglas Gregor |
2012-10-04 | Fix r165005: The lexical DeclContext is not the right place to make a decisio... | Axel Naumann |
2012-10-03 | Remove ASTReader::needPendingInstantiation(), introduced in r164993, | Douglas Gregor |
2012-10-03 | Add some FIXMEs to the ASTReader code | Douglas Gregor |
2012-10-03 | Revert most of the functionality in r165001. Instead, make sure that | Douglas Gregor |
2012-10-03 | [PCH] Fix serialization of an ImportDecl. | Argyrios Kyrtzidis |
2012-10-02 | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann |
2012-10-02 | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann |
2012-10-02 | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann |
2012-10-01 | Also merge template redeclarations. | Axel Naumann |
2012-10-01 | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann |
2012-09-21 | [PCH] After deserializing a DeclContext, if it has external lexical decls but... | Argyrios Kyrtzidis |
2012-09-20 | Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. | Douglas Gregor |
2012-09-19 | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman |
2012-09-18 | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-09-10 | [PCH] Add a null check to avoid crashing. | Argyrios Kyrtzidis |
2012-09-07 | PR9023: A template template parameter whose template parameter list contains an | Richard Smith |