|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Handle simple friend-class decls in class templates better by ensuring that | John McCall | 2010-03-25 | 1 | -61/+79 | 
| * | Improve diagnostics when ivar added to class | Fariborz Jahanian | 2010-03-24 | 1 | -1/+1 | 
| * | Silently drop dependent friend function template specializations, | Douglas Gregor | 2010-03-24 | 1 | -4/+11 | 
| * | Correct that last fixit:  if the user wrote | John McCall | 2010-03-24 | 1 | -2/+17 | 
| * | Support friend function specializations. | John McCall | 2010-03-24 | 1 | -0/+10 | 
| * | When recovering from a qualified typedef name, don't clear out the | Douglas Gregor | 2010-03-23 | 1 | -1/+2 | 
| * | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -4/+3 | 
| * | -Wshadow should only warn about parameter declarations when we're | John McCall | 2010-03-22 | 1 | -12/+22 | 
| * | Fix PR6618. | Rafael Espindola | 2010-03-21 | 1 | -0/+4 | 
| * | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -14/+22 | 
| * | Implement -Wshadow for parameter declarations as well. | John McCall | 2010-03-20 | 1 | -18/+36 | 
| * | Redeclaration lookups for parameter names should be flagged as redeclaration ... | John McCall | 2010-03-18 | 1 | -1/+5 | 
| * | ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not | John McCall | 2010-03-17 | 1 | -3/+3 | 
| * | Remove warning about shadowing a built-in; built-ins aren't actually | Douglas Gregor | 2010-03-17 | 1 | -9/+1 | 
| * | Clean up after ourselves when there's an error parsing the base clause. | John McCall | 2010-03-17 | 1 | -0/+12 | 
| * | Implement -Wshadow.  Based on a patch by Mike M.! | John McCall | 2010-03-16 | 1 | -0/+62 | 
| * | Perform access control for the implicit calls to base and member destructors | John McCall | 2010-03-16 | 1 | -1/+2 | 
| * | Remember declaration scope qualifiers in the AST.  Imposes no memory overhead | John McCall | 2010-03-15 | 1 | -0/+18 | 
| * | Use llvm::SmallVector instead of std::vector. | Ted Kremenek | 2010-03-12 | 1 | -2/+3 | 
| * | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -0/+1 | 
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -18/+1 | 
| * | In C++98/03, an uninitialized variable that has POD class type will be | Douglas Gregor | 2010-03-08 | 1 | -15/+29 | 
| * | Fix for PR6294: we should only delay recording nested dynamic classes if they | Eli Friedman | 2010-03-07 | 1 | -1/+1 | 
| * | Diagnose the declaration of enum templates. Also, be a bit more | Douglas Gregor | 2010-03-02 | 1 | -3/+4 | 
| * | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -26/+32 | 
| * | Fix the lookup of names used in a friend declaration to not attempt to | Chandler Carruth | 2010-03-01 | 1 | -2/+3 | 
| * | fix PR5933: don't warn about unused variables if a function has other errors ... | Chris Lattner | 2010-03-01 | 1 | -1/+2 | 
| * | Implement jump checking for initialized c++ variables, implementing | Chris Lattner | 2010-03-01 | 1 | -4/+11 | 
| * | Fix a really trivial crasher and begin fleshing out one of the namespace test | Chandler Carruth | 2010-02-25 | 1 | -4/+7 | 
| * | More Sema check for ivars in class continuation. | Fariborz Jahanian | 2010-02-23 | 1 | -15/+2 | 
| * | Early support for declaring ivars in class extensions. wip. | Fariborz Jahanian | 2010-02-22 | 1 | -0/+13 | 
| * | Add 'previous declaration is here' note for param redefinition | Chris Lattner | 2010-02-22 | 1 | -3/+2 | 
| * | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor | 2010-02-21 | 1 | -3/+9 | 
| * | Make Decl::isOutOfLine() virtual, and use that to determine when definitions | Chandler Carruth | 2010-02-21 | 1 | -8/+9 | 
| * | Don't warn about functions redeclared without the dllimport attribute when | Ted Kremenek | 2010-02-21 | 1 | -1/+5 | 
| * | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian | 2010-02-19 | 1 | -1/+0 | 
| * | Allow redefinitions of extern inline functions in GNU89 mode, just as GCC | Charles Davis | 2010-02-18 | 1 | -2/+18 | 
| * | When diagnosing enumerator values outside of the range of 'int', be | Douglas Gregor | 2010-02-17 | 1 | -1/+1 | 
| * | Do not add functions marked with the unused attribute to the list of unused f... | Tanya Lattner | 2010-02-17 | 1 | -1/+1 | 
| * | Complain if block-literal expression's parameter name is | Fariborz Jahanian | 2010-02-12 | 1 | -0/+1 | 
| * | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+9 | 
| * | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek | 2010-02-11 | 1 | -7/+7 | 
| * | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -10/+9 | 
| * | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -1/+1 | 
| * | Migrate the mish-mash of declaration checks in | Douglas Gregor | 2010-02-09 | 1 | -173/+117 | 
| * | Silence GCC warning and stay in 80 cols. | Benjamin Kramer | 2010-02-06 | 1 | -4/+5 | 
| * | Implement a warning diagnostic for weak vtables. Fixes PR6116. | Anders Carlsson | 2010-02-06 | 1 | -2/+9 | 
| * | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -13/+16 | 
| * | A dependent initializer with zero arguments should return a NULL | Douglas Gregor | 2010-02-05 | 1 | -1/+2 | 
| * | A function declarator with a non-identifier name in an anonymous class | Douglas Gregor | 2010-02-05 | 1 | -1/+2 |