| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark virtual methods that are used in tables included in VTTs as used. | Rafael Espindola | 2010-03-26 | 1 | -1/+2 |
| * | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor | 2010-03-25 | 1 | -13/+1 |
| * | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor | 2010-03-25 | 1 | -4/+23 |
| * | When a declaration of a function is missing an exception specification | Douglas Gregor | 2010-03-24 | 1 | -0/+1 |
| * | Implement a framework for the delay of arbitrary diagnostics within | John McCall | 2010-03-24 | 1 | -1/+5 |
| * | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -1/+5 |
| * | -Wshadow should only warn about parameter declarations when we're | John McCall | 2010-03-22 | 1 | -1/+2 |
| * | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -10/+0 |
| * | Implement -Wshadow for parameter declarations as well. | John McCall | 2010-03-20 | 1 | -1/+1 |
| * | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -2/+0 |
| * | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -17/+22 |
| * | from code inspection, we were treating placement news with one argument as | John McCall | 2010-03-18 | 1 | -0/+5 |
| * | Clean up after ourselves when there's an error parsing the base clause. | John McCall | 2010-03-17 | 1 | -0/+4 |
| * | Implement -Wshadow. Based on a patch by Mike M.! | John McCall | 2010-03-16 | 1 | -0/+1 |
| * | Perform access control for the implicit calls to base and member destructors | John McCall | 2010-03-16 | 1 | -4/+5 |
| * | Access control for implicit calls to copy assignment operators and copy | John McCall | 2010-03-16 | 1 | -0/+3 |
| * | Perform access control for the implicit base and member destructor calls | John McCall | 2010-03-16 | 1 | -56/+69 |
| * | Split Sema::ActOnProperty() into two recursive functions to clearly separate | Ted Kremenek | 2010-03-12 | 1 | -2/+30 |
| * | Warn about comparing an unsigned expression with 0 in tautological ways. | John McCall | 2010-03-11 | 1 | -2/+1 |
| * | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -0/+2 |
| * | Reinstate r97674 with a fix for the assertion that was firing in <list> | Douglas Gregor | 2010-03-03 | 1 | -2/+6 |
| * | Revert r97674; it's causing failures | Douglas Gregor | 2010-03-03 | 1 | -6/+2 |
| * | Implement disambiguation of base class members via a | Douglas Gregor | 2010-03-03 | 1 | -2/+6 |
| * | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -49/+67 |
| * | Implement jump checking for initialized c++ variables, implementing | Chris Lattner | 2010-03-01 | 1 | -0/+11 |
| * | Start detangling the BlockSemaInfo/Sema mess. No functionality change. | Douglas Gregor | 2010-03-01 | 1 | -16/+31 |
| * | When instantiating a function-scoped enum, make sure that it and its | Douglas Gregor | 2010-03-01 | 1 | -1/+1 |
| * | Robustify instantiation of templates when there are errors in the | Douglas Gregor | 2010-03-01 | 1 | -1/+2 |
| * | When looking for the instantiated declaration that corresponds to a | Douglas Gregor | 2010-03-01 | 1 | -2/+2 |
| * | When computing the composite pointer type for relational comparisons, | Douglas Gregor | 2010-02-25 | 1 | -1/+2 |
| * | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -7/+2 |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -13/+3 |
| * | Keep track of the location of the '~' in a pseudo-destructor expression. | Douglas Gregor | 2010-02-24 | 1 | -0/+1 |
| * | Split ActOnPseudoDestructorExpr into the part that interprets the | Douglas Gregor | 2010-02-24 | 1 | -0/+9 |
| * | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor | 2010-02-24 | 1 | -2/+20 |
| * | Rework parsing of pseudo-destructor expressions and explicit | Douglas Gregor | 2010-02-24 | 1 | -1/+12 |
| * | More Sema check for ivars in class continuation. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+2 |
| * | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -2/+7 |
| * | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -0/+6 |
| * | Rename argument so the name reflects what it's doing. | Benjamin Kramer | 2010-02-16 | 1 | -1/+1 |
| * | Add Sema support for __builtin_fpclassify by extending the existing check for... | Benjamin Kramer | 2010-02-15 | 1 | -1/+1 |
| * | Work around an annoying, non-standard optimization in the glibc | Douglas Gregor | 2010-02-12 | 1 | -1/+3 |
| * | In C++, allow builtins to be referred to via qualified name lookup, e.g., | Douglas Gregor | 2010-02-12 | 1 | -1/+0 |
| * | Waste two bits in every clang::Type so that the type class can be read | John McCall | 2010-02-12 | 1 | -1/+1 |
| * | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+3 |
| * | Improve access control diagnostics. Perform access control on member-pointer | John McCall | 2010-02-10 | 1 | -38/+107 |
| * | Finish implementing property synthesis by default. | Fariborz Jahanian | 2010-02-09 | 1 | -0/+3 |
| * | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -0/+5 |
| * | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -3/+17 |
| * | Add attributes to namespace decls. | Anders Carlsson | 2010-02-07 | 1 | -1/+2 |