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