| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann | 2012-10-01 | 1 | -7/+10 |
* | [PCH] After deserializing a DeclContext, if it has external lexical decls but... | Argyrios Kyrtzidis | 2012-09-21 | 1 | -0/+3 |
* | Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. | Douglas Gregor | 2012-09-20 | 1 | -1/+2 |
* | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman | 2012-09-19 | 1 | -1/+3 |
* | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper | 2012-09-18 | 1 | -5/+4 |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko | 2012-09-15 | 1 | -2/+2 |
* | [PCH] Add a null check to avoid crashing. | Argyrios Kyrtzidis | 2012-09-10 | 1 | -2/+4 |
* | PR9023: A template template parameter whose template parameter list contains an | Richard Smith | 2012-09-07 | 1 | -5/+16 |
* | Normalize line endings of r163013 (part 2). | Joao Matos | 2012-08-31 | 1 | -10/+10 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -8/+10 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -5/+2 |
* | Remove HasSynthBitfield and all callers/writers/etc. Also remove | Eric Christopher | 2012-07-19 | 1 | -2/+0 |
* | Stop instantiating a class if we hit a static_assert failure. Also, if the | Richard Smith | 2012-07-11 | 1 | -1/+2 |
* | [AST/libclang] Fix the selector locations that are reported for a | Argyrios Kyrtzidis | 2012-06-16 | 1 | -1/+1 |
* | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith | 2012-06-10 | 1 | -4/+0 |
* | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith | 2012-06-10 | 1 | -6/+5 |
* | Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri... | David Blaikie | 2012-05-28 | 1 | -11/+10 |