| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -0/+1 |
* | When an "inline" declaration was followed by a definition not marked | Douglas Gregor | 2010-12-09 | 1 | -0/+1 |
* | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -0/+1 |
* | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -0/+12 |
* | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -0/+1 |
* | Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo... | Argyrios Kyrtzidis | 2010-11-10 | 1 | -5/+2 |
* | Flush statements after writing each DECL_CXX_BASE_SPECIFIERS node | Douglas Gregor | 2010-10-30 | 1 | -3/+0 |
* | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor | 2010-10-29 | 1 | -0/+6 |
* | Switch case IDs conflict between chained PCHs; since there is no need to be g... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -0/+3 |
* | Use the ASTMutationListener to track when a named decl gets added to a DeclCo... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -1/+1 |
* | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -4/+0 |
* | Lazily load the next friend in the chain of FriendDecls, to eliminate | Douglas Gregor | 2010-10-27 | 1 | -1/+1 |
* | Refactoring. | Argyrios Kyrtzidis | 2010-10-24 | 1 | -41/+2 |
* | Simplify and "robust-ify" the way that CXXRecord references point to the defi... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -18/+5 |
* | Minor refactoring; Pull reading/writing DefinitionData out into a function. | Argyrios Kyrtzidis | 2010-10-24 | 1 | -40/+42 |
* | Fix chained PCH issue; make sure all visible decls that will be put into a UP... | Argyrios Kyrtzidis | 2010-10-20 | 1 | -1/+18 |
* | Putting back safe fixes 116836,116837,116838 | Andrew Trick | 2010-10-19 | 1 | -1/+1 |
* | Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa... | Andrew Trick | 2010-10-19 | 1 | -1/+1 |
* | Fix up the comments for creating ParmVarDeclAbbrev to reflect reality. | Argyrios Kyrtzidis | 2010-10-19 | 1 | -1/+1 |
* | Read/write declaration attributes from/to PCH properly. Embed them in the dec... | Argyrios Kyrtzidis | 2010-10-18 | 1 | -4/+2 |
* | White-listing templated-scope friend decls is a good idea, but doing it | John McCall | 2010-10-16 | 1 | -0/+1 |
* | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis | 2010-10-15 | 1 | -4/+12 |
* | Store in PCH the key function of C++ class to avoid deserializing the complet... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+5 |
* | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -1/+5 |
* | Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. | Douglas Gregor | 2010-10-05 | 1 | -0/+1 |
* | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor | 2010-09-27 | 1 | -1/+0 |
* | Fix C++ PCH issue. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -0/+6 |
* | Fix C++ PCH issue. | Argyrios Kyrtzidis | 2010-09-09 | 1 | -2/+1 |
* | Fix C++ PCH issues. | Argyrios Kyrtzidis | 2010-09-08 | 1 | -5/+8 |
* | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -1/+1 |
* | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -1/+13 |
* | Improve location information in the representation of namespace | Douglas Gregor | 2010-09-01 | 1 | -1/+1 |
* | AST writer support for having specializations of templates from earlier in th... | Sebastian Redl | 2010-08-24 | 1 | -3/+11 |
* | Support for IRGen of synthesize bitfield ivars in | Fariborz Jahanian | 2010-08-23 | 1 | -0/+2 |
* | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis | 2010-08-20 | 1 | -0/+6 |
* | Rename pch namespace to serialization. | Sebastian Redl | 2010-08-18 | 1 | -58/+58 |
* | Rename PCHDeclReader -> ASTDeclReader. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename the ASTWriter implementation files | Sebastian Redl | 2010-08-18 | 1 | -0/+1174 |