Age | Commit message (Expand) | Author |
2012-02-25 | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith |
2012-02-25 | Fix a regression from r151117: ADL requires that we attempt to complete any | Richard Smith |
2012-02-25 | Prevent llvm.lifetime intrinsics from being emitted at -O0. | Chad Rosier |
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 | Add test for C++ DR899. | 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 | Remove FIXME: as Eli points out, the behavior here is now correct. | Richard Smith |
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 | [libclang] Add a triple to the test. | Argyrios Kyrtzidis |
2012-02-24 | cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as | Richard Smith |
2012-02-24 | cxx_status: extended sizeof has been essentially complete for some time. As | Richard Smith |
2012-02-24 | test for writing modern ivar of struct type. | Fariborz Jahanian |
2012-02-24 | __decltype is a GNU extension, not a C++11 extension. | Richard Smith |
2012-02-24 | more objective-c modern translator ivar tests. | Fariborz Jahanian |
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 | Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have been | Rafael Espindola |
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 | Remove stray path in test file. | Ted Kremenek |
2012-02-24 | Reapply r151317, but when computing the PathDiagnostic profile and size keep ... | Ted Kremenek |
2012-02-24 | Fix test for non-block-default platforms. | David Blaikie |
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 | Add an ivar test for modern objc abi translator. | Fariborz Jahanian |
2012-02-24 | Make test works with FileCheck. | Fariborz Jahanian |