| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow comparison of 'void *' with function pointer | Fariborz Jahanian | 2009-12-21 | 1 | -1/+12 |
* | Unresolved implicit member accesses are dependent if the object type is depen... | John McCall | 2009-12-19 | 1 | -0/+1 |
* | When diagnosing that a decl ref expr is not a value, note the declaration | John McCall | 2009-12-18 | 1 | -1/+1 |
* | Shift things around so that it's easier to recover from a missing | John McCall | 2009-12-16 | 1 | -163/+53 |
* | Introduce a centralized routine in Sema for diagnosing failed lookups (when | John McCall | 2009-12-16 | 1 | -11/+67 |
* | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -7/+7 |
* | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -4/+15 |
* | Diagnose attempting to assign to a sub-structure of an ivar | Fariborz Jahanian | 2009-12-15 | 1 | -0/+3 |
* | Fixes a code gen bug related to accessing a now | Fariborz Jahanian | 2009-12-15 | 1 | -1/+3 |
* | If a ParmVarDecl's default argument is a CXXExprWithTemporaries, return the u... | Anders Carlsson | 2009-12-15 | 1 | -9/+2 |
* | Support OpenCL 1.1 odd-length vector component accessors. | Nate Begeman | 2009-12-15 | 1 | -9/+1 |
* | Fix some diagnostic-related FIXMEs, from Nicola Gigante | Douglas Gregor | 2009-12-15 | 1 | -4/+3 |
* | Fix a COVTCTII (crash-on-valid-that-clang-thinks-is-invalid, duh), | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | When certain diagnostics involving run-time behavior would be emitted | Douglas Gregor | 2009-12-12 | 1 | -13/+30 |
* | Suppress warnings and errors about certain uses of non-POD types (in | Douglas Gregor | 2009-12-12 | 1 | -11/+48 |
* | Move composite type finding of two objective-c expressions | Fariborz Jahanian | 2009-12-10 | 1 | -118/+137 |
* | Codegen. support for ObjCIsaExpr AST which until now | Fariborz Jahanian | 2009-12-09 | 1 | -3/+3 |
* | Handle unresolved using decls in bare lookups. These are not being adequately | John McCall | 2009-12-08 | 1 | -3/+3 |
* | Refactor objective-c pointer assignment compatibility logic. No | Fariborz Jahanian | 2009-12-08 | 1 | -17/+24 |
* | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -1/+1 |
* | Patch to warn when discarding objective-c pointer type qualifiers | Fariborz Jahanian | 2009-12-08 | 1 | -0/+10 |
* | Recover from dot accesses to record pointers and arrow accesses to records. | John McCall | 2009-12-07 | 1 | -3/+32 |
* | Add the BlockDecl to the DeclContext. | Ted Kremenek | 2009-12-07 | 1 | -0/+1 |