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