| Commit message (Expand) | Author | Age | Files | Lines |
| * | Driver: Fix '... -O4 -O0 ...', which was generating bitcode. | Daniel Dunbar | 2009-12-23 | 1 | -2/+5 |
| * | Driver: Drop ToolChain::getHost() | Daniel Dunbar | 2009-12-23 | 1 | -1/+1 |
| * | Set a member's access specifier even if it doesn't match the previous specifier. | John McCall | 2009-12-23 | 1 | -0/+2 |
| * | Add basic support for analyzing CastExprs as lvalues. | Ted Kremenek | 2009-12-23 | 1 | -3/+27 |
| * | Objective-C methods can be variadic, too. Who knew. | Douglas Gregor | 2009-12-23 | 1 | -0/+7 |
| * | Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence. | Douglas Gregor | 2009-12-23 | 1 | -3/+8 |
| * | warn when attribute warn_unused_result is applied to void functions. | Nuno Lopes | 2009-12-22 | 1 | -1/+6 |
| * | Allow the first parameter of operator new to be a cv-qualified | Douglas Gregor | 2009-12-22 | 3 | -3/+4 |
| * | Driver: When linking, don't warn about unused arguments which are obviously only | Daniel Dunbar | 2009-12-22 | 1 | -0/+5 |
| * | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner | 2009-12-22 | 2 | -2/+38 |
| * | Make sure that reinterpret_cast gets a CastKind on all successful | Douglas Gregor | 2009-12-22 | 1 | -1/+5 |
| * | Add using shadow decls to the "instantiated locals" map, fixing PR5847. | John McCall | 2009-12-22 | 1 | -0/+5 |
| * | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 3 | -36/+41 |
| * | Add transfer functions support for visiting an Objective-C message expression... | Ted Kremenek | 2009-12-22 | 2 | -42/+78 |
| * | ARM: Remove a FIXME, it's not actually more complicated than that. | Daniel Dunbar | 2009-12-22 | 1 | -1/+0 |
| * | Switch parameter passing for overloaded binary operators to | Douglas Gregor | 2009-12-22 | 1 | -7/+31 |
| * | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor | 2009-12-22 | 2 | -4/+6 |
| * | Enter the scope of an initializer for direct-initialization as well as | Douglas Gregor | 2009-12-22 | 1 | -0/+16 |
| * | When transforming a C++ "new" expression that was not explicitly given | Douglas Gregor | 2009-12-22 | 1 | -0/+25 |
| * | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor | 2009-12-22 | 3 | -18/+30 |
| * | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 5 | -150/+60 |
| * | Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to | Ken Dyck | 2009-12-22 | 2 | -0/+11 |
| * | Switch initialization of parameters in a call over to | Douglas Gregor | 2009-12-22 | 2 | -6/+33 |
| * | Make sure that we mangle overloaded operators that are member functions corre... | Anders Carlsson | 2009-12-22 | 1 | -7/+22 |
| * | Work around PR5514. | Anders Carlsson | 2009-12-22 | 1 | -1/+2 |
| * | fix a bug handling the gnu ?: extension. Patch by Storlek on IRC, | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
| * | When we simply return a retained member expression when instantiating, we mus... | Anders Carlsson | 2009-12-22 | 1 | -1/+6 |
| * | Zap CheckInitializerTypes. | Eli Friedman | 2009-12-22 | 2 | -116/+0 |
| * | Switch default arguments over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -1/+5 |
| * | Switch compound literals over to InitializationSequence. | Eli Friedman | 2009-12-22 | 2 | -3/+10 |
| * | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman | 2009-12-22 | 2 | -14/+21 |
| * | x86_64: Structures with no fields but which have padding should be classified as | Daniel Dunbar | 2009-12-22 | 1 | -0/+4 |
| * | Centralize the emission/suppression/delay of diagnostics describing runtime b... | Douglas Gregor | 2009-12-22 | 2 | -60/+53 |
| * | Stop diagnosing the use of inner classes as friends. ddunbar asked whether | John McCall | 2009-12-22 | 1 | -7/+4 |
| * | Template code for rewrite of __block variables - wip. | Fariborz Jahanian | 2009-12-22 | 1 | -0/+7 |
| * | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 8 | -14/+14 |
| * | When converting from a type to itself or one of its base classes via a | Douglas Gregor | 2009-12-22 | 1 | -1/+2 |
| * | When filling in value initializations within an initializer list, be | Douglas Gregor | 2009-12-22 | 1 | -65/+86 |
| * | Providing support for rewriting of block copy/dispose of | Fariborz Jahanian | 2009-12-21 | 1 | -4/+11 |
| * | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar | 2009-12-21 | 2 | -9/+88 |
| * | When a template-id refers to a single function template, and the | Douglas Gregor | 2009-12-21 | 5 | -27/+206 |
| * | Introduce an assertion to ensure that template argument deduction does | Douglas Gregor | 2009-12-21 | 1 | -1/+1 |
| * | Improve on my previous fix for debug information. Rather than | Douglas Gregor | 2009-12-21 | 1 | -51/+42 |
| * | Teach debug info generation to handle TemplateSpecializationType, | Douglas Gregor | 2009-12-21 | 1 | -3/+50 |
| * | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar | 2009-12-21 | 3 | -45/+48 |
| * | Allow comparison of 'void *' with function pointer | Fariborz Jahanian | 2009-12-21 | 1 | -1/+12 |
| * | Reorganize the base-lookup bits of ActOnMemInitializer in order to better | John McCall | 2009-12-21 | 1 | -8/+24 |
| * | Add comments. | Zhongxing Xu | 2009-12-21 | 1 | -0/+1 |
| * | Fix for PR5840: fix the kind of name lookup used for classes in | Eli Friedman | 2009-12-21 | 1 | -2/+6 |
| * | Small comment fix. | Eli Friedman | 2009-12-21 | 1 | -1/+1 |