| Commit message (Expand) | Author | Age | Files | Lines |
| * | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -18/+28 |
| * | Convert SemaDecl.cpp to pass callback objects to CorrectTypo. | Kaelyn Uhrain | 2012-01-18 | 1 | -47/+82 |
| * | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl | 2012-01-17 | 1 | -3/+1 |
| * | objc: fixes a bug where struct used inside an | Fariborz Jahanian | 2012-01-17 | 1 | -1/+2 |
| * | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -1/+0 |
| * | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -6/+6 |
| * | Progress towards making isUsed() reflect whether a declaration is odr-used; d... | Eli Friedman | 2012-01-13 | 1 | -2/+2 |
| * | Don't crash while trying to diagnose a function declared at block scope with an | Richard Smith | 2012-01-13 | 1 | -1/+2 |
| * | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith | 2012-01-12 | 1 | -2/+33 |
| * | objective-c: fixes a regression in looking up names | Fariborz Jahanian | 2012-01-12 | 1 | -2/+5 |
| * | Improve the diagnostic when trying to redefine a typedef with a | Douglas Gregor | 2012-01-11 | 1 | -1/+12 |
| * | C11 allows typedefs to be redefined. Implement this in C11 mode, and | Douglas Gregor | 2012-01-11 | 1 | -4/+2 |
| * | Update C++11 scoped enumeration support to match the final proposal: | Richard Smith | 2012-01-10 | 1 | -1/+13 |
| * | Don't crash with -Wlarge-by-value-copy and a dependent type. PR11726. | Eli Friedman | 2012-01-09 | 1 | -2/+2 |
| * | Always allow redefinition of typedefs when modules are enabled. This | Douglas Gregor | 2012-01-09 | 1 | -0/+4 |
| * | Made unknown builtin diagnostic remappable. | Abramo Bagnara | 2012-01-09 | 1 | -1/+1 |
| * | Fixed TypeofExpr AST and code generation. | Abramo Bagnara | 2012-01-07 | 1 | -19/+0 |
| * | Improvements to the uninitialized variable warning: Check if the constructor | Rafael Espindola | 2012-01-06 | 1 | -5/+12 |
| * | David Blaikie and Chandler would like us to diagnose | Richard Smith | 2012-01-06 | 1 | -2/+1 |
| * | Tweak to r147599 for PR10828: Move the check from the parser into sema, and use | Richard Smith | 2012-01-06 | 1 | -0/+19 |
| * | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman | 2012-01-05 | 1 | -1/+1 |
| * | The value of a const weak variable is not an integer constant. | John McCall | 2012-01-05 | 1 | -1/+1 |
| * | Test "merging" of typedef types across distinct modules. At present, | Douglas Gregor | 2012-01-03 | 1 | -2/+0 |
| * | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor | 2012-01-03 | 1 | -3/+5 |
| * | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -16/+17 |
| * | Use hasSameType. | Rafael Espindola | 2012-01-01 | 1 | -2/+1 |
| * | Delay checking of typedefs of dependent types. Fixes PR11630. | Rafael Espindola | 2011-12-26 | 1 | -20/+26 |
| * | Fix constexpr handling to allow 'extern constexpr' variable declarations. We no | Richard Smith | 2011-12-25 | 1 | -38/+14 |
| * | Remove unused variables. | Rafael Espindola | 2011-12-25 | 1 | -1/+0 |
| * | C++11 half of r147023: In C++11, additionally eagerly instantiate: | Richard Smith | 2011-12-21 | 1 | -2/+1 |
| * | When performing name lookup for a redeclaration, ignore module | Douglas Gregor | 2011-12-20 | 1 | -41/+1 |
| * | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -9/+31 |
| * | Remove a non-gcc-compatible extension that would apply attributes on declarat... | Eli Friedman | 2011-12-17 | 1 | -3/+21 |
| * | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
| * | 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 |