| Commit message (Expand) | Author | Age | Files | Lines |
* | Support strlen() and __builtin_strlen() as constant expressions with | Douglas Gregor | 2010-09-10 | 1 | -0/+4 |
* | Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex... | Ted Kremenek | 2010-09-10 | 1 | -0/+15 |
* | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care | 2010-09-10 | 1 | -0/+14 |
* | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 2010-09-10 | 5 | -24/+13 |
* | Add libclang visitation for C99 designated initializers. | Douglas Gregor | 2010-09-09 | 1 | -0/+10 |
* | Add libclang visitation for __builtin_offsetof's components (fields | Douglas Gregor | 2010-09-09 | 1 | -0/+16 |
* | property reference expression used on lhs of assignment | Fariborz Jahanian | 2010-09-09 | 2 | -0/+40 |
* | Clean up obtuse wording of checker diagnostic of using an uninitialized value... | Ted Kremenek | 2010-09-09 | 6 | -9/+9 |
* | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor | 2010-09-09 | 1 | -0/+15 |
* | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 2 | -9/+31 |
* | Use FindReportInEquivalenceClass to identify all the nodes used for the trimm... | Ted Kremenek | 2010-09-09 | 1 | -1/+259 |
* | Use temporary files for this test, to see if we can flush out an inexplicable... | Douglas Gregor | 2010-09-09 | 1 | -3/+6 |
* | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -0/+3 |
* | Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal(). | Ted Kremenek | 2010-09-09 | 4 | -5/+764 |
* | Check format strings when a called function has more than one FormatAttr (one... | Ted Kremenek | 2010-09-09 | 1 | -1/+10 |
* | It appears that technically a null format string is not warned under -Wformat... | Ted Kremenek | 2010-09-09 | 1 | -0/+7 |
* | Relax __attribute_((nonnull)) checking to allow the attribute on functions wi... | Ted Kremenek | 2010-09-09 | 1 | -2/+2 |
* | Include test case for <rdar://problem/5880430>. | Ted Kremenek | 2010-09-09 | 1 | -0/+27 |
* | Block ivar layout must assume that the 'isa' | Fariborz Jahanian | 2010-09-09 | 1 | -5/+5 |
* | Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ... | Ted Kremenek | 2010-09-09 | 1 | -0/+16 |
* | Enhance -Wreturn-type to not warn when control-flow is most likely limited by... | Ted Kremenek | 2010-09-09 | 1 | -0/+13 |
* | Add support for a few MS extensions supported by the Borland compiler | Dawn Perchik | 2010-09-08 | 1 | -0/+27 |
* | When providing a completion for a function/method parameter of block | Douglas Gregor | 2010-09-08 | 1 | -4/+15 |
* | Test removed. | Fariborz Jahanian | 2010-09-08 | 1 | -20/+0 |
* | Removed test case. | Fariborz Jahanian | 2010-09-08 | 1 | -0/+0 |
* | Use the new-initialization code for initializing scalars with a | Douglas Gregor | 2010-09-08 | 4 | -4/+7 |
* | Reverse r113397 until we decide what to do with | Fariborz Jahanian | 2010-09-08 | 1 | -20/+0 |
* | Fix a crash when overloading id with objc_object*. | Fariborz Jahanian | 2010-09-08 | 2 | -0/+40 |
* | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -1/+38 |
* | Allow type definitions inside anonymous struct/union in Microsoft mode. | Francois Pichet | 2010-09-08 | 1 | -1/+43 |
* | Don't give 'global constructor' warnings for function statics, even if they h... | Sebastian Redl | 2010-09-08 | 1 | -1/+11 |
* | Put the tautological-comparison-of-unsigned-against-zero warnings in | John McCall | 2010-09-08 | 2 | -3/+3 |
* | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 3 | -3/+78 |
* | Allow (cv) void and incomplete arrays to be passed to the type traits. | Sebastian Redl | 2010-09-08 | 2 | -4/+37 |
* | add a fixit when 'main' does ot return 'int'; review welcome | Gabor Greif | 2010-09-08 | 1 | -0/+6 |
* | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -0/+20 |
* | Local static block variable referecned in its | Fariborz Jahanian | 2010-09-07 | 1 | -0/+57 |
* | tests: Use -ffreestanding when including stdint.h, to avoid platform dependen... | Daniel Dunbar | 2010-09-07 | 8 | -11/+11 |
* | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor | 2010-09-07 | 1 | -0/+15 |
* | Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an... | Ted Kremenek | 2010-09-07 | 1 | -0/+6 |
* | Re-enabled truncation/extension checking in IdempotentOperationChecker and ad... | Tom Care | 2010-09-07 | 1 | -0/+7 |
* | Have Sema check for validity of CGString literal | Fariborz Jahanian | 2010-09-07 | 2 | -4/+2 |
* | Improve error recovery when we see ':' and expect a ';'. | John McCall | 2010-09-07 | 2 | -1/+7 |
* | Adjust a test that's expecting optimizations to be done | Dale Johannesen | 2010-09-07 | 1 | -3/+3 |
* | Provide a specific diagnostic when trying to redefine an "extern | Douglas Gregor | 2010-09-07 | 1 | -0/+4 |
* | Improve recovery when there is a stray ']' or ')' before the ';' at | Douglas Gregor | 2010-09-07 | 1 | -14/+18 |
* | Improve recovery when a comma is missing between enumerators in an | Douglas Gregor | 2010-09-07 | 1 | -0/+7 |
* | Improve diagnostic and recovery when missing a comma between base or | Douglas Gregor | 2010-09-07 | 1 | -0/+9 |
* | Due to asmparser improvements, this error message is now better | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize... | Argyrios Kyrtzidis | 2010-09-06 | 2 | -0/+12 |