Age | Commit message (Expand) | Author |
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 |
2010-01-11 | Allow redefinitions of typedef-names within class scope when the type | Douglas Gregor |
2010-01-07 | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor |
2010-01-06 | Make sure that the key-function computation produces the correct | Douglas Gregor |
2010-01-06 | Make our marking of virtual members functions in a class be | Douglas Gregor |
2010-01-05 | Improve key-function computation for templates. In particular: | Douglas Gregor |
2010-01-04 | Avoid warnings for functions that return a value using MS-style inline | Mike Stump |
2010-01-03 | Implement typo correction for a variety of Objective-C-specific | Douglas Gregor |
2009-12-30 | when making a decl for __builtin_fabsf() make sure to | Chris Lattner |
2009-12-30 | Typo correction for type names when they appear in declarations, e.g., given | Douglas Gregor |
2009-12-30 | Typedefs can be redeclared. That seems like something we should record in | John McCall |
2009-12-24 | Tweak the text of several main() diagnostics and punch a hole specifically for | John McCall |
2009-12-23 | allow the noreturn attribute to be used in class methods | Nuno Lopes |
2009-12-22 | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman |
2009-12-22 | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor |
2009-12-21 | Fix for PR5840: fix the kind of name lookup used for classes in | Eli Friedman |
2009-12-20 | Make sure we instantiate the destructor for variables initialized by | Eli Friedman |
2009-12-20 | Switch default-initialization of variables of class type (or array thereof) o... | Douglas Gregor |
2009-12-20 | Revert accidental commit | Douglas Gregor |
2009-12-20 | Fix CMake build on windows, from Cedric Venet | Douglas Gregor |
2009-12-20 | Don't inject the class name until that magical lbrace. | John McCall |
2009-12-19 | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall |
2009-12-19 | Don't use EnterDeclaratorContext when rebuilding a type in the current | John McCall |
2009-12-19 | Initialization improvements: addition of string initialization and a few | Eli Friedman |
2009-12-18 | Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into | John McCall |
2009-12-17 | Revert r91073. | Mike Stump |
2009-12-17 | implement PR3962: diagnose more faulty cases of usage of the restrict qualifi... | Nuno Lopes |
2009-12-17 | revert part of my last patch, and mark only the c++ global new operator as no... | Nuno Lopes |
2009-12-16 | Make sure C-specific enum warning doesn't trigger in C++. | Eli Friedman |
2009-12-16 | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes |
2009-12-16 | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor |
2009-12-15 | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson |
2009-12-15 | This patch should fix PR2461. It allows clang to apply the noreturn | Mike Stump |
2009-12-11 | Fix the handling of dependent enums per C++ DR 502. | Eli Friedman |
2009-12-10 | Don't complain about falling off the end of a function with an asm | Mike Stump |
2009-12-10 | Clean up enum constants so that they're finally sane. Fixes PR3173 and a | Eli Friedman |