aboutsummaryrefslogtreecommitdiff
path: root/lib
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-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-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-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-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-07Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.Bob Wilson
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko
2012-08-07objective-c: Exclude -Wdirect-ivar-access for arc.Fariborz Jahanian
2012-08-07Properly check length modfiers for %n in format strings.Hans Wennborg
2012-08-07Remove ScanfArgType and bake that logic into ArgType.Hans Wennborg
2012-08-07Rename analyze_format_string::ArgTypeResult to ArgTypeHans Wennborg
2012-08-07Objective-C pointer types don't have C-linkage, even though they areDouglas Gregor
2012-08-07Update documentation of HasSideEffects to match its callers' expectations, andRichard Smith
2012-08-07[analyzer] Address Jordan's review of DynamicTypePropagation.Anna Zaks
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith
2012-08-07If we don't have a complete type for the array type yet either thenEric Christopher