aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-24Reapply r151172 - Unwind path cleanup for array new list initializers - with aChad Rosier
2012-02-23Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...Eli Friedman
2012-02-23Modernize 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-23objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian
2012-02-23Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...Aaron Ballman
2012-02-23Pull the OpaqueValueExpr's source expression into its constructor, soDouglas Gregor
2012-02-23Update test for r151288Jim Grosbach
2012-02-23ARM: 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[analyzer] Add CString checks to the release notes.Anna Zaks
2012-02-23[libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis
2012-02-23Test is fixed.Fariborz Jahanian
2012-02-23XFAIL test until I figure out how to make test pass on different platforms.Fariborz Jahanian
2012-02-23* tgmath_logb.patch implements the missing logb function (see C99 standard 7....Howard Hinnant
2012-02-23Change test again so it passes in build-bot until I can figure out what isFariborz Jahanian
2012-02-23fix test for patch in r151268.Fariborz Jahanian
2012-02-23Actually remove the duplicated elements from the vector.Benjamin Kramer
2012-02-23objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian
2012-02-23Fix indentationDouglas Gregor
2012-02-23Note that lambda expressions are available in the release notes for 3.1Douglas Gregor
2012-02-23Replace a use of hasTrivialDefaultConstructor() with the appropriateDouglas Gregor
2012-02-23Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization...Benjamin Kramer
2012-02-23Unique CXXBasePath decls with the SmallVector/pod_sort/std::unique idiom inst...Benjamin Kramer
2012-02-23Replace the std::map in the init list checker with a DenseMap to reduce mallo...Benjamin Kramer
2012-02-23PR12067: When emitting an evaluated constant structure in C++11 mode, don'tRichard Smith
2012-02-23Seriously, are injected-class-names that hard?Douglas Gregor
2012-02-23Provide the __is_trivially_assignable type trait, which providesDouglas Gregor
2012-02-23Clang supports lambdas.Douglas Gregor
2012-02-23Two fixes to how we compute visibility:Rafael Espindola
2012-02-23Tweak C++ status table:Douglas Gregor
2012-02-23Clang now supports lambda expressions.Douglas Gregor
2012-02-23Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...Eli Friedman
2012-02-23Update parser's disambiguation to cope with braced function-style casts inRichard Smith
2012-02-23Turned on support for __declspec(deprecated) in MS compatibility mode.Aaron Ballman
2012-02-23[analyzer] Invalidate the region passed to pthread_setspecific() call.Anna Zaks
2012-02-23Tweak release note comments for checker build.Ted Kremenek
2012-02-23Update checker build to checker-261.Ted Kremenek
2012-02-23Add a quick TODO.Eric Christopher
2012-02-23Fold debug scope emission into the cleanup scope.Eric Christopher
2012-02-22another test for modern ivar access rewrite.Fariborz Jahanian
2012-02-22Revert r151172: Unwind path cleanup for array new list initializers.Chad Rosier
2012-02-22more tests for modern objc translator.Fariborz Jahanian
2012-02-22Improve placement of clang crash diagnostics section.Chad Rosier
2012-02-22[analyzer] Malloc cleanup:Anna Zaks
2012-02-22Revert part of r148839 and keep DefaultTargetTriple in the form adjustedJoerg Sonnenberger
2012-02-22Add clang crash diagnostic info and associated flags to Clang user manual.Chad Rosier
2012-02-22Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3Ted Kremenek
2012-02-22Add new driver warning from r151174 to a warning group. Please let me know i...Chad Rosier
2012-02-22modern objc translator. more writing of modern ivar accessFariborz Jahanian