Age | Commit message (Expand) | Author |
2009-10-20 | Implement PR5242: don't desugar a type more than once in a diagnostic. This | Chris Lattner |
2009-10-20 | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner |
2009-10-20 | code cleanup, convert if tree to switch etc. | Chris Lattner |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-13 | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-09-29 | Desugaring optimizations. Add single-step desugaring methods to all | John McCall |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-15 | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor |
2009-09-15 | Only reuse an already existing ImplicitCastExpr if the cast kinds are the same. | Anders Carlsson |
2009-09-15 | Get rid of the CastInfo struct. | Anders Carlsson |
2009-09-11 | When stringizing a NamedDecl for a diagnostic, treat the template | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-08-30 | Improve missing error messages as suggested by Doug. | Anders Carlsson |
2009-08-30 | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson |
2009-08-26 | Add a RequireCompleteType variant that takes a PartialDiagnostic. The old Req... | Anders Carlsson |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-08-17 | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall |
2009-08-10 | Add a CastInfo struct that will be used for cast information when constructin... | Anders Carlsson |
2009-08-08 | getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec... | Anders Carlsson |
2009-08-08 | Factor some code to get the "function level" DeclContext out into a separate ... | Anders Carlsson |
2009-07-31 | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson |
2009-07-31 | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson |
2009-07-30 | PR3679 - handle #pragma weak | Ryan Flynn |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-06-22 | Implement implicit instantiation of the member functions of a class template | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-06-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-06-16 | Add a comment to Sema::ActOnTranslationUnitScope(). | Steve Naroff |
2009-06-14 | Introduce a SFINAE "trap" that keeps track of the number of errors | Douglas Gregor |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-06-03 | Use "()" instead of "(void)" when pretty-printing a parameter-less function t... | Argyrios Kyrtzidis |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-05-14 | Introduce a stack of instantiation scopes that are used to store the mapping ... | Douglas Gregor |
2009-04-30 | only support int128_t on 64-bit and larger targets. 32-bit targets don't | Chris Lattner |
2009-04-30 | initial support for __[u]int128_t, which should be basically | Chris Lattner |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-23 | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor |
2009-04-22 | Eliminate Sema::KnownFunctionIDs, so that Sema doesn't end up pulling | Douglas Gregor |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor |
2009-04-15 | Add warning when a tentative array definition is assumed to have one element. | Daniel Dunbar |
2009-04-14 | When building a PCH file, don't perform end-of-translation-unit | Douglas Gregor |