| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid computing the linkage too early. Don't invalidate it. | Rafael Espindola | 2013-03-14 | 1 | -15/+23 |
| * | Fix initializer for variables with attribute address_space set. | Matt Arsenault | 2013-02-26 | 1 | -5/+1 |
| * | Remove the hack that avoided mangling static functions in extern C contexts. | Rafael Espindola | 2013-02-23 | 1 | -8/+0 |
| * | Partially revert r175117 so that we don't break assumptions about how | Rafael Espindola | 2013-02-14 | 1 | -0/+8 |
| * | merge hasCLanguageLinkage and isExternC. Keep the shorter name. | Rafael Espindola | 2013-02-14 | 1 | -1/+1 |
| * | The meat of this patch is in BuildCXXMemberCalLExpr where we make it use | Nick Lewycky | 2013-02-12 | 1 | -2/+0 |
| * | Enable overloading of OpenCL events - this is needed for the overloaded OpenC... | Guy Benyei | 2013-02-07 | 1 | -0/+6 |
| * | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -1/+3 |
| * | Apply the pure-virtual odr rule to other constructs which can call overloaded | Nick Lewycky | 2013-02-07 | 1 | -25/+14 |
| * | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith | 2013-01-31 | 1 | -31/+57 |
| * | Replace "failed template argument deduction" diagnostic with something useful | Richard Smith | 2013-01-31 | 1 | -2/+22 |
| * | Fix mismatch between pointer and pointee type when diagnosing an incorrect | Richard Smith | 2013-01-26 | 1 | -3/+2 |
| * | Start checking nonnull (as well as format and argument_with_type_tag) on | Nick Lewycky | 2013-01-24 | 1 | -0/+7 |
| * | Fix some wonky formatting, remove spurious emacs major mode marker. No | Nick Lewycky | 2013-01-24 | 1 | -1/+1 |
| * | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly | 2013-01-23 | 1 | -1/+2 |
| * | Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers | Richard Smith | 2013-01-14 | 1 | -2/+1 |
| * | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith | 2013-01-14 | 1 | -19/+28 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -16/+16 |
| * | Fix a regression from 171193: main cannot be overloaded. | Rafael Espindola | 2013-01-12 | 1 | -0/+5 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -4/+4 |
| * | Reject overloading of two static extern C functions. | Rafael Espindola | 2012-12-28 | 1 | -1/+9 |
| * | Improve diagnostic wording for when an implicitly-deleted special member | Richard Smith | 2012-12-28 | 1 | -9/+6 |
| * | PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ... | Richard Smith | 2012-12-22 | 1 | -5/+12 |
| * | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -4/+4 |
| * | Fix overload resolution for the initialization of a multi-dimensional | Richard Smith | 2012-12-09 | 1 | -1/+1 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -8/+9 |
| * | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -25/+30 |
| * | Sema: Provide a valid source location when instantiating templates based on a... | Benjamin Kramer | 2012-11-23 | 1 | -1/+1 |
| * | When we have a MemberExpr referring to an overloaded static member function, | Richard Smith | 2012-11-14 | 1 | -0/+1 |
| * | When filtering the list of associated namespaces so that we don't suggest people | Nick Lewycky | 2012-11-13 | 1 | -11/+9 |
| * | Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. | Nico Weber | 2012-11-09 | 1 | -1/+1 |
| * | Don't crash on calling static member overloaded operator, PR14120 | Nico Weber | 2012-11-09 | 1 | -0/+5 |
| * | Fix a bug I found while preparing my devmtg talk: When passing NULL to a | Matt Beaumont-Gay | 2012-11-08 | 1 | -2/+12 |
| * | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith | 2012-11-07 | 1 | -9/+0 |
| * | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -3/+2 |
| * | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -13/+5 |
| * | Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat... | Benjamin Kramer | 2012-10-09 | 1 | -1/+5 |
| * | StringRef-ify Binary/UnaryOperator::getOpcodeStr | David Blaikie | 2012-10-08 | 1 | -2/+2 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -14/+16 |
| * | Fix crash when a decltype expression in a trailing return type refers to the | Richard Smith | 2012-09-25 | 1 | -0/+23 |
| * | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper | 2012-09-19 | 1 | -5/+5 |
| * | Fix a small bug in the way we handle builtin candidates for | Eli Friedman | 2012-09-18 | 1 | -10/+12 |
| * | Revert r163829. The world (or libstdc++, at least) is not ready. | Richard Smith | 2012-09-13 | 1 | -0/+6 |
| * | Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has | Richard Smith | 2012-09-13 | 1 | -1/+15 |
| * | Don't perform template argument deduction against invalid templates; | Douglas Gregor | 2012-09-13 | 1 | -0/+7 |
| * | Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. | Richard Smith | 2012-09-13 | 1 | -6/+0 |
| * | Instantiate class template specializations during ADL. | John McCall | 2012-08-24 | 1 | -1/+1 |
| * | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -15/+20 |
| * | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -3/+3 |
| * | Better diagnostics for range-based for loops with bad range types. | Sam Panzer | 2012-08-21 | 1 | -57/+176 |