Age | Commit message (Expand) | Author |
2013-05-03 | Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis... | Argyrios Kyrtzidis |
2013-05-03 | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis |
2013-04-26 | In the ASTImporter, when checking whether two | Sean Callanan |
2013-04-26 | Implement C++1y decltype(auto). | 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-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
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 |
2013-01-11 | Fixed a bug that caused the AST importer to erroneously | Sean Callanan |
2012-12-20 | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith |
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-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-14 | Teach the AST importer to merge enumerator constants. Fixes | Douglas Gregor |
2012-11-09 | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis |
2012-10-26 | Match up anonymous structs/unions in the ASTImporter. Previously, we'd | Douglas Gregor |
2012-10-26 | Eliminate some longstanding FIXMEs regarding variadic templates in the | Douglas Gregor |
2012-10-26 | In the ASTImporter, don't try to emit a diagnostic if we're not | Douglas Gregor |
2012-10-10 | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose |
2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
2012-09-25 | Improve upon r164450 and localize the logic of updating the type of | Argyrios Kyrtzidis |
2012-09-22 | When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can p... | Argyrios Kyrtzidis |
2012-09-21 | Fix build errors. | Argyrios Kyrtzidis |
2012-09-21 | [AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don'... | Argyrios Kyrtzidis |
2012-07-17 | Teach the ASTImporter how to handle anonymous structs/unions | Douglas Gregor |
2012-07-15 | Replace IsSameValue with the llvm::APSInt/llvm::APInt versions | Eric Christopher |
2012-06-10 | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-05-19 | Use RecordDecl::field_iterator because D1, D2 are RecordDecls. No functional... | Dmitri Gribenko |
2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-06 | Implement support for null non-type template arguments for non-type | Douglas Gregor |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-09 | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar |
2012-02-29 | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian |
2012-02-25 | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith |
2012-02-20 | modern objc translator. Finish off first cut of the | Fariborz Jahanian |
2012-02-12 | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor |
2012-02-01 | Make sure that imported definitions get completed before we add | Douglas Gregor |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |