| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor and simplify AddInitializerToDecl. | Richard Smith | 2011-12-15 | 1 | -101/+73 |
* | Move & comment the 'decltype in declarator-id' as suggested by Doug Gregor. | David Blaikie | 2011-12-14 | 1 | -10/+14 |
* | Disallow decltype in qualified declarator-ids. | David Blaikie | 2011-12-13 | 1 | -0/+10 |
* | objc-arc: better diagnostic when block is declared | Fariborz Jahanian | 2011-12-12 | 1 | -1/+2 |
* | Only do typo correction for implicit function decls when | Hans Wennborg | 2011-12-08 | 1 | -26/+26 |
* | When folding the size of a global scope VLA to a constant, require the array | Richard Smith | 2011-12-07 | 1 | -5/+2 |
* | Suggest typo corrections for implicit function declarations. | Hans Wennborg | 2011-12-06 | 1 | -1/+25 |
* | Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR1... | Eli Friedman | 2011-12-06 | 1 | -0/+3 |
* | When we treat an #include or #import as a module import, create an | Douglas Gregor | 2011-12-02 | 1 | -1/+2 |
* | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -3/+18 |
* | Introduce the notion of name visibility into modules. For a given | Douglas Gregor | 2011-12-01 | 1 | -1/+2 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -3/+3 |
* | Switch the module-loading interfaces and parser from a simple | Douglas Gregor | 2011-11-30 | 1 | -5/+2 |
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -1/+1 |
* | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis | 2011-11-23 | 1 | -1/+10 |
* | Fix the signature of the getcontext builtin. Patch by Dimitry Andric. | Rafael Espindola | 2011-11-13 | 1 | -0/+8 |
* | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -5/+3 |
* | constexpr: static data members declared constexpr are required to have an | Richard Smith | 2011-11-07 | 1 | -26/+17 |
* | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor | 2011-11-07 | 1 | -5/+21 |
* | objc: fixed enum type is supported in objc mode. | Fariborz Jahanian | 2011-11-04 | 1 | -0/+1 |
* | When we run into a constructor or destructor that is defined in the | Douglas Gregor | 2011-11-01 | 1 | -3/+13 |
* | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+1 |
* | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -0/+5 |
* | Make use of the parameter in Sema::ActOnObjCTemporaryExitContainerContext. | Argyrios Kyrtzidis | 2011-10-27 | 1 | -1/+2 |
* | Fix crash on an @interface nested inside @implementation, rdar://10336158 | Argyrios Kyrtzidis | 2011-10-27 | 1 | -3/+3 |
* | Compute the promoted integer type of fixed-width enums correctly. Found by i... | Eli Friedman | 2011-10-26 | 1 | -1/+5 |
* | Attach class template attributes to the templated CXXRecordDecl, | Peter Collingbourne | 2011-10-23 | 1 | -1/+4 |
* | objective-c: Diagnose redeclaration of private | Fariborz Jahanian | 2011-10-21 | 1 | -0/+22 |
* | When performing name lookup for the previous declaration of a field, | Douglas Gregor | 2011-10-21 | 1 | -8/+17 |
* | Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 | Peter Collingbourne | 2011-10-21 | 1 | -0/+5 |
* | Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD | Richard Smith | 2011-10-20 | 1 | -5/+5 |
* | When fixing up the storage class for an anonymous union, don't mark | Douglas Gregor | 2011-10-20 | 1 | -2/+0 |
* | There's no point in marking a declaration invalid just because it | Douglas Gregor | 2011-10-20 | 1 | -3/+2 |
* | FixIt insert 'static' for anonymous unions at global or namespace scope. | David Blaikie | 2011-10-20 | 1 | -1/+2 |
* | Add a fixit to remove storage specifiers on anonymous enums. | David Blaikie | 2011-10-20 | 1 | -1/+2 |
* | 80 cols (one I created in my last commit, plus a bunch of others that were al... | David Blaikie | 2011-10-19 | 1 | -24/+39 |
* | Don't provide errors for anonymous unions when they're actually anonymous cla... | David Blaikie | 2011-10-19 | 1 | -26/+28 |
* | -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. | Richard Smith | 2011-10-19 | 1 | -7/+10 |
* | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor | 2011-10-19 | 1 | -0/+1 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -2/+3 |
* | Under ARC, merge the bit corresponding to the ns_returns_retained | Douglas Gregor | 2011-10-14 | 1 | -0/+12 |
* | When declaring an out-of-line template, attempt to rebuild any types | Douglas Gregor | 2011-10-14 | 1 | -0/+10 |
* | Add returns_twice to functions that are known to return twice. This implements | Rafael Espindola | 2011-10-12 | 1 | -0/+3 |
* | [Microsoft] If -fms-compatibility, then downgrade missing typename error to w... | Francois Pichet | 2011-10-11 | 1 | -3/+4 |
* | Add typo correction for type names. | Kaelyn Uhrain | 2011-10-11 | 1 | -1/+47 |
* | Clean up DiagnoseInvalidRedeclaration a bit | Kaelyn Uhrain | 2011-10-11 | 1 | -26/+31 |
* | Move a couple chunks of ActOnFunctionDeclarator to separate functions | Kaelyn Uhrain | 2011-10-11 | 1 | -186/+202 |
* | Move some bool flags out of function parameter lists. | Kaelyn Uhrain | 2011-10-11 | 1 | -74/+86 |
* | Only accept a typo correction if it doesn't trigger additional errors | Kaelyn Uhrain | 2011-10-11 | 1 | -30/+101 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -5/+1 |