Age | Commit message (Expand) | Author |
2009-12-22 | Driver: When linking, don't warn about unused arguments which are obviously only | Daniel Dunbar |
2009-12-22 | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner |
2009-12-22 | Make sure that reinterpret_cast gets a CastKind on all successful | Douglas Gregor |
2009-12-22 | Add using shadow decls to the "instantiated locals" map, fixing PR5847. | John McCall |
2009-12-22 | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor |
2009-12-22 | Add transfer functions support for visiting an Objective-C message expression... | Ted Kremenek |
2009-12-22 | ARM: Remove a FIXME, it's not actually more complicated than that. | Daniel Dunbar |
2009-12-22 | Switch parameter passing for overloaded binary operators to | Douglas Gregor |
2009-12-22 | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor |
2009-12-22 | Enter the scope of an initializer for direct-initialization as well as | Douglas Gregor |
2009-12-22 | When transforming a C++ "new" expression that was not explicitly given | Douglas Gregor |
2009-12-22 | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor |
2009-12-22 | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor |
2009-12-22 | Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to | Ken Dyck |
2009-12-22 | Switch initialization of parameters in a call over to | Douglas Gregor |
2009-12-22 | Make sure that we mangle overloaded operators that are member functions corre... | Anders Carlsson |
2009-12-22 | Work around PR5514. | Anders Carlsson |
2009-12-22 | fix a bug handling the gnu ?: extension. Patch by Storlek on IRC, | Chris Lattner |
2009-12-22 | When we simply return a retained member expression when instantiating, we mus... | Anders Carlsson |
2009-12-22 | Zap CheckInitializerTypes. | Eli Friedman |
2009-12-22 | Switch default arguments over to InitializationSequence. | Eli Friedman |
2009-12-22 | Switch compound literals over to InitializationSequence. | Eli Friedman |
2009-12-22 | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman |
2009-12-22 | x86_64: Structures with no fields but which have padding should be classified as | Daniel Dunbar |
2009-12-22 | Centralize the emission/suppression/delay of diagnostics describing runtime b... | Douglas Gregor |
2009-12-22 | Stop diagnosing the use of inner classes as friends. ddunbar asked whether | John McCall |
2009-12-22 | Template code for rewrite of __block variables - wip. | Fariborz Jahanian |
2009-12-22 | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor |
2009-12-22 | When converting from a type to itself or one of its base classes via a | Douglas Gregor |
2009-12-22 | When filling in value initializations within an initializer list, be | Douglas Gregor |
2009-12-21 | Providing support for rewriting of block copy/dispose of | Fariborz Jahanian |
2009-12-21 | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar |
2009-12-21 | When a template-id refers to a single function template, and the | Douglas Gregor |
2009-12-21 | Introduce an assertion to ensure that template argument deduction does | Douglas Gregor |
2009-12-21 | Improve on my previous fix for debug information. Rather than | Douglas Gregor |
2009-12-21 | Teach debug info generation to handle TemplateSpecializationType, | Douglas Gregor |
2009-12-21 | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar |
2009-12-21 | Allow comparison of 'void *' with function pointer | Fariborz Jahanian |
2009-12-21 | Reorganize the base-lookup bits of ActOnMemInitializer in order to better | John McCall |
2009-12-21 | Add comments. | Zhongxing Xu |
2009-12-21 | Fix for PR5840: fix the kind of name lookup used for classes in | Eli Friedman |
2009-12-21 | Small comment fix. | Eli Friedman |
2009-12-21 | indentation fix | Chris Lattner |
2009-12-21 | Incomplete structs should also have internal linkage. | Anders Carlsson |
2009-12-20 | Correcly handle pointers to member pointer types where the class or the point... | Anders Carlsson |
2009-12-20 | fix PR4010: add support for the warn_unused_result for function pointers | Nuno Lopes |
2009-12-20 | fix PR5500: clang fails to parse inline asm with :: in C++ mode | Chris Lattner |
2009-12-20 | refactor asm stmt parsing to avoid nesting as much, and | Chris Lattner |
2009-12-20 | Rework the way pointer types are handled by the RTTI builder. We now get the ... | Anders Carlsson |
2009-12-20 | Make sure we instantiate the destructor for variables initialized by | Eli Friedman |