| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue extended diagnostic when property dot-syntax is used and | Fariborz Jahanian | 2010-02-19 | 1 | -4/+7 |
| * | Revert: "Change InitListExpr to allocate the array for holding references" | Ted Kremenek | 2010-02-19 | 1 | -5/+5 |
| * | Change InitListExpr to allocate the array for holding references | Ted Kremenek | 2010-02-19 | 1 | -5/+5 |
| * | Introduce a new kind of failed result for isLvalue/isModifiableLvalue | Douglas Gregor | 2010-02-16 | 1 | -1/+10 |
| * | Complain if block-literal expression's parameter name is | Fariborz Jahanian | 2010-02-12 | 1 | -2/+9 |
| * | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+1 |
| * | Allocate the SubExprs array in ObjCMessageExpr using the allocator associated... | Ted Kremenek | 2010-02-11 | 1 | -1/+1 |
| * | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson | 2010-02-11 | 1 | -2/+1 |
| * | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -1/+1 |
| * | Diagnose when user provided getter is being used as lvalue | Fariborz Jahanian | 2010-02-11 | 1 | -0/+3 |
| * | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -1/+1 |
| * | Finish implementing property synthesis by default. | Fariborz Jahanian | 2010-02-09 | 1 | -15/+2 |
| * | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -2/+20 |
| * | Fix the crash-on-invalid from PR6259. | John McCall | 2010-02-08 | 1 | -1/+7 |
| * | Default function arguments for function template specializations | Douglas Gregor | 2010-02-05 | 1 | -1/+2 |
| * | Fix for PR6220: compute the correct type for multicharacter literals. | Eli Friedman | 2010-02-03 | 1 | -0/+2 |
| * | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor | 2010-02-03 | 1 | -11/+38 |
| * | Extract a common base class between UnresolvedLookupExpr and | John McCall | 2010-02-02 | 1 | -1/+1 |
| * | Diagnose binding a non-const reference to a vector element. | Anders Carlsson | 2010-01-31 | 1 | -2/+1 |
| * | When naming a function template via a qualified-id (or any other way | Douglas Gregor | 2010-01-29 | 1 | -1/+1 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -5/+12 |
| * | Preserve access bits through overload resolution much better. Some | John McCall | 2010-01-26 | 1 | -19/+8 |
| * | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek | 2010-01-25 | 1 | -1/+1 |
| * | Create function, block, and template parameters in the context of the | John McCall | 2010-01-22 | 1 | -1/+4 |
| * | Implement goto inside of blocks. | Mike Stump | 2010-01-19 | 1 | -0/+20 |
| * | The type of a compound literal expression is not necessarily the same as the | John McCall | 2010-01-19 | 1 | -2/+2 |
| * | Issue diagnostics (instead of crashing in code gen) when using | Fariborz Jahanian | 2010-01-19 | 1 | -8/+2 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -14/+24 |
| * | Introduce a second queue of "local" pending implicit instantiation, | Douglas Gregor | 2010-01-16 | 1 | -2/+9 |
| * | Don't lose type source information when rebuilding C-style cast expressions. | John McCall | 2010-01-15 | 1 | -8/+18 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 1 | -3/+5 |
| * | Don't repeat lookup when instantiating resolved member expressions. | John McCall | 2010-01-15 | 1 | -14/+22 |
| * | Add an unreachable code checker. | Mike Stump | 2010-01-13 | 1 | -1/+4 |
| * | When in objective-c methods, do the built-in name lookup after | Fariborz Jahanian | 2010-01-12 | 1 | -5/+18 |
| * | Don't emit string-comparison or self-comparison warnings in | Douglas Gregor | 2010-01-12 | 1 | -11/+13 |
| * | use DiagRuntimeBehavior to silence the div/rem by zero warning when | Chris Lattner | 2010-01-12 | 1 | -2/+4 |
| * | implement PR6004, warning about divide and remainder by zero. | Chris Lattner | 2010-01-12 | 1 | -14/+27 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -3/+10 |
| * | Make Clang complain about taking the address of an unqualified member functio... | Sebastian Redl | 2010-01-11 | 1 | -1/+16 |
| * | Improve the fix-its for -Wparentheses to ensure that the fix-it | Douglas Gregor | 2010-01-08 | 1 | -2/+26 |
| * | Add an "implicit" bit to CXXThisExpr, so that we can track | Douglas Gregor | 2010-01-07 | 1 | -3/+10 |
| * | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -1/+13 |
| * | Disallow captured arrays in blocks as well. Radar 7438948. | Mike Stump | 2010-01-05 | 1 | -0/+6 |
| * | Disallow capturing vlas inside blocks. | Mike Stump | 2010-01-05 | 1 | -0/+6 |
| * | Move the -Wsign-compare logic into SemaChecking.cpp. | John McCall | 2010-01-04 | 1 | -78/+0 |
| * | -Wsign-compare shouldn't warn when the signed operand is a conditional operator | John McCall | 2010-01-04 | 1 | -20/+24 |
| * | Implement typo correction for a variety of Objective-C-specific | Douglas Gregor | 2010-01-03 | 1 | -0/+38 |
| * | Fix minor oversight for increment/decrement of complex int. Add tests for | Eli Friedman | 2010-01-03 | 1 | -1/+1 |
| * | When typo correction for an id-expression finds a type (or Objective-C | Douglas Gregor | 2010-01-01 | 1 | -12/+32 |
| * | Typo correction for member access into classes/structs/unions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+18 |