| Commit message (Expand) | Author | Age | Files | Lines |
* | Have divide-by-zero checker not handled undefined denominators. This is hand... | Ted Kremenek | 2009-09-16 | 2 | -4/+4 |
* | tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere. | Daniel Dunbar | 2009-09-16 | 1 | -6/+13 |
* | Some people don't want to fix their broken code just yet, so turn off | Mike Stump | 2009-09-16 | 1 | -2/+2 |
* | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor | 2009-09-15 | 2 | -0/+32 |
* | 1) don't do overload resolution in selecting conversion | Fariborz Jahanian | 2009-09-15 | 2 | -8/+7 |
* | Add back the workaround since it lead to constructor conversion bugs :( | Anders Carlsson | 2009-09-15 | 1 | -0/+16 |
* | Commit test case from PR4655, which tests the canonical-types fix in r81913 | Douglas Gregor | 2009-09-15 | 1 | -0/+5 |
* | When printing an overload candidate that is a function template specialization, | Douglas Gregor | 2009-09-15 | 1 | -0/+9 |
* | Issue good diagnostics when initialization failes due to | Fariborz Jahanian | 2009-09-15 | 2 | -1/+15 |
* | Add an assertion and a test case, in a fruitless attempt to track down an exi... | Douglas Gregor | 2009-09-15 | 1 | -0/+20 |
* | Perform overload resolution when selecting a pointer conversion | Fariborz Jahanian | 2009-09-15 | 2 | -22/+21 |
* | Slightly improved template argument deduction for use in partial | Douglas Gregor | 2009-09-15 | 1 | -0/+16 |
* | Add test case. | Anders Carlsson | 2009-09-15 | 1 | -0/+7 |
* | Implement partial ordering of class template partial specializations | Douglas Gregor | 2009-09-15 | 2 | -2/+44 |
* | If a conversion operator exists in a base class, make sure to cast the object... | Anders Carlsson | 2009-09-15 | 1 | -0/+2 |
* | Handle reinterpret_cast between integral types and pointer types. | Anders Carlsson | 2009-09-15 | 1 | -0/+12 |
* | Codegen support for nullptr from C++0x. | Anders Carlsson | 2009-09-15 | 1 | -0/+7 |
* | Add static analyzer transfer function support for __builtin_offsetof. | Ted Kremenek | 2009-09-15 | 2 | -0/+78 |
* | Issue a good diagnostics when attempt to select | Fariborz Jahanian | 2009-09-15 | 1 | -3/+3 |
* | Diagnose taking the address of a bit-field inside a conditional operator. | Anders Carlsson | 2009-09-14 | 1 | -1/+3 |
* | Implement partial ordering of function templates when calling a | Douglas Gregor | 2009-09-14 | 1 | -1/+10 |
* | Slightly improve the test for partial ordering of overloaded function | Douglas Gregor | 2009-09-14 | 1 | -3/+5 |
* | Test function template partial ordering when resolving the address of | Douglas Gregor | 2009-09-14 | 1 | -0/+15 |
* | Update tests | Anders Carlsson | 2009-09-14 | 3 | -6/+6 |
* | Skeletal support for friend class templates. | John McCall | 2009-09-14 | 1 | -0/+6 |
* | ARM/[A]APCS: Ignore empty records passed as arguments. | Daniel Dunbar | 2009-09-14 | 1 | -0/+8 |
* | Refactor MarkDeductedTemplateParameters into | Douglas Gregor | 2009-09-14 | 1 | -2/+14 |
* | Used visible conversion function api to do overload | Fariborz Jahanian | 2009-09-14 | 2 | -0/+39 |
* | Force triple. | Daniel Dunbar | 2009-09-14 | 1 | -2/+2 |
* | -Wchar-subscripts should not warn for explicit signed char subscripts either.... | Sam Weinig | 2009-09-14 | 1 | -2/+2 |
* | Tighten up checking of non-dependent arguments as part of template | Douglas Gregor | 2009-09-14 | 1 | -0/+10 |
* | Implement partial ordering of function template specializations | Douglas Gregor | 2009-09-14 | 3 | -0/+121 |
* | -Wchar-subscripts should not warn for unsigned char subscripts. Fixes PR4978. | Sam Weinig | 2009-09-14 | 1 | -0/+33 |
* | Removed couple of FIXME comments from test case. | Fariborz Jahanian | 2009-09-14 | 1 | -2/+2 |
* | Using the property dot-syntax to invoke a non-eixsting | Fariborz Jahanian | 2009-09-14 | 1 | -0/+23 |
* | Fix subtle bug in generating LLVM function declarations for builtin functions. | Daniel Dunbar | 2009-09-14 | 1 | -0/+12 |
* | ARM/APCS: Don't treat structs w/ floating point types as "integer like". | Daniel Dunbar | 2009-09-14 | 1 | -0/+14 |
* | Add support for -Wchar-subscripts. Fixes PR4801. | Sam Weinig | 2009-09-14 | 2 | -0/+52 |
* | If a function call returns a reference, don't bind it to a temporary. | Anders Carlsson | 2009-09-14 | 1 | -1/+13 |
* | Some minor clang/ARM/AAPCS tweaks. | Daniel Dunbar | 2009-09-14 | 2 | -59/+72 |
* | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar | 2009-09-14 | 1 | -1/+1 |
* | ARM target tweaks. | Daniel Dunbar | 2009-09-14 | 1 | -0/+4 |
* | Fix a bug in getFriendObjectKind where we would clear out all mask bits excep... | Anders Carlsson | 2009-09-13 | 1 | -0/+10 |
* | Perform the C++ specific semantic checks of a function declaration after it's... | Anders Carlsson | 2009-09-13 | 1 | -0/+11 |
* | CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878. | Anders Carlsson | 2009-09-13 | 1 | -0/+10 |
* | Fix another byref bug. This should hopefully get QuickLookPlugins building su... | Anders Carlsson | 2009-09-13 | 1 | -1/+9 |
* | ARM/APCS: Only "integer like" aggregates should be returned in r0 (following | Daniel Dunbar | 2009-09-13 | 1 | -1/+54 |
* | Rework the way we determine whether an externally visible symbol is | Douglas Gregor | 2009-09-13 | 2 | -8/+68 |
* | Force triple to avoid spurious differences due to runtime choice. | Daniel Dunbar | 2009-09-13 | 1 | -1/+1 |
* | Add RUN line. | Daniel Dunbar | 2009-09-12 | 1 | -0/+2 |