aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-12Only check NSArray/NSDictionary boxing method params once.Jordy Rose
2012-05-1280-col violations and minor reformatting. No functionality change.Jordy Rose
2012-05-12Clean up ObjC boxing method checks by reducing duplicated code.Jordy Rose
2012-05-12Remove unused variable. Thanks to Dmitri Gribenko for noticing it.Rafael Espindola
2012-05-12Don't crash on boxed strings when +stringWithUTF8String: is missing.Jordy Rose
2012-05-12[analyzer] RetainCountChecker: track ObjC boxed expression objects.Jordy Rose
2012-05-11Teach the parser to deal with multiple spellings for the sameDouglas Gregor
2012-05-11[analyzer] Do not walk the types for call graph construction.Anna Zaks
2012-05-11Make sure that we recognize __attribute__((align)) as a synonym forDouglas Gregor
2012-05-11When diagnosing inaccessible temporary destructors in decltype expressions, useRichard Smith
2012-05-11Merge branch 'format-string-braced-init'Matt Beaumont-Gay
2012-05-11Coerce byval aggregate arguments to integers whose size matches the integerAkira Hatanaka
2012-05-11The Lexer constructor expects a source location at the start of theArgyrios Kyrtzidis
2012-05-11Fix handling of vector return types.Akira Hatanaka
2012-05-11Hexagon V5 intrinsics support in clang.Sirish Pande
2012-05-11PR11857: When the wrong number of arguments are provided for a functionRichard Smith
2012-05-11Fix a recent regression with the merging of format attributes.Rafael Espindola
2012-05-11For final output files create them with mode 0664 to match otherEric Christopher
2012-05-10[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis
2012-05-10Include line that was meant to be in my last commit.Ted Kremenek
2012-05-10Fix insidious RegionStore bug where we (a) didn't handle vector types and (b)...Ted Kremenek
2012-05-10[analyzer] Exit early if constraint solver is given a non-integer symbolAnna Zaks
2012-05-10Hexagon V5 FP support.Sirish Pande
2012-05-10Don't crash when using objc boxed expression with parsing error.Argyrios Kyrtzidis
2012-05-10When AST-dumping the ObjCBoxedExpr node, also print out what selector it chose.Argyrios Kyrtzidis
2012-05-10[preprocessor] Make sure that MacroExpands callbacks are always in source order.Argyrios Kyrtzidis
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-05-10Warn about visibility attributes in typedefs.Rafael Espindola
2012-05-10Fix an old (2009) FIXME:Rafael Espindola
2012-05-10[analyzer] Do not highlight the range of the statement in case of leak.Anna Zaks
2012-05-09objective-c. Fixes a 'fixit' where location ofFariborz Jahanian
2012-05-09Pull some cases of initialization with self-reference warnings out ofRichard Trieu
2012-05-09Push the knowledge that we are parsing a type-id/type-name further into theRichard Smith
2012-05-09Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith
2012-05-09Roll logic into a single if statement, per David's suggestion.Chad Rosier
2012-05-09Use the triple directly, rather then getTriple().Chad Rosier
2012-05-09Now the proper fix for r156497. Sorry for the churn.Chad Rosier
2012-05-09Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier
2012-05-09Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie
2012-05-09Implement PPC64TargetCodeGenInfo.Roman Divacky
2012-05-09[driver] Use the iOS target triple to infer the deployment target.Chad Rosier
2012-05-09Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>Bob Wilson
2012-05-09[analyzer] Simplify r156446, as per Ted's review.Anna Zaks
2012-05-09[analyzer] Allow pointers to escape through selector callbacks.Anna Zaks
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan
2012-05-09[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis
2012-05-09update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes
2012-05-09Recover properly if a class member declaration starts with a scope specifierRichard Smith
2012-05-09Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...Ted Kremenek
2012-05-09A little tweak to the SFINAE condition reporting. Don't say:Richard Smith