| Commit message (Expand) | Author | Age | Files | Lines |
| * | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -7/+240 |
| * | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -1/+1 |
| * | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+7 |
| * | Use FPT::getArgTypes() instead of manually building ArrayRefs | Reid Kleckner | 2013-06-10 | 1 | -4/+1 |
| * | Use only explicit bool conversion operator | David Blaikie | 2013-05-15 | 1 | -1/+1 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -4/+4 |
| * | Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+1 |
| * | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -0/+1 |
| * | In the ASTImporter, when checking whether two | Sean Callanan | 2013-04-26 | 1 | -0/+6 |
| * | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -2/+2 |
| * | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -6/+2 |
| * | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -2/+6 |
| * | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -6/+2 |
| * | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -4/+3 |
| * | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -1/+1 |
| * | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -10/+7 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -4/+7 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -15/+15 |
| * | Fixed a bug that caused the AST importer to erroneously | Sean Callanan | 2013-01-11 | 1 | -1/+1 |
| * | 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 |