| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith | 2012-12-20 | 1 | -2/+20 |
| * | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith | 2012-12-08 | 1 | -0/+11 |
| * | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -0/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| * | 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/+8 |
| * | 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 |