Age | Commit message (Expand) | Author |
2013-05-21 | Reverting r182337, which merged r182266, __declspec(selectany) | Reid Kleckner |
2013-05-21 | Merging r182266: | Bill Wendling |
2013-05-17 | Merging r182072: | Bill Wendling |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-05-06 | Add missing initialization for Sema::CurScope. This is important for AST cons... | Richard Smith |
2013-05-06 | Fix representation of compound literals for C++ objects with destructors. | Jordan Rose |
2013-05-06 | Require the containing type to be complete when we see | John McCall |
2013-05-06 | Fix assert if __extension__ or _Generic is used when initializing a char arra... | Richard Smith |
2013-05-05 | Replace 'MultiExprArg()' with 'None' | Dmitri Gribenko |
2013-05-05 | Make all 'is in extern "C"' tests use the lexical context. | Rafael Espindola |
2013-05-05 | ArrayRef'ize Sema::CheckObjCMethodCall | Dmitri Gribenko |
2013-05-05 | Use lexical contexts when checking for conflicting language linkages. | Rafael Espindola |
2013-05-05 | Handle parens properly when initializing a char array from a string literal. | Richard Smith |
2013-05-05 | ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! | Richard Smith |
2013-05-05 | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-05-04 | Implement most of N3638 (return type deduction for normal functions). | Richard Smith |
2013-05-04 | Don't build a call expression referring to a function which we're not allowed | Richard Smith |
2013-05-04 | Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno... | Richard Smith |
2013-05-04 | Implement template support for CapturedStmt | Wei Pan |
2013-05-04 | Simplify slightly. | Richard Smith |
2013-05-04 | Separate out and special-case the diagnostic for 'auto' in a | Richard Smith |
2013-05-03 | ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! | Richard Smith |
2013-05-03 | Revert r177218. | Argyrios Kyrtzidis |
2013-05-03 | Test commit | Wei Pan |
2013-05-03 | PR15906: The body of a lambda is not an evaluated subexpression; don't visit ... | Richard Smith |
2013-05-03 | Move CapturedStmt parameters to CapturedDecl | Ben Langmuir |
2013-05-03 | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis |
2013-05-03 | ArrayRef'ize InitializationSequence constructor and InitializationSequence::D... | Dmitri Gribenko |
2013-05-03 | Add const qualifier to Sema::getTypeName's parameter `II` | Dmitri Gribenko |
2013-05-03 | Correctly emit certain implicit references to 'self' even within | John McCall |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Fix crasher when the range in a C++ range-for loop has an ill-formed initiali... | Douglas Gregor |
2013-05-01 | PR15884: In the 'taking the address of a temporary' extension, materialize the | Richard Smith |
2013-05-01 | Point diagnostics that complain about a use of a selector in an objc message,... | Argyrios Kyrtzidis |
2013-04-30 | Fix PR15845: apparently MSVC does not support implicit int in C++ mode. | Richard Smith |
2013-04-30 | When deducing an 'auto' type, don't modify the type-as-written. | Richard Smith |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-30 | Fix very confusing indent in Sema.cpp. | Daniel Jasper |
2013-04-30 | Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers | Fariborz Jahanian |
2013-04-29 | c language: diagnose use of "[*]" on any array dimension | Fariborz Jahanian |
2013-04-29 | Use ArrayRef in AddMethodCandidate. | Rafael Espindola |
2013-04-29 | Small CapturedStmt improvements | Ben Langmuir |
2013-04-29 | Test commit | Ben Langmuir |
2013-04-29 | Implement DR580: access checks for template parameters of a class template are | Richard Smith |
2013-04-29 | Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build | Richard Smith |
2013-04-27 | ArrayRef'ize Sema::ActOnEnumBody. No functionality change. | Dmitri Gribenko |