Age | Commit message (Expand) | Author |
2010-02-12 | Improve representation of tag declarations first declared or defined | Douglas Gregor |
2010-02-11 | Use the allocator associated with ASTContext to allocate the args | Ted Kremenek |
2010-02-11 | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-08 | Keep track of whether a tag was defined in a declarator vs. being | Douglas Gregor |
2010-01-21 | Patch to implement rewriting of properties. | Fariborz Jahanian |
2010-01-16 | Improve location information for Objective-C category declarations. We | Douglas Gregor |
2010-01-16 | Keep track of the source locations for each protocol reference in | Douglas Gregor |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
2010-01-07 | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek |
2009-12-09 | First pass at implementing C++ enum semantics: calculate (and store) an | John McCall |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-11-25 | Parse C++ member check attributes - base_check, hiding, and override. | Sean Hunt |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-18 | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-10-27 | Rename FunctionDecl::isInline/setInline to | Douglas Gregor |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-23 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |
2009-10-16 | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall |
2009-10-16 | Keep track of whether declararions were loaded from a precompiled | Douglas Gregor |
2009-10-15 | Better living through metaprogramming. Create a base class which abstracts | John McCall |
2009-09-29 | Pull TypeLocVisitor into its own header file. | Argyrios Kyrtzidis |
2009-09-29 | Introduce ObjCInterfaceLoc which provides type source information for ObjC in... | Argyrios Kyrtzidis |
2009-09-29 | Introduce ObjCProtocolListLoc for keeping source location information for pro... | Argyrios Kyrtzidis |
2009-09-22 | Update PCH serialization of FunctionDecl flags. | Daniel Dunbar |
2009-09-17 | PCH: When deserializing an explicit "external definition", don't pass it to H... | Daniel Dunbar |
2009-09-13 | Rework the way we determine whether an externally visible symbol is | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Regularize the case and sort. | Mike Stump |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-19 | Store/load type source info from/to PCH files. | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-07-29 | Make tag declarations redeclarable. This change has three purposes: | Douglas Gregor |
2009-07-27 | Make ObjCImplDecl inherit from ObjCContainerDecl. | Argyrios Kyrtzidis |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-20 | Reuse VarDecl::Init to store the default argument of a ParmVarDecl, | Douglas Gregor |
2009-07-18 | Location should be passed to setLocEnd() not to setAtEndLoc() which belongs t... | Argyrios Kyrtzidis |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-14 | Read/write TagDecl's RBraceLoc from/to PCH files. | Argyrios Kyrtzidis |
2009-07-08 | Patch adds test to my previous patch for assigning to | Fariborz Jahanian |
2009-07-06 | Fix PR 4489, a crash in PCH loading that occurs when loading the name | Douglas Gregor |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-26 | OpenCL 1.0 support: attributes | Nate Begeman |
2009-06-20 | Serialize FunctionDecl's EndRangeLoc out to the PCH file. | Argyrios Kyrtzidis |
2009-06-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-05-27 | Enumeration declarations that were instantiated from an enumeration | Douglas Gregor |