aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-29X86: add more GATHER intrinsics in ClangManman Ren
2012-06-29Teach the __is_trivially_assignable and __is_trivially_constructibleDouglas Gregor
2012-06-29[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.Jordan Rose
2012-06-28Warn on self-assignment to member variables. PR13104.Nico Weber
2012-06-28Thread safety analysis: support release() function on scopedDeLesley Hutchins
2012-06-28When applying a template diff highlighting to a diagnostic message, rememberRichard Trieu
2012-06-28Fix template type diffing coloring (r159216) when forcing color output to a f...David Blaikie
2012-06-28Support the use of "=delete" and "=default" with delayed templateDouglas Gregor
2012-06-28objective-c rewriter: refactoring of rewriting ofFariborz Jahanian
2012-06-28Dead code eliminate the massive hexagon builtin intrinsic supporting code.Benjamin Kramer
2012-06-28Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...Benjamin Kramer
2012-06-28Support MIPS DSP Rev1 intrinsics. Simon Atanasyan
2012-06-28Compare the canonical types and document why we give up on the covariant case.Rafael Espindola
2012-06-28Warn on weak properties declared in protocols as well.Jordan Rose
2012-06-28Remove redundant check.Dmitri Gribenko
2012-06-28Attaching comments to declarations: don't attach comments to implicit declara...Dmitri Gribenko
2012-06-28Disable devirtualization when we have covariant returns. I will open a bugRafael Espindola
2012-06-28Don't devirtualize calls when we don't have the correct type of the this pointerRafael Espindola
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-06-28Add warning flag -Winvalid-pp-token for preprocessing-tokens which haveRichard Smith
2012-06-28Fix another issue with devirtualizing calls to final methods by passing themRafael Espindola
2012-06-28Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko
2012-06-28Fix grammar.Eric Christopher
2012-06-28Update the #include to find the DebugInfo.h in the correct placeBill Wendling
2012-06-28Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko
2012-06-27Fix uninitialized variable use bug found by the clairvoyant static analyzer.Argyrios Kyrtzidis
2012-06-27Attaching documentation comments to declarations: don't attach a comment to a...Dmitri Gribenko
2012-06-27Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko
2012-06-27Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman
2012-06-27objective-c mrc: Issue warning for mrc, as is done for arc, whenFariborz Jahanian
2012-06-27Refactoring after r159290: don't hold onto and check a misleading QualType.Richard Smith
2012-06-27Check for non-POD vararg argument type after default argument promotion, notRichard Smith
2012-06-27patch to suggest 'static' function should be 'static inline' Fariborz Jahanian
2012-06-27Implement John McCall's review of r159212 other than the this pointer notRafael Espindola
2012-06-27Fix a crash I introduced in r159212.Rafael Espindola
2012-06-27Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko
2012-06-27Comment lexer: counting backwards from token end is thought to be confusing. ...Dmitri Gribenko
2012-06-27Fix for r159256 on Windows.Axel Naumann
2012-06-27From Vassil Vassilev:Axel Naumann
2012-06-27Initialize RawComment::BriefTextValid in other constructor, too.Dmitri Gribenko
2012-06-27Introduce __has_feature(attribute_unused_on_fields) to determine whetherDaniel Jasper
2012-06-27Simplify logic in BriefParser::Parse(), per Jordan's comment.Dmitri Gribenko
2012-06-27[analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind.Jordan Rose
2012-06-27[analyzer] Remove unneeded helper function (it's in ASTContext.h)Jordan Rose
2012-06-26Whitespace.Chad Rosier
2012-06-26[Windows] Improve mangling of templates when back references are presentTimur Iskhodzhanov
2012-06-26Enable -mcpu=native and -march=native for arm targets.Benjamin Kramer
2012-06-26Whitespace.Chad Rosier
2012-06-26preprocessing: gcc supports #line 0. So, treat thisFariborz Jahanian
2012-06-26Remove typedef which is unused after r159189.Richard Smith