Age | Commit message (Expand) | Author |
2009-08-26 | Bye-bye old RequireCompleteType. | Anders Carlsson |
2009-08-26 | When we know that we are parsing a class-name, implicitly construct a | Douglas Gregor |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-25 | Modify an assert to capture the restriction on friend declarations more | John McCall |
2009-08-25 | Implement out-of-line definitions of nested class templates. Most of | Douglas Gregor |
2009-08-25 | InitializeVarWithConstructor now returns true on failure. | Anders Carlsson |
2009-08-22 | Implement delayed parsing for member function templates. Fixes PR4608. | Douglas Gregor |
2009-08-21 | Reversing part of 79544. | Sanjiv Gupta |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-20 | Issue an error if the user specifies parameters in a function marked as ISR. | Sanjiv Gupta |
2009-08-19 | Keep track of the right paren ')' source location in a function declarator. | Argyrios Kyrtzidis |
2009-08-19 | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-18 | Teach Sema how to pop out of friend function definitions in nested classes. | John McCall |
2009-08-17 | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall |
2009-08-16 | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson |
2009-08-15 | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman |
2009-08-15 | Disable all recognition of main() in -ffreestanding. Addresses bug #4720. | John McCall |
2009-08-11 | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall |
2009-08-08 | Refactor some code and implement support for global destructors for static va... | Anders Carlsson |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-06 | When we encounter a dependent type that was parsed before we know that | Douglas Gregor |
2009-08-06 | First pass at friend semantics. | John McCall |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-08-05 | Remove an unused header. | Mike Stump |
2009-08-04 | Canonicalize else. | Mike Stump |
2009-08-03 | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall |
2009-08-03 | Minor renaming/refactoring. No change in functionality. | Fariborz Jahanian |
2009-07-31 | PR3679 - enable #pragma weak aliasing. | Ryan Flynn |
2009-07-31 | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall |
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-29 | Change uses of: | Ted Kremenek |
2009-07-28 | Some minor cleanups, thanks Chris. | Mike Stump |
2009-07-28 | Add support for -Wmissing-noreturn. | Mike Stump |
2009-07-28 | Add noreturn support for blocks. | Mike Stump |
2009-07-28 | Make longjmp a real builtin. | Mike Stump |
2009-07-28 | Allow functions to be marked "implicit return zero" and so mark main(). | John McCall |
2009-07-28 | Make sure to move the comment with the code. | Mike Stump |
2009-07-27 | Add knowledge about _longjmp being noreturn. | Mike Stump |
2009-07-27 | Add builtin knowledge about longjmp being noreturn. Add printing for | Mike Stump |
2009-07-27 | Add noreturn for exit. | Mike Stump |
2009-07-25 | PR3575 - warn on declared variable or function attributes after a definition,... | Ryan Flynn |
2009-07-25 | Add noreturn as a type attribute, handle printing for them and handle | Mike Stump |
2009-07-25 | Semantic checking for main(). | John McCall |
2009-07-24 | Test commit: make a little stub routine for semantic checking of main(). | John McCall |
2009-07-24 | Implement new warning for functions declared 'noreturn' when they fall off th... | Mike Stump |
2009-07-23 | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor |