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