]> granicus.if.org Git - clang/shortlog
clang
2012-04-20 Anna Zaks[analyzer] Run remove dead bindings right before leavin...
2012-04-20 Anna Zaks[analyzer] Remove unused method.
2012-04-20 Anna Zaks[analyzer] Constify
2012-04-20 Richard SmithUpdate doxygen comment to match changes in r155218.
2012-04-20 Chad RosierIn r135308, -save-temps was modified to prevent a tempo...
2012-04-20 Richard SmithFix bug where a class's (deleted) copy constructor...
2012-04-20 Benjamin Kramerc++11 status: Replace references to "SVN" with "3.1...
2012-04-20 Chad RosierWhen generating the clang crash diagnostic script,...
2012-04-20 Chad RosierAdd a little hack to emulate a clang crash, so the...
2012-04-20 Fariborz Jahanianminor improvement to couple of tests.
2012-04-20 Manuel KlimekNo need to put the SourceManager in with the ASTContext...
2012-04-20 Evgeniy StepanovPass -mfloat-abi= to linuxtools assembler.
2012-04-20 Timur IskhodzhanovFix bug 12574 - Avoid infinite recursion in constructor...
2012-04-20 Richard SmithReplace r155185 with a better fix, which also addresses...
2012-04-20 Richard SmithFix a bug which creduce found reducing PR12585.
2012-04-20 Chad RosierWhen generating the clang crash diagnostic script,...
2012-04-19 Fariborz Jahanianobjective-arc: Retune my previous patch so warning
2012-04-19 Kaelyn UhrainRe-add the closing '}' for the namespace I accidentally...
2012-04-19 Kaelyn UhrainIn Parser::isCXXDeclarationSpecifier, consider a non...
2012-04-19 Richard SmithIn an attempt to reduce confusion, mark 'Strong compare...
2012-04-19 Fariborz Jahanianobjective-c arc: Issue warning under -Wreceiver-is...
2012-04-19 Patrick BeardAdded equivalent method calls in examples.
2012-04-19 Richard SmithFormatting fix.
2012-04-19 David BlaikieAdd SmallVectorImpl Visual Studio visualizer. Patch...
2012-04-19 David BlaikieFix a broken link. Patch by Nikola Smiljanic.
2012-04-19 DeLesley HutchinsRefactor the thread safety analysis so that it is easie...
2012-04-19 Fariborz Jahanianobjective-c modern translator: Further improving the...
2012-04-19 DeLesley HutchinsThread safety analysis: split warnings into two groups...
2012-04-19 Patrick BeardClarified encoding of boxed C strings, balanced all...
2012-04-19 Manuel KlimekAdds a unit test for the RecursiveASTVisitor.
2012-04-19 Francois PichetFix a comment.
2012-04-19 Richard SmithAdd missing -Wc++98-compat warnings for initializer...
2012-04-19 Rafael EspindolaIn mergeVisibility, if we already have an explicit...
2012-04-19 Rafael EspindolaIn mergeVisibilityWithMin, let an implicit hidden symbo...
2012-04-19 Rafael EspindolaNow that we check visibility attributes in an appropria...
2012-04-19 Rafael EspindolaCheck ConsiderGlobalVisibility before using -fvisibility.
2012-04-19 Rafael EspindolaThe explicit bit in LV already tracks exactly the same...
2012-04-19 Rafael EspindolaMove the point in the code where we handle -fvisibility...
2012-04-19 Rafael EspindolaMake setVisibility private and change users to mergeVis...
2012-04-19 Patrick BeardChanged title.
2012-04-19 Patrick BeardChanged wording of availability.
2012-04-19 Fariborz Jahanianmodern objective-c translator: Fix writing a spurious...
2012-04-19 Patrick BeardImplements boxed expressions for Objective-C. <rdar...
2012-04-19 Richard SmithPR 12586: Fix assert while running libc++ testsuite...
2012-04-18 Chandler CarruthRevert some Hexagon builtin commits to match reverts...
2012-04-18 Fariborz Jahanianobjective-c: Issue diagnostic when an implicit
2012-04-18 Matt Beaumont-GaySuppress -Wunused-variable warning in -Asserts build
2012-04-18 Benjamin KramerVerifyICE: Pass PartialDiagnostics by reference.
2012-04-18 Simon AtanasyanMIPS: Followup to r154606. Expand list of accepted...
2012-04-18 Gabor Greiffix GCC version comparison wrt. equal patch suffices...
2012-04-18 Manuel KlimekAdds a FixedCompilationDatabase to be able to specify...
2012-04-18 Ted KremenekFix bad typo reported by I-Jui Sung.
2012-04-18 Francois PichetAs per John McCall comment:
2012-04-18 Seth Cantrellfix display of source lines with null characters
2012-04-18 Seth CantrellNicer display of unprintable source, and fix caret...
2012-04-18 Rafael EspindolaCalling setVisibility directly only makes (some) sense...
2012-04-17 Richard SmithPR12569: Instantiate exception specifications of explic...
2012-04-17 Seth CantrellRevert "Nicer display of unprintable source, and fix...
2012-04-17 Matt Beaumont-Gayadd missing parameter index to diag
2012-04-17 Seth Cantrellfix display of source lines with null characters
2012-04-17 Seth CantrellNicer display of unprintable source, and fix caret...
2012-04-17 Rafael EspindolaSimplify calls to mergeVisibility* by passing in the...
2012-04-17 Fariborz Jahanianobjective-c modern translation. Correct rewriting of
2012-04-17 Sirish PandeTypo fix.
2012-04-17 Manuel KlimekSwitches the JSONCompilationDatabase to use the YAML...
2012-04-17 Sirish PandeFix to avoid warning. Also add header, and lincense...
2012-04-17 Francois PichetEmulate a MSVC bug where the creation of pointer-to...
2012-04-17 Gabor Greiffix a typo
2012-04-17 Craig TopperConvert vperm2f128 and vperm2i128 intrinsics back to...
2012-04-17 Eli FriedmanAttempt to fix test.
2012-04-17 Ted KremenekChange ExprEngine::shouldInlineDecl() to be defensive...
2012-04-17 Chad RosierFix case where the alignment is overaligned, per Eli...
2012-04-17 Richard SmithLink to a tiny patch to libstdc++-4.7 to work around...
2012-04-17 Richard SmithImplement DR1330 in C++11 mode, to support libstdc...
2012-04-17 Chad RosierMake sure EmitMoveFromReturnSlot is passing the correct...
2012-04-16 Eric ChristopherTypo.
2012-04-16 Fariborz JahanianModern objective-c translator:'self' used inside
2012-04-16 Argyrios Kyrtzidis[libclang] Make sure that when we have multiple @class...
2012-04-16 Fariborz Jahanianmodern objective-c translator: translation of implicit
2012-04-16 Anna Zaks[analyzer] Fix a false alarm in SelfInitChecker (radar...
2012-04-16 Anna Zaks[analyzer] +comments
2012-04-16 Anna Zaks[analyzer] Fixup for a test case.
2012-04-16 Fariborz Jahanianobjective-c modern translator: buildit objc bool
2012-04-16 Argyrios Kyrtzidis[libclang] Spelling range for a objc category should...
2012-04-16 Duncan SandsRemove support for -fast-math metadata for the moment.
2012-04-16 Eli FriedmanPer Richard's comments on r154794, add the checks neces...
2012-04-16 Rafael EspindolaRevert r154749 for now at John McCall's request.
2012-04-16 Douglas GregorImplement the last part of C++ [class.mem]p2, delaying...
2012-04-16 Rafael EspindolaUse ordering and the explicit visibility bit instead...
2012-04-16 David BlaikieReadd lost "undef BUILTIN" to fix the build.
2012-04-16 Duncan SandsGenerate fpmath metadata when -ffast-math. Note that...
2012-04-16 Sirish PandeHexagon V5(Floating Point) support.
2012-04-16 Rafael EspindolaRemove unused method.
2012-04-16 Duncan SandsAdjust for LLVM name tweaks requested by Chandler.
2012-04-16 Rafael EspindolaAdd another constructor to LVFlags and use it to simpli...
2012-04-16 Douglas GregorImplement C++11 [expr.prim.general]p3, which permits...
2012-04-16 Eli FriedmanAdd note to hacking.html that running the test harness...
2012-04-16 Eli FriedmanMake constant evaluation for pointer comparisons work...
2012-04-16 Sebastian Popuse DEFAULT_SYSROOT
2012-04-16 Francois PichetThe result of the Microsoft __uuidof operator must...
next