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