]> granicus.if.org Git - clang/shortlog
clang
2012-11-06 Eli FriedmanPropagate CharUnits into ObjC CodeGen. No intended...
2012-11-06 Richard SmithPer discussion on cfe-commits, treat -faddress-sanitizer,
2012-11-06 Argyrios Kyrtzidis[PCH] Take into account the 'include' source location...
2012-11-06 Argyrios Kyrtzidis[PCH] Write out the ClassTemplateDecl::Common::Injected...
2012-11-05 Douglas GregorHave the parser initialize Sema before it consumes...
2012-11-05 Douglas GregorSplit the instrinsic header wmmintrin.h into AES and...
2012-11-05 Daniel DunbarFrontend: Add support for reading named pipes as the...
2012-11-05 Nico WeberDelete comment I forgot to delete in my last change.
2012-11-05 Nico WeberUse Richard's BE_THE_HEADER trick to simplify a test...
2012-11-05 Manman RenARM byval: when type alignment is bigger than ABI align...
2012-11-05 Richard SmithUse the individual -fsanitize=<...> arguments to contro...
2012-11-05 Richard SmithAdd -fsanitize=<sanitizers> argument to driver and...
2012-11-05 Richard SmithRename LangOptions members for address sanitizer and...
2012-11-05 Douglas GregorFix module map for SSE4a builtins
2012-11-05 Douglas GregorMake cpuid.h actually work with -std=c99 <rdar://proble...
2012-11-05 Douglas GregorHash the various compiler version, target, preprocessor...
2012-11-05 Ulrich WeigandOn PowerPC64, integer arguments and return values need...
2012-11-05 Fariborz JahanianTests for 32bit version of block ivar layout metadata.
2012-11-05 Jordan Rose[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTAT...
2012-11-05 Matt Beaumont-GayOur style for diagnostic messages is to not include...
2012-11-04 Nick LewyckyPut the usage-directive inside the nearest namespace...
2012-11-04 Fariborz JahanianFixes liftime of captured block variables in mrr mode...
2012-11-04 Lang HamesTest case for r167363.
2012-11-03 Seth Cantrellonly truncate source lines in text diagnostics when
2012-11-03 Lang HamesSupport interleaving of other pragmas with FP_CONTRACT...
2012-11-03 Dmitri GribenkoAddress review comments for r167358: explicitly check...
2012-11-03 Seth Cantrelldon't step into the middle of multibyte sequences
2012-11-03 Seth Cantrellfix bug in SourceColumnMap::startOfPreviousColumn
2012-11-03 Benjamin KramerEscape trigraphs in unittest.
2012-11-03 Dmitri GribenkoHandle CK_NullToPointer casts in -Wtype-safety properly...
2012-11-03 Dmitri GribenkoRemove a const_cast by propagating constness to the...
2012-11-03 NAKAMURA TakumiStaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appeas...
2012-11-03 Eli FriedmanAdd a proper algorithm to compute accurate source range...
2012-11-03 Anna Zaks[analyzer] Run remove dead on end of path.
2012-11-03 Anna Zaks[analyzer] add LocationContext::inTopFrame() helper.
2012-11-03 Anna Zaks[analyzer] Refactor: Remove Pred from NodeBuilderContext.
2012-11-03 David BlaikieSimplify these tests again, now that we're past the...
2012-11-02 Jordan Rose[analyzer] Convert SimpleStreamChecker over to CallEvent.
2012-11-02 Jordan Rose[analyzer] CheckerDocumentation: Change examples for...
2012-11-02 Jordan Rose[analyzer] Add some convenience accessors to CallEvent...
2012-11-02 Jordan Rose[analyzer] isCLibraryFunction: check that the function...
2012-11-02 David BlaikieEmit debug info for C++ struct definitions as DW_TAG_st...
2012-11-02 David BlaikieAvoid version skew by making ObjC strict metadata tests...
2012-11-02 Fariborz Jahanianobjective-C mrr block. Block variable layout metadata in
2012-11-02 Argyrios KyrtzidisWhen code-completing don't disable the preprocessing...
2012-11-02 DeLesley HutchinsThread safety analysis: Fixed ICE caused by double...
2012-11-02 Richard TrieuFix test cases I broken when fixing grammar in diagnost...
2012-11-02 Richard TrieuFix grammar of diagnostic message.
2012-11-02 Anna Zaks[analyzer] Test SimpleStream on the buildbot.
2012-11-02 Anna Zaks[analyzer] Factor SimpleStreamChecker pulling out isLea...
2012-11-02 David BlaikieFix debug tag type of forward declarations of struct...
2012-11-02 Rafael EspindolaImprove x86 android support:
2012-11-02 Richard SmithAdd test for link flags added by -fcatch-undefined...
2012-11-02 Richard SmithAdd -lpthread when building with Ubsan on Linux, in...
2012-11-02 Ted KremenekUpdate test case.
2012-11-02 Ted KremenekMove -Wimplicit-retain-self to be off-by-default until...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: Add explicit...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: FileCheck-ize.
2012-11-02 Eli FriedmanDelete lines which do nothing from DiagnosticGroups.td.
2012-11-02 Argyrios Kyrtzidis[libclang] Correct how the index inside the local prepr...
2012-11-02 Eli FriedmanAdd missing diagnostic group to format string warning.
2012-11-02 NAKAMURA Takumianalyzer-plugin/MainCallChecker.cpp: Fixup correspondin...
2012-11-02 Jordan Rose[analyzer] Convert some of the harder cases over to...
2012-11-02 Jordan Rose[analyzer] Use nice macros for the common ProgramStateT...
2012-11-02 Jordan Rose[analyzer] Rename 'EmitReport' to 'emitReport'.
2012-11-02 Eli FriedmanTweak wording and add diagnostic groups to misc diagnos...
2012-11-02 Eli FriedmanChange diagnostics for enums with fixed underlying...
2012-11-02 Manuel KlimekInsert interception point onStartOfTranslationUnit.
2012-11-02 Richard TrieuWhen finding a '(' after '::', emit error with hint...
2012-11-01 Quentin ColombetUpdate the front end to use minsize attribute
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...
next