Age | Commit message (Expand) | Author |
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 |
2009-10-25 | Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ... | Sebastian Redl |
2009-10-25 | move the extwarn about using long long out of the entry of | Chris Lattner |
2009-10-25 | simplify interface to ConvertDeclSpecToType, check for inferred | Chris Lattner |
2009-10-25 | change ConvertDeclSpecToType to be a static function in SemaType.cpp | Chris Lattner |
2009-10-25 | various cleanups for SemaType.cpp | Chris Lattner |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-21 | Don't (directly) call RequireCompleteType with an invalid source location. | Douglas Gregor |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-15 | Better living through metaprogramming. Create a base class which abstracts | John McCall |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-11 | Test exception spec compatibility on return type and parameters. | Sebastian Redl |
2009-10-10 | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-08 | Improve checking for specializations of member classes of class | Douglas Gregor |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
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 |