aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-08Minor simplification for r161534.Eli Friedman
2012-08-08objective-C: refactor/simplify parsing of delayedFariborz Jahanian
2012-08-08Fix r161534 so it actually builds.Eli Friedman
2012-08-08PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.Richard Smith
2012-08-08Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman
2012-08-08Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman
2012-08-08Address code review comments for Wstrncat-size warning (r161440).Anna Zaks
2012-08-08[ms-inline asm] Use more idiomatic logic. Thanks, Bill.Chad Rosier
2012-08-08Implicitly annotate __CFStringMakeConstantString with format_arg(1).Jordan Rose
2012-08-08[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,Chad Rosier
2012-08-08Don't add attributes for "#pragma pack" and friends to tag declarations whichEli Friedman
2012-08-08[ms-inline asm] Make sure IsSimple is correctly handled.Chad Rosier
2012-08-08Remove extraneous comment.Chad Rosier
2012-08-08[ms-inline asm] Add a very simple test case. Basically, we're only testing forChad Rosier
2012-08-08[ms-inline asm] Refactor the logic to generate the AsmString into Sema. NoChad Rosier
2012-08-08Whitespace.Chad Rosier
2012-08-08Whitespace.Chad Rosier
2012-08-08[analyzer] Clean up the printing of FieldRegions for leaks.Jordan Rose
2012-08-08[analyzer] Track malloc'd regions stored in structs.Jordan Rose
2012-08-08[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.Jordan Rose
2012-08-08Constify CXXRecordDecl::isVirtuallyDerivedFrom.Jordan Rose
2012-08-08[ms-inline asm] Add support for detecting simple ms-style inline asm. SimpleChad Rosier
2012-08-08Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor.Chad Rosier
2012-08-08Implement warning for integral null pointer constants other than the literal 0.David Blaikie
2012-08-08objc: Include all types when issuing warning underFariborz Jahanian
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith
2012-08-08Frontend: further document __BYTE_ORDER__Dylan Noblesmith
2012-08-08Remove unused variables.Benjamin Kramer
2012-08-08Revert part of r161175 which was wrong for OpenBSD's PowerPC target.Hans Wennborg
2012-08-08Implement final piece of DR963 and also DR587:Richard Smith
2012-08-08clarify that the advantages of the BSD license apply to when you incorporate ...Chris Lattner
2012-08-08Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...Eli Friedman
2012-08-08Fix an assertion failure with a C++ constructor initializing aEli Friedman
2012-08-08Fix a -ast-dump crash.Eli Friedman
2012-08-07objc-arc: Make -Wdirect-ivar-access accessible to allFariborz Jahanian
2012-08-07Whitespace.Chad Rosier
2012-08-07When building a conditional operator where one operand is a throw-expressionRichard Smith
2012-08-07-Wunused-private-fields: Don't try to check unresolved initializer expressionsRichard Smith
2012-08-07objc-arc: set nonlazybind attribute on objc_retain/Fariborz Jahanian
2012-08-07Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfieldDmitri Gribenko
2012-08-07Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor
2012-08-07Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.Bob Wilson
2012-08-07Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07Turn on strncat-size warning implemented a while ago.Anna Zaks
2012-08-07c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.Dmitri Gribenko
2012-08-07Comment.h: fix typo in commentDmitri Gribenko