| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach the AST importer to merge enumerator constants. Fixes | Douglas Gregor | 2012-11-14 | 1 | -2/+20 |
| * | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis | 2012-11-09 | 1 | -1/+2 |
| * | Match up anonymous structs/unions in the ASTImporter. Previously, we'd | Douglas Gregor | 2012-10-26 | 1 | -3/+101 |
| * | Eliminate some longstanding FIXMEs regarding variadic templates in the | Douglas Gregor | 2012-10-26 | 1 | -8/+2 |
| * | In the ASTImporter, don't try to emit a diagnostic if we're not | Douglas Gregor | 2012-10-26 | 1 | -120/+154 |
| * | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -1/+1 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -2/+4 |
| * | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -8/+18 |
| * | Improve upon r164450 and localize the logic of updating the type of | Argyrios Kyrtzidis | 2012-09-25 | 1 | -28/+34 |
| * | When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can p... | Argyrios Kyrtzidis | 2012-09-22 | 1 | -10/+44 |
| * | Fix build errors. | Argyrios Kyrtzidis | 2012-09-21 | 1 | -2/+4 |
| * | [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don'... | Argyrios Kyrtzidis | 2012-09-21 | 1 | -0/+3 |
| * | Teach the ASTImporter how to handle anonymous structs/unions | Douglas Gregor | 2012-07-17 | 1 | -15/+42 |
| * | Replace IsSameValue with the llvm::APSInt/llvm::APInt versions | Eric Christopher | 2012-07-15 | 1 | -42/+3 |
| * | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith | 2012-06-10 | 1 | -6/+0 |
| * | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith | 2012-06-10 | 1 | -1/+1 |
| * | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -2/+2 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
| * | Use RecordDecl::field_iterator because D1, D2 are RecordDecls. No functional... | Dmitri Gribenko | 2012-05-19 | 1 | -2/+2 |
| * | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith | 2012-05-07 | 1 | -0/+1 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
| * | Implement support for null non-type template arguments for non-type | Douglas Gregor | 2012-04-06 | 1 | -0/+2 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -5/+5 |
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -0/+1 |
| * | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar | 2012-03-09 | 1 | -6/+6 |
| * | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian | 2012-02-29 | 1 | -0/+1 |
| * | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith | 2012-02-25 | 1 | -1/+15 |
| * | modern objc translator. Finish off first cut of the | Fariborz Jahanian | 2012-02-20 | 1 | -2/+6 |
| * | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 1 | -1/+5 |
| * | Make sure that imported definitions get completed before we add | Douglas Gregor | 2012-02-01 | 1 | -31/+100 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -0/+1 |
| * | Only try to import a definition if there is an definition to import. | Douglas Gregor | 2012-01-25 | 1 | -2/+5 |
| * | When importing a RecordDecl as a DeclContext, make sure that we pull | Douglas Gregor | 2012-01-24 | 1 | -8/+38 |
| * | Teach the AST importer about redeclaration chains for Objective-C | Douglas Gregor | 2012-01-24 | 1 | -152/+197 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -8/+3 |
| * | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -1/+3 |
| * | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -2/+1 |
| * | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -45/+0 |
| * | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -2/+1 |
| * | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -2/+5 |
| * | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -30/+0 |
| * | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -0/+5 |
| * | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -1/+2 |
| * | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -1/+0 |
| * | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -65/+75 |
| * | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
| * | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor | 2011-12-14 | 1 | -5/+5 |
| * | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis | 2011-12-09 | 1 | -1/+3 |
| * | Added a clause to the ASTImporter allowing it to | Sean Callanan | 2011-11-17 | 1 | -0/+10 |
| * | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -3/+5 |