| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement typo correction for id-expressions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -15/+39 |
| * | fix PR5917, L'x' was getting the wrong type in c++ mode. Per | Chris Lattner | 2009-12-30 | 1 | -2/+8 |
| * | Don't look through casts when looking for the underlying decl for a function | Eli Friedman | 2009-12-26 | 1 | -1/+1 |
| * | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -1/+0 |
| * | Add test case for PR5868, and improve location information slightly for impli... | Douglas Gregor | 2009-12-24 | 1 | -1/+1 |
| * | InitializationSequence handles binding to temporaries, so that | Douglas Gregor | 2009-12-24 | 1 | -3/+0 |
| * | Fix the clang-on-clang build: APFloat reports underflow whenever we get a | John McCall | 2009-12-24 | 1 | -1/+5 |
| * | Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 | John McCall | 2009-12-24 | 1 | -3/+21 |
| * | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -2/+2 |
| * | When using a default function argument for a function template (or | Douglas Gregor | 2009-12-23 | 1 | -3/+18 |
| * | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor | 2009-12-22 | 1 | -15/+16 |
| * | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -5/+2 |
| * | Switch initialization of parameters in a call over to | Douglas Gregor | 2009-12-22 | 1 | -2/+14 |
| * | Switch compound literals over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -2/+9 |
| * | Centralize the emission/suppression/delay of diagnostics describing runtime b... | Douglas Gregor | 2009-12-22 | 1 | -59/+51 |
| * | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |