Age | Commit message (Expand) | Author |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-14 | Shift the vcall slots for non-virtual bases of a virtual base, up into | Mike Stump |
2009-10-14 | When mapping from an injected-class-name to its corresponding | Douglas Gregor |
2009-10-14 | Add support for having different c++ search dirs with -m32 and -m64. So far | Rafael Espindola |
2009-10-14 | Copy metadata associated with CI | Devang Patel |
2009-10-14 | Implement support for overloaded operator uses that result to a call | Douglas Gregor |
2009-10-14 | There is now only one version of eh.selector and eh.typeid.for. | Duncan Sands |
2009-10-14 | Have the exception specification checkers take partial diagnostics. Use this ... | Sebastian Redl |
2009-10-14 | Few targets like PIC16 mangle the names of global variables, so retrieve the ... | Sanjiv Gupta |
2009-10-14 | Use CanQualType in the exception specification verification type sets. | Sebastian Redl |
2009-10-14 | Teach Lexer::MeasureTokenLength to be able to measure the | Chris Lattner |
2009-10-14 | Use partial diagnostics properly in call to RequireCompleteType. Among other ... | Sebastian Redl |
2009-10-14 | Do exception spec compatibility tests for member pointers, too. | Sebastian Redl |
2009-10-14 | Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion. | Zhongxing Xu |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-14 | unbreak test/CodeGen/builtins.c, reverting Devang's change. | Chris Lattner |
2009-10-14 | Remove dead code. | Zhongxing Xu |
2009-10-14 | * Remove unused GRState* parameter | Zhongxing Xu |
2009-10-14 | Handle ambiguity of reference initialization. | Fariborz Jahanian |
2009-10-14 | retain/release checker: Recognize that calls to | Ted Kremenek |
2009-10-13 | Remove some non-ASCII characters | Douglas Gregor |
2009-10-13 | Member function templates (and instantiations/specializations thereof) | Douglas Gregor |
2009-10-13 | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor |
2009-10-13 | Fix for PR 5181. | Edward O'Callaghan |
2009-10-13 | Check void type before using replaceAllUsesWith(). | Devang Patel |
2009-10-13 | The operator loc points to the operator, not the function decl. | Anders Carlsson |
2009-10-13 | retain/release checker: retained objects passed to pthread_create (as | Ted Kremenek |
2009-10-13 | Refine handling for non-virtual bases in return value adjustments for | Mike Stump |
2009-10-13 | Check the return type of binary operators and the arrow operator. | Anders Carlsson |
2009-10-13 | Check the return type of operator[]() and fix a thinko that lead to a crash i... | Anders Carlsson |
2009-10-13 | fix test/CodeGen/statements.c on 32-bit hosts. | Chris Lattner |
2009-10-13 | More return type checking. | Anders Carlsson |
2009-10-13 | Ensure we sign extend. | Mike Stump |
2009-10-13 | Diagnose invalid return types for unary operators. | Anders Carlsson |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-13 | Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr... | Anders Carlsson |
2009-10-13 | Fixes pth.c on Windows. | John Thompson |
2009-10-13 | Don't assume that the LHS and RHS of a member pointer expression is a DeclRef... | Anders Carlsson |
2009-10-13 | Remove FIXME. We construct VBIndex very early, before any calls to OverrideM... | Mike Stump |
2009-10-13 | Diagnose attempts to add default function arguments to a | Douglas Gregor |
2009-10-13 | Remove extra white space line. | Devang Patel |
2009-10-13 | Do not check use_empty() before invoking replaceAllUsesWith(). | Devang Patel |
2009-10-13 | -funit-at-a-time is the default however some current makefiles pass -fno-unit... | Edward O'Callaghan |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-13 | Improve the internal representation and semantic analysis of friend | Douglas Gregor |
2009-10-13 | Refine handling for return value conversions with respect to virtual | Mike Stump |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-13 | Teach sema and codegen about the difference between address of labels, | Chris Lattner |
2009-10-13 | reimplement codegen for indirect goto with the following advantages: | Chris Lattner |
2009-10-13 | number address-taken labels from 1. This allows 0 to be used as a sentinel | Chris Lattner |