]> granicus.if.org Git - clang/shortlog
clang
2012-05-11 Douglas GregorMake sure that we recognize __attribute__((align))...
2012-05-11 Richard SmithWhen diagnosing inaccessible temporary destructors...
2012-05-11 Matt Beaumont-GayMerge branch 'format-string-braced-init'
2012-05-11 Akira HatanakaCoerce byval aggregate arguments to integers whose...
2012-05-11 Argyrios KyrtzidisThe Lexer constructor expects a source location at...
2012-05-11 Akira HatanakaFix handling of vector return types.
2012-05-11 Sirish PandeHexagon V5 intrinsics support in clang.
2012-05-11 Richard SmithPR11857: When the wrong number of arguments are provide...
2012-05-11 Argyrios KyrtzidisAdd a test case for going through typedefs until we...
2012-05-11 Rafael EspindolaFix a recent regression with the merging of format...
2012-05-11 Eric ChristopherFor final output files create them with mode 0664 to...
2012-05-10 Argyrios Kyrtzidis[objc] When boxing a BOOL/NSInteger/NSUInteger type...
2012-05-10 Ted KremenekInclude line that was meant to be in my last commit.
2012-05-10 Ted KremenekFix insidious RegionStore bug where we (a) didn't handl...
2012-05-10 Anna Zaks[analyzer] Exit early if constraint solver is given...
2012-05-10 Sirish PandeHexagon V5 FP support.
2012-05-10 Argyrios KyrtzidisDon't crash when using objc boxed expression with parsi...
2012-05-10 Argyrios KyrtzidisWhen AST-dumping the ObjCBoxedExpr node, also print...
2012-05-10 Ted KremenekProvide a man page for scan-build. Patch by James...
2012-05-10 Argyrios Kyrtzidis[preprocessor] Make sure that MacroExpands callbacks...
2012-05-10 Fariborz JahanianTest for previously checked in patch.
2012-05-10 Argyrios KyrtzidisFix an assertion hit when the serialized diagnostics...
2012-05-10 Rafael EspindolaWarn about visibility attributes in typedefs.
2012-05-10 Rafael EspindolaFix an old (2009) FIXME:
2012-05-10 Anna Zaks[analyzer] Do not highlight the range of the statement...
2012-05-09 Richard SmithRecursiveASTVisitor:
2012-05-09 Fariborz Jahanianobjective-c. Fixes a 'fixit' where location of
2012-05-09 Nuno Lopeshopefully fix a bunch of ARM buildbot failures
2012-05-09 Richard TrieuPull some cases of initialization with self-reference...
2012-05-09 Richard SmithPush the knowledge that we are parsing a type-id/type...
2012-05-09 Richard SmithStop AltiVec parsing from going down the 'implicit...
2012-05-09 Chad RosierRoll logic into a single if statement, per David's...
2012-05-09 Chad RosierUse the triple directly, rather then getTriple().
2012-05-09 Simon AtanasyanPass a target triple explicitly to check platform speci...
2012-05-09 Chad RosierNow the proper fix for r156497. Sorry for the churn.
2012-05-09 Chad RosierMove the iOSVersionMin string to a header so as to...
2012-05-09 David BlaikieFix -Wdelete-non-virtual-dtor in Tooling code.
2012-05-09 Chad RosierUpdate test case for new default of 3.0
2012-05-09 Roman DivackyImplement PPC64TargetCodeGenInfo.
2012-05-09 Jim GrosbachARM: Support marking intrinsic definitions as 'unavailable'
2012-05-09 Chad Rosier[driver] Use the iOS target triple to infer the deploym...
2012-05-09 Anna Zaks[analyzer]Extend the available checks list and the...
2012-05-09 Bob WilsonIgnore a "generic" return value from getHostCPUName...
2012-05-09 Argyrios Kyrtzidis[libclang] Add a test for objc boxed expressions.
2012-05-09 Anna Zaks[analyzer] Simplify r156446, as per Ted's review.
2012-05-09 Anna Zaks[analyzer] Allow pointers to escape through selector...
2012-05-09 Fariborz JahanianRemove this test again which fails the build-bot for...
2012-05-09 Simon AtanasyanDeclare abstract class ArgumentsAdjuster. This abstract...
2012-05-09 Fariborz JahanianRe-add test for // rdar://11374235
2012-05-09 Argyrios Kyrtzidis[AST/libclang] Speed up clang_getOverriddenCursors...
2012-05-09 Nuno Lopesupdate calls to objectsize intrinsic to match LLVM...
2012-05-09 Richard SmithRecover properly if a class member declaration starts...
2012-05-09 Ted KremenekFix Engrish.
2012-05-09 Ted KremenekTeach IsTailPaddedMemberArray() (used by -Warray-bounds...
2012-05-09 Richard SmithA little tweak to the SFINAE condition reporting. Don...
2012-05-09 Ted KremenekFix typo.
2012-05-09 Fariborz JahanianRemove thid test for now.
2012-05-09 Richard TrieuUpdate the SelfReferenceChecker. Refactored some of...
2012-05-09 Ted KremenekUpdate checker build.
2012-05-08 Fariborz JahanianModern objective-c translation. Translating default
2012-05-08 Anna Zaks[analyzer] We currently do not fully support CompoundLi...
2012-05-08 Nuno Lopesadd -fbounds-checking option.
2012-05-08 Ted KremenekHaving RegionStore lower field bindings to raw offsets...
2012-05-08 Ted KremenekWhen creating lazy bindings in RegionStore, propagate...
2012-05-08 Ted KremenekInclude address of Store in graphviz output of Exploded...
2012-05-08 John McCallBind cleanups after doing l2r conversion on the operand...
2012-05-08 Anna Zaks[analyzer] SelfInit: Stop tracking self if it's assigne...
2012-05-08 Fariborz Jahanianmodern objc translation. objc_getClass() and objc_getM...
2012-05-08 Eric ChristopherThe address of a vla is actually complex and requires...
2012-05-08 Eric ChristopherWhitespace.
2012-05-08 Douglas GregorFix fmin*/fmax* library builtin signatures.
2012-05-08 Fariborz JahanianFixes a typo. note_xxx not not_xxx.
2012-05-08 Hans WennborgMake -Wformat accept printf("%hhx", c); with -funsigned...
2012-05-08 Gregory Szorc[clang.py] Remove trailing whitespace from recent commits
2012-05-08 Gregory Szorc[clang.py] TranslationUnit API improvements
2012-05-08 Ted KremenekTeach the analyzer about CXXScaleValueInitExpr.
2012-05-08 Jordy RoseClean up SemaDeclAttr for high-warnings build.
2012-05-08 Jordy Rose[analyzer] BasicConstraintManager: drop NE-constraints...
2012-05-08 Jordy Rose[analyzer] Rework both constraint managers to handle...
2012-05-08 Jordy Rose[analyzer] Add an abstraction for the bit width and...
2012-05-08 Nuno Lopeshopefully unbreak some buildbots
2012-05-08 Argyrios Kyrtzidis[libclang] Map 'id'/'Class'/'SEL' to the corresponding...
2012-05-08 Douglas GregorRobustify test
2012-05-08 Rafael EspindolaAdd missing 'y'.
2012-05-08 Douglas GregorIntroduce a new libclang API to determine the platform...
2012-05-08 Ted KremenekTeach the static analyzer that NSLog() and friends...
2012-05-07 Rafael EspindolaProcess attributes in the order they appear in the...
2012-05-07 Anna Zaks[analyzer]Turn on MallocSizeOfChecker by default; short...
2012-05-07 Argyrios Kyrtzidis[libclang] Actually commit the changes to make libclang...
2012-05-07 Argyrios Kyrtzidis[libclang] Put the RecursiveASTVisitor in libclang...
2012-05-07 Argyrios KyrtzidisUn-revert r156142, "[libclang] Bring back BodyIndexer...
2012-05-07 Argyrios Kyrtzidis[libclang] Use a copy of the data-recursive RecursiveAS...
2012-05-07 Chandler CarruthRemove the 'intrin.h' builtin header file and its tests...
2012-05-07 Nuno Lopesmake this test a little more useful. I'll add more...
2012-05-07 Anna Zaks[analyzer] Fix a crash in triggered by OSAtomicChecker.
2012-05-07 Anna Zaks[analyzer] Fixup for r155244: PurgeDeadSymbols should...
2012-05-07 Nuno Lopesremove code to add bound checks for simple array access...
2012-05-07 Anna Zaks[analyzer]Fixup r156215: use StopTracking summary inste...
2012-05-07 Douglas GregorRevert r156097, which appears to be causing some breakage.
2012-05-07 Manuel KlimekFix includes for unices that don't have chdir declared...
next