]> granicus.if.org Git - clang/shortlog
clang
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.canonical
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.result_type
2012-05-13 Jordy RoseTest for -fdebugger-objc-literal: missing methods shoul...
2012-05-13 Jean-Daniel... Fix Xcode case (Upper X, lower c)
2012-05-13 Rafael EspindolaRefactor all the
2012-05-13 Rafael EspindolaProduce a warning for mismatched section attributes...
2012-05-13 Rafael EspindolaWe were already passing the case in pr9356. Add it...
2012-05-12 Benjamin KramerAdd support for __attribute__((hot)) and __attribute__...
2012-05-12 Gregory Szorc[clang.py] Followup to TranslationUnit refactor
2012-05-12 Gregory SzorcAdd Python binding info to release notes
2012-05-12 Jordy Rose[analyzer] Test case: p->x is the same as p[0].x. ...
2012-05-12 Jordy RoseOnly check NSArray/NSDictionary boxing method params...
2012-05-12 Jordy Rose80-col violations and minor reformatting. No functional...
2012-05-12 Jordy RoseClean up ObjC boxing method checks by reducing duplicat...
2012-05-12 Rafael EspindolaRemove unused variable. Thanks to Dmitri Gribenko for...
2012-05-12 Jordy RoseDon't crash on boxed strings when +stringWithUTF8String...
2012-05-12 Jordy Rose[analyzer] RetainCountChecker: track ObjC boxed express...
2012-05-11 Douglas GregorTeach the parser to deal with multiple spellings for...
2012-05-11 Anna Zaks[analyzer] Test variable modified types.
2012-05-11 Anna Zaks[analyzer] Do not walk the types for call graph constru...
2012-05-11 Anna Zaks[analyzer] Test objC boxing.
2012-05-11 Anna Zaks[analyzer] Add buffer overflow test case.
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...
next