| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -2/+4 |
| * | For C++, enhance -Warray-bounds to recursively analyze array subscript access... | Ted Kremenek | 2011-03-01 | 1 | -2/+1 |
| * | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -13/+5 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -1/+2 |
| * | Add a -fcxx-exceptions flag to the frontend, which can be used to enable | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
| * | Sprinkle optional text of the "unavailable' attribute | Fariborz Jahanian | 2011-02-25 | 1 | -1/+4 |
| * | Remove the FIXME I introduced last night, and pull the logic for | Chandler Carruth | 2011-02-25 | 1 | -0/+3 |
| * | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -2/+2 |
| * | Switch a few CXXScopeSpec::MakeTrivial() calls over to appropriate | Douglas Gregor | 2011-02-25 | 1 | -1/+1 |
| * | Formatting, etc. | John McCall | 2011-02-25 | 1 | -17/+17 |
| * | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -1/+1 |
| * | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -1/+1 |
| * | Don't give an error for 'try' and 'throw' if they occur in system headers. | Anders Carlsson | 2011-02-23 | 1 | -1/+3 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -6/+34 |
| * | There's no need to return early if we encounter a try/throw and exceptions ar... | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
| * | Disallow try/catch/throw when exceptions are disabled. | Anders Carlsson | 2011-02-19 | 1 | -0/+3 |
| * | Fix a missed case in the NULL operand to conditional operator | Chandler Carruth | 2011-02-19 | 1 | -0/+4 |
| * | Initial steps to improve diagnostics when there is a NULL and | Chandler Carruth | 2011-02-18 | 1 | -6/+14 |
| * | Enhance the array bounds checking to work for several other constructs, | Chandler Carruth | 2011-02-17 | 1 | -0/+4 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -13/+4 |
| * | Implement objective-c++'s block pointer type matching involving | Fariborz Jahanian | 2011-02-12 | 1 | -1/+6 |
| * | Support for objextive-c++ use of property-dot syntax as receiver | Fariborz Jahanian | 2011-02-08 | 1 | -2/+2 |
| * | Sema::MaybeBindToTemporary() shouldn't treat any expression returning | Douglas Gregor | 2011-02-08 | 1 | -11/+3 |
| * | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -10/+24 |
| * | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -7/+17 |
| * | Implement access checking for the "delete" operator. Fixes PR9050, | Douglas Gregor | 2011-02-01 | 1 | -1/+9 |
| * | Fix some corner cases in the __is_base_of logic. | John McCall | 2011-01-28 | 1 | -20/+27 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -1/+1 |
| * | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor | 2011-01-27 | 1 | -4/+5 |
| * | Document some serious badness in our evaluation of the type traits: we need t... | Douglas Gregor | 2011-01-27 | 1 | -0/+2 |
| * | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -1/+47 |
| * | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -4/+1 |
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -3/+84 |
| * | Fix whitespace. | NAKAMURA Takumi | 2011-01-27 | 1 | -246/+246 |
| * | 7bit-ize. | NAKAMURA Takumi | 2011-01-27 | 1 | -9/+9 |
| * | Fix a horrible bug in our handling of C-style casting, where a C-style | Douglas Gregor | 2011-01-27 | 1 | -9/+8 |
| * | Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6, | Douglas Gregor | 2011-01-26 | 1 | -0/+26 |
| * | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -1/+4 |
| * | When throwing an elidable object, first try to treat the subexpression | Douglas Gregor | 2011-01-21 | 1 | -5/+6 |
| * | Promote the static getNRVOCandidate() function, which computed the | Douglas Gregor | 2011-01-21 | 1 | -1/+1 |
| * | When building a user-defined conversion sequence, keep track of the | Douglas Gregor | 2011-01-20 | 1 | -3/+4 |
| * | Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, | Douglas Gregor | 2011-01-20 | 1 | -6/+8 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 |
| * | More __uuidof validation: | Francois Pichet | 2010-12-27 | 1 | -18/+23 |
| * | XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. | Francois Pichet | 2010-12-20 | 1 | -2/+1 |
| * | Emit an error if operator __uuidof() is called on a type with no associated G... | Francois Pichet | 2010-12-20 | 1 | -0/+25 |
| * | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall | 2010-12-19 | 1 | -2/+1 |
| * | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -1/+2 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -9/+15 |