| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | When importing an ObjCInterfaceDecl, ensure that | Sean Callanan | 2011-11-11 | 1 | -0/+11 |
| * | Teach the ASTImporter to import DefinitionData bits. | Douglas Gregor | 2011-11-03 | 1 | -3/+43 |
| * | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor | 2011-11-02 | 1 | -1/+1 |
| * | I added a new function to DeclContext called | Sean Callanan | 2011-10-21 | 1 | -23/+23 |
| * | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -52/+11 |
| * | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis | 2011-10-17 | 1 | -1/+2 |
| * | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+2 |
| * | Teach the ASTImporter to perform DeclContext lookups in a way that | Douglas Gregor | 2011-10-15 | 1 | -77/+77 |
| * | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
| * | Teach the ASTImporter not to import redundant fields. | Douglas Gregor | 2011-10-14 | 1 | -50/+101 |
| * | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -19/+9 |
| * | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -6/+7 |
| * | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -1/+9 |
| * | Added a flag to identify resolved overloaded function references. | Abramo Bagnara | 2011-10-05 | 1 | -8/+11 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -10/+12 |
| * | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -3/+3 |
| * | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis | 2011-10-03 | 1 | -0/+1 |
| * | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -2/+1 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
| * | Fix the ASTImporter's lookup for anonymous structs/unions that get a | Douglas Gregor | 2011-09-22 | 1 | -2/+2 |
| * | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -1/+1 |
| * | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
| * | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -5/+2 |
| * | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -18/+7 |
| * | Mark objc methods that are implicitly declared for properties (not user-decla... | Argyrios Kyrtzidis | 2011-08-17 | 1 | -0/+1 |
| * | Track in the AST whether a function is constexpr. | Richard Smith | 2011-08-15 | 1 | -2/+6 |
| * | Extended the AST importer to support ParenTypes. | Sean Callanan | 2011-08-11 | 1 | -0/+9 |
| * | Teach the ASTImporter to cope with cases where we have already | Douglas Gregor | 2011-07-29 | 1 | -26/+84 |
| * | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -2/+2 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -32/+32 |
| * | This patch (thanks to Doug Gregor) fixes a | Sean Callanan | 2011-07-22 | 1 | -4/+1 |
| * | This fix (thanks to Doug Gregor) corrects a bug | Sean Callanan | 2011-07-19 | 1 | -3/+12 |
| * | Switch comments and assert text in AST from 'instantiation' to | Chandler Carruth | 2011-07-15 | 1 | -3/+3 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -0/+14 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -1/+4 |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -1/+2 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -1/+20 |
| * | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -2/+1 |
| * | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -1/+2 |
| * | Nuke stale code for separately importing the qualifer -- it's just part | Chandler Carruth | 2011-05-02 | 1 | -7/+0 |
| * | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 1 | -0/+8 |
| * | ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla | Douglas Gregor | 2011-04-27 | 1 | -1/+40 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -28/+46 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Make helpers static. | Benjamin Kramer | 2011-03-26 | 1 | -1/+1 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -8/+13 |