aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-10-22Update test; the driver can find a different gcc tool chain directory whenDaniel Dunbar
2009-10-22Try to instantiate templates before doing hierarchy checks in static_cast. Fi...Sebastian Redl
2009-10-22When a template-id expression refers to a member function template, turn it i...Douglas Gregor
2009-10-22fix PR5265: the size of a float3 should be rounded up to its alignment. Chris Lattner
2009-10-21Code gen for '.*' binary expressions - WIP.Fariborz Jahanian
2009-10-21Don't generate pointer types for void or base classes when findingDouglas Gregor
2009-10-21Expand on code gen. for pointer to data members so it worksFariborz Jahanian
2009-10-21Force triple; this test was failing on non-darwin platforms due to differentBenjamin Kramer
2009-10-21Code gen for pointer-to-datamember - WIP.Fariborz Jahanian
2009-10-21Change FixOverloadedFunctionReference to return a (possibly new) expression. ...Anders Carlsson
2009-10-21Downgrade "function declared 'noreturn' should not return" from anDouglas Gregor
2009-10-21Improve diagnostics and template instantiation behavior when callingDouglas Gregor
2009-10-20Code-gen for CXXZeroInitValueExpr AST passedFariborz Jahanian
2009-10-20Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...Anders Carlsson
2009-10-20Patch implements ranking conversions between member pointers [over.ics.rank]Fariborz Jahanian
2009-10-20Encode global variable name in debug info.Devang Patel
2009-10-20Changed text of warning in my last patch.Fariborz Jahanian
2009-10-20Issue warning if method body starts with a semicolon.Fariborz Jahanian
2009-10-20Handle substitutions into the "first qualifier in scope" of aDouglas Gregor
2009-10-20Implement PR5242: don't desugar a type more than once in a diagnostic. ThisChris Lattner
2009-10-20Force triple for test.Anders Carlsson
2009-10-20RegionStore: Use the *default* binding (instead of the *direct* binding) of a...Ted Kremenek
2009-10-20retain/release checker: allow 'new', 'copy', 'alloc', 'init' prefix to start ...Ted Kremenek
2009-10-19Parse a simple-template-id following a '~' when calling a destructor, e.g.,Douglas Gregor
2009-10-19Copy conversion of an expression to its base classFariborz Jahanian
2009-10-19Handle emitting the assignment operator when the lhs is a reference. Fixes PR...Anders Carlsson
2009-10-19Set the cast kind to CK_NoOp for C-style casts that are really const casts. F...Anders Carlsson
2009-10-19Workaround a bug exposed by the FileCheckify of message-length.c, the caret endDaniel Dunbar
2009-10-19convert this to FileCheck, PR5232Chris Lattner
2009-10-18When binding a reference to a temporary, it's important that other temporarie...Anders Carlsson
2009-10-18When building a cast argument, make sure to bind the result to a temporary.Anders Carlsson
2009-10-18Convert temporaries.cpp to using FileCheck.Anders Carlsson
2009-10-18Add test for OpenCL vector initializer codegenNate Begeman
2009-10-18Rename temp-1.cpp to temporaries.cpp.Anders Carlsson
2009-10-18Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson
2009-10-18It's OK for a pure virtual function to override another pure virtual function...Anders Carlsson
2009-10-18add support for codegening CXXZeroInitValueExprsNuno Lopes
2009-10-17Fix a crash with qualified member access into a non-type, from Sean Hunt!Douglas Gregor
2009-10-17When type-checking a C++ "new" expression, don't type-check the actual Douglas Gregor
2009-10-17When resolving the address of an overloaded function or function template, ma...Sebastian Redl
2009-10-17Don't add implicit casts of explicit address-taking of overloaded functions.Sebastian Redl
2009-10-17daniel really wants this in the testsuite.Chris Lattner
2009-10-17teach getCorrespondingUnsignedType how to handle vectors of integers,Chris Lattner
2009-10-17In some dependent contexts, incomplete array types persist into FinalizeDecla...Sebastian Redl
2009-10-17Fix for PR5190, Credit to Zhanyong Wan.Edward O'Callaghan
2009-10-17Add a DR437 testcase, but disable it for now, since it fails.Sebastian Redl
2009-10-17Fix another static analyzer crash due to a corner case in "folding" symbolic ...Ted Kremenek
2009-10-17Fix PR5211: codegen shouldn't assume that the result of ||/&& is int Chris Lattner
2009-10-16Patch to clean up and improve visual display ofFariborz Jahanian
2009-10-16Fix static analyzer crash due to recently add symbolic-value constant folding...Ted Kremenek