]> granicus.if.org Git - clang/shortlog
clang
2012-05-16 Kostya Serebryany[tsan] fix typo
2012-05-16 Chandler CarruthClarify how libstdc++ and other bits of the system...
2012-05-16 Kostya Serebryany[tsan] first version of ThreadSanitizer docs
2012-05-16 Kostya Serebryany[tsan] add ThreadSanitizer linker flags on Linux and...
2012-05-16 Douglas GregorProduce more useful 'duplicate case' diagnostics. Fixes...
2012-05-16 David BlaikieInclude the correct conversion context locations for...
2012-05-16 Rafael EspindolaFix the visibility of instantiations of static data...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] Index references of protocols in "@proto...
2012-05-16 Argyrios Kyrtzidis[objcmt] Accept char arrays for rewriting to @() syntax.
2012-05-15 Anna Zaks[analyzer] Add a test for dead stores, which uses Opaqu...
2012-05-15 Argyrios Kyrtzidis[objcmt] When using NSNumber numberWithInteger:/numberW...
2012-05-15 Fariborz Jahanianobjective-c: perform strict type checking on property
2012-05-15 Anna Zaks[analyzer] Fix a regression in ObjCUnusedIVars checker.
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite messages to NSString's stringWithUTF8S...
2012-05-15 David BlaikieDon't warn when NULL is used within a macro but its...
2012-05-15 Richard SmithTypo.
2012-05-15 Richard SmithIf we see a declaration which is either missing a type...
2012-05-15 Richard SmithDon't use the implicit int rule for error recovery...
2012-05-15 Douglas GregorAdd the Objective-C runtime linking arguments after...
2012-05-15 Argyrios KyrtzidisAdd documentation about boxing enum types and a codegen...
2012-05-15 Gregory Szorc[clang.py] Store reference to TranslationUnit in Cursor...
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite [NSNumber numberWith*] messages to...
2012-05-15 Argyrios KyrtzidisAllow objc @() syntax for enum types.
2012-05-15 Bob WilsonDo not link with Objective-C libraries with -nostdlib...
2012-05-15 Douglas GregorAdd the output of "clang --version" to scan-build resul...
2012-05-15 Fariborz Jahanianobjc: avoid duplicate diagnostics on certain type misma...
2012-05-15 Fariborz JahanianRemove word 'block' from option and diagnostic I added
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 David BlaikieChanging std::string to SmallString for r156826.
2012-05-15 David BlaikieImprove some of the conversion warnings to fire on...
2012-05-15 Fariborz Jahanianobjective-c nonfragile abi: discourage ivar declarations
2012-05-15 Rafael EspindolaFix our handling of visibility in explicit template...
2012-05-15 David ChisnallAdd a note about atomic builtins to c11 section of...
2012-05-15 Manuel KlimekFixes crasher bug in JSONCompilationDatabase for invali...
2012-05-15 Gabor Greifadd embedded linux variants that occur in the field
2012-05-15 Manuel KlimekThis patch fixes the cmake build to create libclang...
2012-05-15 Richard SmithFurther improvement to wording of overload resolution...
2012-05-15 Richard SmithPR12798: Don't drop part of the nested name specifier...
2012-05-15 Richard SmithTest file I forgot to 'svn add' in r156802.
2012-05-15 Richard SmithPR12826: Converting an lvalue to an xvalue is a no...
2012-05-15 Richard SmithFold the six functions checking explicitly-defaulted...
2012-05-15 John McCallChange the mangling of a ref-qualifier on a function...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to subscripting syntax, make...
2012-05-14 Fariborz Jahanianobjc: allow typedef'ing an id to a pointer to a c-struc...
2012-05-14 Richard SmithRecover properly from a redundant 'typename' before...
2012-05-14 Anna Zaks[analyzer] Fix a crash in templated code which uses...
2012-05-14 Richard SmithSlightly generalize FileCheck patterns to unbreak ...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to array/dictionary literals...
2012-05-14 Richard SmithImplement IRGen for C++11's "T{1, 2, 3}", where T is...
2012-05-14 Chandler CarruthTeach the driver on Linux to respect -nodefaultlibs.
2012-05-14 Jordy Rose[analyzer] strncpy: Special-case a length of 0 to avoid...
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
next