]> granicus.if.org Git - clang/shortlog
clang
2012-11-01 Richard SmithSimplify: replace getContext().getLangOpts() with just...
2012-11-01 Richard SmithClean up misapplication of diff.
2012-11-01 Richard SmithSplit emission of -ftrapv checks and -fcatch-undefined...
2012-11-01 Richard SmithRemove divison-by-zero checks from -ftrapv. These check...
2012-11-01 Richard TrieuFix the template type diffing to handle integral templa...
2012-11-01 Matt Beaumont-GaySilence -Wformat on platforms where uint64_t is unsigne...
2012-11-01 Fariborz Jahanianobjective-C block meta-data. This patch completes meta...
2012-11-01 Argyrios KyrtzidisMake the FilenameRange of the InclusionDirective callba...
2012-11-01 Rafael EspindolaFix an incorrect assert, the LHS can be an LValue.
2012-11-01 Richard Smith-fcatch-undefined-behavior: Start checking loads and...
2012-11-01 Gregory Szorc[clang.py] Add Cursor.get_arguments()
2012-11-01 Richard SmithRemove first argument from Arg::getValue; it's been...
2012-11-01 Richard SmithRemove CompilerInvocation::toArgs and clang -cc1test...
2012-11-01 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_getReceiverType which...
2012-11-01 NAKAMURA Takumiclang/include/clang/StaticAnalyzer/Core/PathSensitive...
2012-11-01 Jordan Rose[analyzer] Optimize assumeDual by assuming constraint...
2012-11-01 Argyrios Kyrtzidis[lit] For the "case-insensitive-filesystem" make sure...
2012-11-01 Jordan Rose[analyzer] Fix typo in r167186.
2012-11-01 NAKAMURA Takumiclang/test/Index/code-completion-skip-bodies.cpp: Add...
2012-11-01 Jordan Rose[analyzer] Minor cleanup in SimpleStreamChecker's class...
2012-11-01 Jordan Rose[analyzer] Rename ConditionTruthVal::isTrue to isConstr...
2012-10-31 Eli FriedmanCorrectly reject gotos in function-level try blocks...
2012-10-31 Anna Zaks[analyzer] Fix a bug in SimpleStreamChecker - return...
2012-10-31 Chad Rosier[driver] Remove an extra space with the -iprefix option...
2012-10-31 Argyrios Kyrtzidis[PCH] Remove the stat cache from the PCH file.
2012-10-31 Michael Gottesman[clang tests] Added require ppc64-registered-target...
2012-10-31 Chad Rosier[driver] Remove an extra space with the -internal-exter...
2012-10-31 Manman RenARM AAPCS-VFP: fix tracking of allocated VFP registers.
2012-10-31 Chad Rosier[driver] Remove the -ccc-host-triple alias. This has...
2012-10-31 Rafael EspindolagetArchTypeForDarwinArchName is only used in the clang...
2012-10-31 Alexander KornienkoFix for -ast-dump-filter
2012-10-31 Chad Rosier[driver] Completely rework how superfluous options...
2012-10-31 Ulrich WeigandAdd "static" to some functions in altivec.c where it...
2012-10-31 Bill SchmidtThis patch removes the XFAIL for powerpc for
2012-10-31 Argyrios KyrtzidisIf skipping bodies is enabled outside code-completion...
2012-10-31 Argyrios KyrtzidisDecouple code-completion for the SkipFunctionBodies...
2012-10-31 Jordan Rose[analyzer] Let ConstraintManager subclasses provide...
2012-10-31 Simon AtanasyanFix if-else braces layout accordingly to the style...
2012-10-31 Simon AtanasyanExtend -Bprefix functionality and make it closer to...
2012-10-31 Rafael EspindolaRemove empty directories.
2012-10-31 Anna Zaks[analyzer] SimpleStreamChecker - remove evalAssume...
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...
next