Age | Commit message (Expand) | Author |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-30 | System was renamed Support. Fix the build. | Duncan Sands |
2010-11-30 | Add missing file from last commit | Douglas Gregor |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-21 | Compilation error: remove extra comma. | Francois Pichet |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-11-15 | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall |
2010-11-05 | Read/write from/to PCH the diagnostic mappings that the user set so that e.g.... | Argyrios Kyrtzidis |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-10-30 | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor |
2010-10-29 | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor |
2010-10-28 | Switch case IDs conflict between chained PCHs; since there is no need to be g... | Argyrios Kyrtzidis |
2010-10-28 | Use the ASTMutationListener to track when a named decl gets added to a DeclCo... | Argyrios Kyrtzidis |
2010-10-28 | Fix the re-serializing decls in a chained PCH mechanism. | Argyrios Kyrtzidis |
2010-10-28 | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis |
2010-10-24 | Keep track in chained PCH of implicit members that were added after the defin... | Argyrios Kyrtzidis |
2010-10-24 | Start fleshing out ASTMutationListener; notify when a tag definition is compl... | Argyrios Kyrtzidis |
2010-10-24 | Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t... | Argyrios Kyrtzidis |
2010-10-24 | Some method renaming, no functionality change. | Argyrios Kyrtzidis |
2010-10-24 | Refactoring. | Argyrios Kyrtzidis |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-10-24 | Simplify and "robust-ify" the way that CXXRecord references point to the defi... | Argyrios Kyrtzidis |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-10-18 | Read/write declaration attributes from/to PCH properly. Embed them in the dec... | Argyrios Kyrtzidis |
2010-10-15 | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-10-14 | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis |
2010-10-14 | Give a default implementation for ASTDeserializationListener's methods, no fu... | Argyrios Kyrtzidis |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-10-05 | Thread PerFileData through the ASTReader again, this time with the LLVM changes. | Sebastian Redl |
2010-10-02 | Implement chained PCH support for the macro definitions stored within | Douglas Gregor |
2010-10-01 | Revert r115336 ("Thread PerFileData through everything."), because | Douglas Gregor |
2010-10-01 | Thread PerFileData through everything. This allows us to remap stuff later. | Sebastian Redl |
2010-10-01 | Record module loaders and module source order. | Sebastian Redl |
2010-09-22 | Change source manager serialization to be less tied to the PCH model. | Sebastian Redl |
2010-09-22 | Only preload SLocEntries after the entire PCH chain was loaded. | Sebastian Redl |
2010-09-22 | Reshuffle PerFileData's members to make more sense. | Sebastian Redl |
2010-09-15 | Macro definitions in AST files have their own IDs. | Sebastian Redl |