| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Extract a common structure for holding information about the definition | John McCall | 2010-02-04 | 1 | -6/+20 |
| * | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall | 2010-02-04 | 1 | -0/+35 |
| * | Don't do an expensive definition check where a cheap 'is this C?' check suffi... | Sebastian Redl | 2010-02-03 | 1 | -1/+2 |
| * | Simplify setting of DeclContext for @catch variable | Fariborz Jahanian | 2010-02-03 | 1 | -9/+1 |
| * | Fix DeclContext of an objective-c @catch variable | Fariborz Jahanian | 2010-02-03 | 1 | -0/+13 |
| * | Implement promotion for enumeration types. | Douglas Gregor | 2010-02-02 | 1 | -15/+11 |
| * | Check for redefinitions in MergeVarDecl. This finds redefinitions of globals ... | Sebastian Redl | 2010-02-02 | 1 | -0/+11 |
| * | Mark dtors for parameter variables and eliminate some redundant type munging. | John McCall | 2010-02-02 | 1 | -3/+3 |
| * | Improve handling of enumerator values for C and C++, including: | Douglas Gregor | 2010-02-01 | 1 | -39/+133 |
| * | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl | 2010-02-01 | 1 | -5/+5 |
| * | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -23/+4 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -0/+1 |
| * | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek | 2010-01-25 | 1 | -1/+1 |
| * | Implement [dcl.fct.spec]p6. | Anders Carlsson | 2010-01-24 | 1 | -0/+22 |
| * | Implement elementary access control. | John McCall | 2010-01-23 | 1 | -1/+3 |
| * | Patch fixes a lookup bug in c++'s anonymous union member | Fariborz Jahanian | 2010-01-22 | 1 | -1/+7 |
| * | Create function, block, and template parameters in the context of the | John McCall | 2010-01-22 | 1 | -2/+7 |
| * | Speed up compilation by avoiding generating exceptional edges from | Mike Stump | 2010-01-21 | 1 | -1/+3 |
| * | Move some recent checking code into SemaChecking instead. | Mike Stump | 2010-01-21 | 1 | -429/+0 |
| * | Avoid instantiating std::sort to save on compiler size. | Mike Stump | 2010-01-21 | 1 | -11/+5 |
| * | When checking for unreachable code, we can trivially avoid checking | Mike Stump | 2010-01-21 | 1 | -9/+15 |
| * | When checking for unreachable blocks, we can trivially avoid extra | Mike Stump | 2010-01-21 | 1 | -3/+11 |
| * | First pass at collecting access-specifier information along inheritance paths. | John McCall | 2010-01-20 | 1 | -0/+7 |
| * | Improve CheckFallThrough analysis in the presense of the new C++ EH | Mike Stump | 2010-01-20 | 1 | -1/+10 |
| * | When looking up enumerator names for redeclaration, use the | Douglas Gregor | 2010-01-19 | 1 | -1/+2 |
| * | Partial fix for PR6022, where we were complaining when a friend | Douglas Gregor | 2010-01-16 | 1 | -1/+2 |
| * | Generalize handling for unreachable code warnings to all binary operators. | Mike Stump | 2010-01-15 | 1 | -16/+13 |
| * | Refine location reporting for unreachable code warnings for comma expressions. | Mike Stump | 2010-01-15 | 1 | -12/+45 |
| * | Refine unreachable warnings. WIP. | Mike Stump | 2010-01-15 | 1 | -4/+87 |