Age | Commit message (Expand) | Author |
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 |
2010-02-04 | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall |
2010-02-03 | Don't do an expensive definition check where a cheap 'is this C?' check suffi... | Sebastian Redl |
2010-02-03 | Simplify setting of DeclContext for @catch variable | Fariborz Jahanian |
2010-02-03 | Fix DeclContext of an objective-c @catch variable | Fariborz Jahanian |
2010-02-02 | Implement promotion for enumeration types. | Douglas Gregor |
2010-02-02 | Check for redefinitions in MergeVarDecl. This finds redefinitions of globals ... | Sebastian Redl |
2010-02-02 | Mark dtors for parameter variables and eliminate some redundant type munging. | John McCall |
2010-02-01 | Improve handling of enumerator values for C and C++, including: | Douglas Gregor |
2010-02-01 | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl |
2010-01-31 | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl |
2010-01-27 | Implement access control for overloaded functions. Suppress access control | John McCall |
2010-01-25 | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek |
2010-01-24 | Implement [dcl.fct.spec]p6. | Anders Carlsson |
2010-01-23 | Implement elementary access control. | John McCall |
2010-01-22 | Patch fixes a lookup bug in c++'s anonymous union member | Fariborz Jahanian |
2010-01-22 | Create function, block, and template parameters in the context of the | John McCall |
2010-01-21 | Speed up compilation by avoiding generating exceptional edges from | Mike Stump |
2010-01-21 | Move some recent checking code into SemaChecking instead. | Mike Stump |
2010-01-21 | Avoid instantiating std::sort to save on compiler size. | Mike Stump |
2010-01-21 | When checking for unreachable code, we can trivially avoid checking | Mike Stump |
2010-01-21 | When checking for unreachable blocks, we can trivially avoid extra | Mike Stump |
2010-01-20 | First pass at collecting access-specifier information along inheritance paths. | John McCall |
2010-01-20 | Improve CheckFallThrough analysis in the presense of the new C++ EH | Mike Stump |
2010-01-19 | When looking up enumerator names for redeclaration, use the | Douglas Gregor |
2010-01-16 | Partial fix for PR6022, where we were complaining when a friend | Douglas Gregor |
2010-01-15 | Generalize handling for unreachable code warnings to all binary operators. | Mike Stump |
2010-01-15 | Refine location reporting for unreachable code warnings for comma expressions. | Mike Stump |
2010-01-15 | Refine unreachable warnings. WIP. | Mike Stump |
2010-01-15 | When performing qualified name lookup into the current instantiation, | Douglas Gregor |
2010-01-14 | fix grammaro | Chris Lattner |
2010-01-14 | When qualified lookup into the current instantiation fails (because it | Douglas Gregor |
2010-01-14 | Don't assume a random access iterator, instead just use CFG::iterator. | Mike Stump |
2010-01-14 | Avoid snowballing errors into additional warnings. To do better, we'd | Mike Stump |
2010-01-13 | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor |
2010-01-13 | Implement semantic checking for C++ literal operators. | Sean Hunt |
2010-01-13 | Add an unreachable code checker. | Mike Stump |
2010-01-11 | C++0x [dcl.typedef]p4, take 3, where we actually figure out what "that | Douglas Gregor |
2010-01-11 | Use isa<ElaboratedType> rather than getAs<ElaboratedType>, since the | Douglas Gregor |