Age | Commit message (Expand) | Author |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-07 | Update AST reader/writer to handle new AppleKext. | Fariborz Jahanian |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2011-01-05 | Add semantic analysis for the creation of and an AST representation | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2011-01-03 | In the latest episode of "Deserializing bugs caused by accessors" the series ... | Argyrios Kyrtzidis |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Add -fobjc-default-synthesized-properties flag | Ted Kremenek |
2010-12-21 | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-12-10 | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis |
2010-12-10 | Eliminate the branching in QualType::getTypePtr() by providing a | Douglas Gregor |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer |
2010-12-09 | When an "inline" declaration was followed by a definition not marked | Douglas Gregor |
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 | Re-implement caching for the linkage calculation of declarations. | Douglas Gregor |
2010-12-06 | Revert r120808, my previous implementation of caching for the linkage | Douglas Gregor |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-12-03 | Implement caching for the linkage and visibility calculations of | Douglas Gregor |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-12-01 | Serialization: support for CUDA language extensions | Peter Collingbourne |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |
2010-11-30 | When loading a precompiled preamble, use the file ID of the | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-25 | Hide a bunch of symbols. | Benjamin Kramer |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner |
2010-11-23 | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner |
2010-11-23 | PCH files only cache successful stats. Remove the code that reads/writes | Chris Lattner |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-21 | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner |