]> granicus.if.org Git - clang/shortlog
clang
2012-10-31 Rafael EspindolaRemove really old benchmark data.
2012-10-31 Rafael EspindolaRemove the -ccc-no-clang option.
2012-10-31 Anna Zaks[analyzer]Don't invalidate const arguments when there...
2012-10-31 Anna ZaksAddress Jordan's review: comments, spaces.
2012-10-31 Seth Cantrelladd test for r167063
2012-10-30 Seth CantrellisLegalUTF8() was giving the wrong answer
2012-10-30 Rafael EspindolaRemove ccc-no-clang-cpp, which is also dead now.
2012-10-30 David BlaikieHandle string encoding diagnostics when there are too...
2012-10-30 Manman RenARM AAPCS-VFP: fix handling of homogeneous aggreate.
2012-10-30 Chad Rosier[driver] Older versions of ld expect '-L<dir>' not...
2012-10-30 Fariborz Jahanianobjective-C arc/mrr: Another patch for the new captured...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Daniel JasperImplement descendant matchers for NestedNamespecifiers
2012-10-30 Seth Cantrellremove duplicate data array
2012-10-30 Seth Cantrellfix calculation of end pointer
2012-10-30 Ted KremenekUpdate test case.
2012-10-30 Kostya Serebryany[asan docs] explain why asan exits on the first error
2012-10-30 Ted KremenekChange -Wcompare-distinct-pointer-type to -Wcompare...
2012-10-30 Ted KremenekTrim #includes.
2012-10-30 Anna Zaks[analyzer]SimpleStreamChecker: add a TODO for better...
2012-10-30 Anna Zaks[analyzer] Fix a bug in REGISTER_MAP_WITH_PROGRAMSTATE
2012-10-30 Anna Zaks[analyzer] Rename REGISTER_MAP_WITH_GDM ->REGISTER_MAP_...
2012-10-30 Rafael EspindolaRemove leftover const.
2012-10-30 Jordan Rose[analyzer] Warn about reallocf with an allocation size...
2012-10-30 Jordan Rose[analyzer] New checker for missing super calls in UIVie...
2012-10-30 Eli FriedmanDon't crash on bad atomic operations. PR14176.
2012-10-30 Rafael EspindolagetOriginalSourceFileName and getOriginalSourceFile...
2012-10-30 Argyrios Kyrtzidis[PCH] The diagnostic state points can refer to previous...
2012-10-30 Rafael EspindolaIn the past "production" clang builds would not be...
2012-10-29 Argyrios Kyrtzidis[libclang] Bump the version number of the libclang...
2012-10-29 Rafael EspindolaRemove a bit of dead code.
2012-10-29 Rafael EspindolaMove getOriginalSourceFileName inline. Patch by Laszlo...
2012-10-29 Argyrios Kyrtzidis[libclang] Introduce a version constant for the libclan...
2012-10-29 Anna Zaks[analyzer] Malloc checker cleanup/refactor
2012-10-29 Anna Zaks[analyzer] Add SimpleStreamChecker.
2012-10-29 Anna Zaks[analyzer] Add checker helpers to CheckerContext.
2012-10-29 Quentin ColombetRevert commit r166946
2012-10-29 Richard SmithPartially roll back r166898; it exposed a bug in the...
2012-10-29 Quentin ColombetMake forcesizeopt attribute available to the end user
2012-10-29 Jordan Rose-Warc-repeated-use-of-weak: allow single reads in loops...
2012-10-29 Jordan Rose[analyzer] New option to not suppress null return paths...
2012-10-29 Jordan Rose[analyzer] Use the CallEnter node to get a value for...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Ulrich WeigandHandle '*' and '#' asm constraint modifiers.
2012-10-29 Daniel JasperFix ASTMatchersTests to not create an overloaded-virtua...
2012-10-29 Daniel JasperImplement has(), hasDescendant(), forEach() and forEach...
2012-10-29 Nick LewyckyRemove spurious mode marker from .cpp file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-29 Nick LewyckyFix name of this file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-28 Seth Cantrellimprove highlighting of invalid string encodings
2012-10-28 Richard SmithRevert functional part of r166896 and just suppress...
2012-10-28 Richard SmithWhen determining whether to try evaluating the initiali...
2012-10-28 Richard SmithIn -Wunneeded-internal-declaration, suppress the warnin...
2012-10-28 Rafael EspindolaFix invalid jump scopes again. This time without trying...
2012-10-28 Rafael EspindolaAdd a testcase from the previous bootstrap problem.
2012-10-27 Nico WeberFix crash on missing namespace name in namespace alias...
2012-10-27 Fariborz Jahanianobjective-C arc/mrr: Patch for the new block variable...
2012-10-27 Chris LattnerCurrently the initial value of Tok is dependent an...
2012-10-27 Rafael EspindolaRevert 166876 while I debug a bootstrap problem.
2012-10-27 Rafael EspindolaReapply 166855 with an early exit on null QualTypes.
2012-10-27 Mahesha SReverted back the changes made in 166868 and in 166869
2012-10-27 Mahesha SFeature:
2012-10-27 Mahesha S-------------------------------------------------
2012-10-27 Mahesha SRemoved an extra blank line.
2012-10-27 Rafael EspindolaAdd a reduced testcase of the last bootstrap failure.
2012-10-27 Rafael EspindolaRevert r166855. I can reproduce the bootstrap failure...
2012-10-27 Argyrios KyrtzidisAdd a test case for the stack overflow in rdar://12542261
2012-10-27 Rafael EspindolaFix cases where we were not producing an error when...
2012-10-27 Rafael EspindolaMove two helper functions to AST so that sema can use...
2012-10-27 Rafael EspindolaRefactor some code into a new findMaterializedTemporary...
2012-10-27 Rafael EspindolaRefactor some code into a new skipRValueSubobjectAdjust...
2012-10-27 Rafael EspindolaDelay codegen to after collecting all SubobjectAdjustme...
2012-10-26 Eli FriedmanFix typo.
2012-10-26 Eli FriedmanAdd missing safety check to an optimization for do...
2012-10-26 Eli FriedmanFix indentation.
2012-10-26 Argyrios KyrtzidisIn Parser::ParseDecltypeSpecifier, make sure the end...
2012-10-26 Eli FriedmanDon't crash synthesizing an ObjC property with an empty...
2012-10-26 Douglas GregorWhen an externally-supplied record layout has a size...
2012-10-26 Fariborz JahanianAdd comment for my patch in r166809.
2012-10-26 Bill SchmidtThis patch is a follow-up to r166805. As suggested...
2012-10-26 Fariborz JahanianRemove BLOCK_BYREF_LAYOUT_BYREF flags from list of
2012-10-26 Fariborz Jahanianobjective-C IRGen: for @implementation nested in
2012-10-26 Argyrios Kyrtzidis[driver] Before applying the working directory check...
2012-10-26 Bill SchmidtThis patch addresses a 64-bit PowerPC ELF ABI compatibi...
2012-10-26 Argyrios Kyrtzidis[options] Fix mishandling of aliased options that was...
2012-10-26 Daniel Dunbartests: Tweak unprintable.c to try another character...
2012-10-26 Chad Rosier[ms-inline asm] Add test case for r166792.
2012-10-26 Chad Rosier[ms-inline asm] Test case for r166790.
2012-10-26 Douglas GregorMatch up anonymous structs/unions in the ASTImporter...
2012-10-26 Ted KremenekAdd comments for RemoveRedundantMsgs, rename it to...
2012-10-26 Douglas GregorEliminate some longstanding FIXMEs regarding variadic...
2012-10-26 Douglas GregorIn the ASTImporter, don't try to emit a diagnostic...
2012-10-26 Daniel JasperRemove clang-fixit from tools page as it is currently...
2012-10-26 David TweedThese tests require an actual x86 registered target...
2012-10-26 Bill WendlingFix grammar-o.
2012-10-26 Alexey SamsonovFix test suppressed in r166683 on 32-bit Linux
2012-10-26 Fariborz JahanianDeclare type of flags to be used in a __block (byref)
2012-10-26 Quentin ColombetOz optimization level sets ForceSizeOpt attribute for...
2012-10-26 Manman RenX86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss...
next