| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |