Age | Commit message (Expand) | Author |
2012-02-25 | Work-in-progress for lambda conversion-to-block operator. Still need to impl... | Eli Friedman |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-25 | RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt... | Ted Kremenek |
2012-02-25 | [arcmt] GC migrator: don't try to remove redundant __strong, it does | Argyrios Kyrtzidis |
2012-02-25 | Improve the diagnostic in ARC mode when a conditional with an Objective-C typ... | Eli Friedman |
2012-02-25 | Trying to increase my Ohloh ranking with trivial tweaks | Douglas Gregor |
2012-02-25 | Bugfix: bogus warning -- "invalid use of non-static data member", | DeLesley Hutchins |
2012-02-25 | Simplify check per Eli's comment | Douglas Gregor |
2012-02-24 | [analyzer] Malloc: reason about the ObjC messages and C++. | Anna Zaks |
2012-02-24 | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor |
2012-02-24 | Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. | Eli Friedman |
2012-02-24 | For the purposes of building LLVM types, a forward-declared | Douglas Gregor |
2012-02-24 | Back out __decltype warning from r151377: we should either warn on all the GNU | Richard Smith |
2012-02-24 | Make helper static. | Benjamin Kramer |
2012-02-24 | When checking whether a reference to a variable is an ICE, look at the type of | Richard Smith |
2012-02-24 | Minor modern rewriter bug showed up during testing | Fariborz Jahanian |
2012-02-24 | C++11 [class.ctor]p5 says that | Douglas Gregor |
2012-02-24 | Fix comment: correct predicate name, reformat comment. | Dmitri Gribenko |
2012-02-24 | Change the text of a FIXME. | Argyrios Kyrtzidis |
2012-02-24 | __decltype is a GNU extension, not a C++11 extension. | Richard Smith |
2012-02-24 | Two minor, related fixes for template instantiation with blocks: | Douglas Gregor |
2012-02-24 | objc modern translator. Fixes writing of block pointer ivar access. | Fariborz Jahanian |
2012-02-24 | [analyzer] Run remove dead bindings before each call. | Anna Zaks |
2012-02-24 | [analyzer] We were silently stopping exploring the path after | Anna Zaks |
2012-02-24 | Revert r151357. That unreachable is reachable... | Nick Lewycky |
2012-02-24 | Silence gcc warnings pointing out that CharByteWidth could be used | Nick Lewycky |
2012-02-24 | Sink variable into assert | Matt Beaumont-Gay |
2012-02-24 | Remove some trivial uses of hasTrivialCopyConstructor() and | Douglas Gregor |
2012-02-24 | Kill a spurious use of hasTrivialDefaultConstructor() | Douglas Gregor |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-24 | Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing... | Ted Kremenek |
2012-02-24 | Reapply r151317, but when computing the PathDiagnostic profile and size keep ... | Ted Kremenek |
2012-02-24 | Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots. | Chad Rosier |
2012-02-24 | [PCH] When keeping track of top-level decls for "targeted deserialization" | Argyrios Kyrtzidis |
2012-02-24 | Rework PathDiagnostic creation so that call stacks are captured by a nested P... | Ted Kremenek |
2012-02-24 | Reapply r151172 - Unwind path cleanup for array new list initializers - with a | Chad Rosier |
2012-02-23 | Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p... | Eli Friedman |
2012-02-23 | Modernize some code which processes CastExprs to use CastKinds. No intended ... | Eli Friedman |
2012-02-23 | [analyzer] KeyChainAPI: unique the leaks by allocation site. | Anna Zaks |
2012-02-23 | objective-c++: Type of an objc string literal is NSString, not 'id'. | Fariborz Jahanian |
2012-02-23 | Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M... | Aaron Ballman |
2012-02-23 | Pull the OpaqueValueExpr's source expression into its constructor, so | Douglas Gregor |
2012-02-23 | ARM: enable the integrated assembler by default for Darwin. | Jim Grosbach |
2012-02-23 | [analyzer] Malloc: unique leak reports by allocation site. | Anna Zaks |
2012-02-23 | [libclang] Make sure that all top-level decls in a @implementation are | Argyrios Kyrtzidis |
2012-02-23 | * tgmath_logb.patch implements the missing logb function (see C99 standard 7.... | Howard Hinnant |
2012-02-23 | Actually remove the duplicated elements from the vector. | Benjamin Kramer |
2012-02-23 | objective-c default synthesis. classes which adopt protocol properties | Fariborz Jahanian |
2012-02-23 | Replace a use of hasTrivialDefaultConstructor() with the appropriate | Douglas Gregor |
2012-02-23 | Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization... | Benjamin Kramer |