| Commit message (Expand) | Author | Age | Files | Lines |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff | 2009-01-29 | 1 | -4/+4 |
| * | Code generation support for C99 designated initializers. | Douglas Gregor | 2009-01-28 | 1 | -3/+2 |
| * | Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. | Steve Naroff | 2009-01-28 | 1 | -1/+1 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, | Chris Lattner | 2009-01-26 | 1 | -1/+1 |
| * | PR3269: create an empty InitListExpr as a child for the | Eli Friedman | 2009-01-26 | 1 | -3/+7 |
| * | PR3062: statement expressions should be illegal at file scope. I don't | Eli Friedman | 2009-01-24 | 1 | -0/+5 |
| * | Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) | Chris Lattner | 2009-01-24 | 1 | -4/+8 |
| * | Fix PR3386 by handling GCC's rules for alignof, which are substantially | Chris Lattner | 2009-01-24 | 1 | -1/+28 |
| * | fix a fixme, don't leak the expr on error. | Chris Lattner | 2009-01-24 | 1 | -5/+10 |
| * | minor formatting changes, no functionality change. | Chris Lattner | 2009-01-24 | 1 | -11/+15 |
| * | Make sure that all NamedDecls have an identifier namespace. | Douglas Gregor | 2009-01-23 | 1 | -2/+4 |
| * | Allow subtraction of function pointer types in C, as a GNU extension. Fixes r... | Douglas Gregor | 2009-01-23 | 1 | -0/+11 |
| * | Support arithmetic on pointer-to-function types as a GNU | Douglas Gregor | 2009-01-23 | 1 | -4/+39 |
| * | Convert expressions over to Sebastian's spiffy ASTContext::new() operator. | Steve Naroff | 2009-01-21 | 1 | -113/+106 |
| * | Provide a placement new taking an ASTContext argument. | Sebastian Redl | 2009-01-20 | 1 | -8/+6 |
| * | Convert more exprs to use ASTContext's Allocator. | Steve Naroff | 2009-01-20 | 1 | -11/+18 |
| * | Allocate expresssions through ASTContext (still more work to do). | Steve Naroff | 2009-01-20 | 1 | -23/+36 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -7/+6 |
| * | Convert more expression actions to smart pointers. | Sebastian Redl | 2009-01-19 | 1 | -62/+73 |
| * | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 1 | -19/+33 |
| * | Convert more expression actions to smart pointers. | Sebastian Redl | 2009-01-19 | 1 | -161/+187 |
| * | Convert a few expression actions to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -113/+119 |
| * | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman | 2009-01-18 | 1 | -5/+6 |
| * | Update support for vector component access on ExtVectors. | Nate Begeman | 2009-01-18 | 1 | -38/+39 |
| * | Remove outdated diagnostic. Tests are coming. | Nate Begeman | 2009-01-18 | 1 | -11/+1 |
| * | minor cleanups to StringLiteralParser: no need to pass target info | Chris Lattner | 2009-01-16 | 1 | -7/+1 |
| * | Use a single function for doing vararg argument promotion. Also, make sure to... | Anders Carlsson | 2009-01-16 | 1 | -12/+22 |
| * | rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt. | Chris Lattner | 2009-01-16 | 1 | -4/+4 |
| * | PR2746: Implement GCC cast to union extension | Seo Sanghyeon | 2009-01-15 | 1 | -8/+23 |
| * | Initial implementation of member name lookup | Douglas Gregor | 2009-01-15 | 1 | -6/+24 |
| * | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -1/+1 |
| * | Introduce support for C++0x explicit conversion operators (N2437) | Douglas Gregor | 2009-01-14 | 1 | -7/+7 |
| * | Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type | Fariborz Jahanian | 2009-01-13 | 1 | -1/+8 |
| * | PTH: | Ted Kremenek | 2009-01-13 | 1 | -3/+3 |
| * | Use the unqualified type for GCCs struct/union cast extension | Anders Carlsson | 2009-01-13 | 1 | -2/+2 |
| * | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson | 2009-01-13 | 1 | -0/+11 |
| * | Patch to supprt case of readonly property being | Fariborz Jahanian | 2009-01-12 | 1 | -1/+24 |
| * | Revert my previous, failed attempt to pretty-print anonymous struct/union acc... | Douglas Gregor | 2009-01-08 | 1 | -4/+0 |
| * | Fix printing of member references to avoid displaying implicitly-generated me... | Douglas Gregor | 2009-01-07 | 1 | -0/+4 |
| * | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 1 | -3/+152 |
| * | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -16/+34 |
| * | Remainder is only valid on integer vector operands. | Daniel Dunbar | 2009-01-05 | 1 | -2/+5 |
| * | Use CheckVectorOperands when % is applied to a vector type. | Daniel Dunbar | 2009-01-05 | 1 | -4/+3 |
| * | Correct the order in which we cope with end-of-class-definition | Douglas Gregor | 2008-12-24 | 1 | -7/+8 |
| * | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -20/+20 |
| * | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -77/+161 |
| * | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -21/+43 |
| * | Implement checks for bool in increment and decrement. | Sebastian Redl | 2008-12-20 | 1 | -5/+15 |