| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | When performing qualified name lookup into the current instantiation, | Douglas Gregor | 2010-01-15 | 1 | -1/+2 |
* | fix grammaro | Chris Lattner | 2010-01-14 | 1 | -1/+1 |
* | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -1/+11 |
* | Don't assume a random access iterator, instead just use CFG::iterator. | Mike Stump | 2010-01-14 | 1 | -3/+3 |
* | Avoid snowballing errors into additional warnings. To do better, we'd | Mike Stump | 2010-01-14 | 1 | -2/+4 |
* | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor | 2010-01-13 | 1 | -0/+24 |
* | Implement semantic checking for C++ literal operators. | Alexis Hunt | 2010-01-13 | 1 | -1/+6 |
* | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -28/+62 |
* | C++0x [dcl.typedef]p4, take 3, where we actually figure out what "that | Douglas Gregor | 2010-01-11 | 1 | -1/+1 |
* | Use isa<ElaboratedType> rather than getAs<ElaboratedType>, since the | Douglas Gregor | 2010-01-11 | 1 | -1/+1 |
* | Allow redefinitions of typedef-names within class scope when the type | Douglas Gregor | 2010-01-11 | 1 | -4/+29 |
* | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -0/+6 |
* | Make sure that the key-function computation produces the correct | Douglas Gregor | 2010-01-06 | 1 | -10/+27 |
* | Make our marking of virtual members functions in a class be | Douglas Gregor | 2010-01-06 | 1 | -0/+10 |
* | Improve key-function computation for templates. In particular: | Douglas Gregor | 2010-01-05 | 1 | -1/+1 |
* | Avoid warnings for functions that return a value using MS-style inline | Mike Stump | 2010-01-04 | 1 | -0/+8 |
* | Implement typo correction for a variety of Objective-C-specific | Douglas Gregor | 2010-01-03 | 1 | -1/+25 |
* | when making a decl for __builtin_fabsf() make sure to | Chris Lattner | 2009-12-30 | 1 | -0/+4 |
* | Typo correction for type names when they appear in declarations, e.g., given | Douglas Gregor | 2009-12-30 | 1 | -1/+32 |
* | Typedefs can be redeclared. That seems like something we should record in | John McCall | 2009-12-30 | 1 | -3/+9 |
* | Tweak the text of several main() diagnostics and punch a hole specifically for | John McCall | 2009-12-24 | 1 | -2/+12 |
* | allow the noreturn attribute to be used in class methods | Nuno Lopes | 2009-12-23 | 1 | -1/+3 |
* | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -13/+16 |
* | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | Fix for PR5840: fix the kind of name lookup used for classes in | Eli Friedman | 2009-12-21 | 1 | -2/+6 |
* | Make sure we instantiate the destructor for variables initialized by | Eli Friedman | 2009-12-20 | 1 | -0/+9 |
* | Switch default-initialization of variables of class type (or array thereof) o... | Douglas Gregor | 2009-12-20 | 1 | -20/+11 |
* | Revert accidental commit | Douglas Gregor | 2009-12-20 | 1 | -11/+20 |
* | Fix CMake build on windows, from Cedric Venet | Douglas Gregor | 2009-12-20 | 1 | -20/+11 |
* | Don't inject the class name until that magical lbrace. | John McCall | 2009-12-20 | 1 | -24/+29 |
* | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall | 2009-12-19 | 1 | -11/+35 |
* | Don't use EnterDeclaratorContext when rebuilding a type in the current | John McCall | 2009-12-19 | 1 | -2/+5 |
* | Initialization improvements: addition of string initialization and a few | Eli Friedman | 2009-12-19 | 1 | -17/+13 |
* | Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into | John McCall | 2009-12-18 | 1 | -18/+16 |
* | Revert r91073. | Mike Stump | 2009-12-17 | 1 | -5/+0 |
* | implement PR3962: diagnose more faulty cases of usage of the restrict qualifi... | Nuno Lopes | 2009-12-17 | 1 | -1/+9 |
* | revert part of my last patch, and mark only the c++ global new operator as no... | Nuno Lopes | 2009-12-17 | 1 | -5/+0 |
* | Make sure C-specific enum warning doesn't trigger in C++. | Eli Friedman | 2009-12-16 | 1 | -1/+1 |
* | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes | 2009-12-16 | 1 | -0/+5 |