Age | Commit message (Expand) | Author |
2010-04-12 | Remove some dead FIXMEs | Douglas Gregor |
2010-04-12 | Improve source-location information for C++ conversion functions, by | Douglas Gregor |
2010-04-07 | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin |
2010-04-06 | Implement the protected access restriction ([class.protected]), which requires | John McCall |
2010-03-31 | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-28 | After performing template argument deduction for a function template, | Douglas Gregor |
2010-03-21 | Fix PR6618. | Rafael Espindola |
2010-03-05 | Patch to build qualifier on objective-c | Fariborz Jahanian |
2010-02-24 | When we encounter a function-specific attribute in a declaration specifier, | Charles Davis |
2010-02-23 | When comparing two calling conventions after redeclaring a function, compare | Charles Davis |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |
2010-02-12 | Improve representation of tag declarations first declared or defined | Douglas Gregor |
2010-02-08 | Keep track of whether a tag was defined in a declarator vs. being | Douglas Gregor |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-02-04 | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall |
2010-01-18 | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor |
2010-01-13 | Add type source information for both kinds of typeof types. | John McCall |
2010-01-13 | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor |
2010-01-11 | Reverted r93198; done without reading relevant PR. | David Chisnall |
2010-01-11 | Allow VLAs in C++ if in GNU mode (GNU C++ permits them). Clang can now compi... | David Chisnall |
2010-01-11 | Tighten up the "cannot return array or function type" diagnostic to | Douglas Gregor |
2010-01-11 | Implement name lookup for conversion function template specializations | Douglas Gregor |
2010-01-02 | Eliminate dead code. | Eli Friedman |
2009-12-21 | When a template-id refers to a single function template, and the | Douglas Gregor |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-07 | Patch to allow restrict applied to id/Class types. | Fariborz Jahanian |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-04 | Fix for PR5650 - Revised vector_size attribute handling to be done earlier be... | John Thompson |
2009-12-03 | When we're building a CXXExprWithTemporaries, only include those | Douglas Gregor |
2009-11-28 | Add Parser support for C++0x literal operators ('operator "" i'). | Sean Hunt |
2009-11-09 | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor |
2009-11-05 | Be a little more careful when trying to extract a TypeDecl from a enum/class/... | Douglas Gregor |
2009-11-05 | Allow the element type of arrays to be incomplete in C++. | Sebastian Redl |
2009-11-04 | Store the unresolved class type in MemberPointerType's Class field, | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Include pointee type information in the diagnostic for creating bad pointers or | John McCall |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-25 | Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul... | Chris Lattner |
2009-10-25 | move calls to DiagnoseUseOfDecl (which warns about deprecated/unavailable | Chris Lattner |