]> granicus.if.org Git - clang/shortlog
clang
2013-07-06 Nick LewyckyUpdate test for change in r185735.
2013-07-05 Fariborz JahanianRemove referece type onproperty of abstract
2013-07-05 Fariborz Jahanian[comment parsing]: Removes an unsafe API whose
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createUniqueFile.
2013-07-05 Argyrios Kyrtzidis[libclang] Add the new function to libclang.exports
2013-07-05 Fariborz Jahanian[objc migrator]: More knobs to do migration to
2013-07-05 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isObjCOptional, which...
2013-07-05 Eli FriedmanDon't use mangleCXXRTTIName in TBAA for C code.
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createTemporaryFile.
2013-07-05 Craig TopperUse SmallVectorImpl& for function arguments instead...
2013-07-05 Eli FriedmanFix regression from r185450.
2013-07-05 Fariborz JahanianObjective-C: diagnose when synthesizing an ivar of
2013-07-05 Benjamin KramerAdd a test case for r185707/PR16547.
2013-07-05 Rafael EspindolaFix PR16547.
2013-07-05 Rafael EspindolaWe don't need to check for windows' error codes in...
2013-07-05 Daniel JasperFix formatting for allocation of new pointer variables.
2013-07-05 Daniel JasperImprove detection for preventing certain kind of format...
2013-07-05 Daniel JasperDon't break after a "(" following a binary operator.
2013-07-05 David MajnemerSema: Call IgnoreParens fewer times in CheckAddressOfOp...
2013-07-05 Craig TopperUse typedef for Densemap contraining SmallVector passed...
2013-07-05 Craig TopperAdd typedefs for Densemaps containing SmallVectors...
2013-07-05 Rafael EspindolaUse the new --crash option in commands that are expecte...
2013-07-04 James DennettAdd some more documentation on how to navigate from...
2013-07-04 James DennettMinor documentation cleanup
2013-07-04 Roman DivackyAdd test for r185584.
2013-07-04 Rafael EspindolaRequire a shell for this test.
2013-07-04 Rafael EspindolaAdd 'not' to commands that are expected to fail.
2013-07-04 Rafael EspindolaLooks like {{.*}} doesn't match the empty string. Fix...
2013-07-04 Rafael EspindolaRelax pattern to accept a signext on ppc64.
2013-07-04 Rafael EspindolaReplace 'grep foo | count 0' with 'not grep foo'.
2013-07-04 Rafael EspindolaRemove test for the old debug format which was XFAILed...
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaAdd missing expected-warning.
2013-07-04 Rafael EspindolaRemove more unused uses of -verify.
2013-07-04 Rafael EspindolaRemove unused -verify.
2013-07-04 Alexander KornienkoFixed typo: NoneComment -> NonComment, no other changes.
2013-07-04 Rafael Espindolaclang -cc1 has no -fno-unit-at-a-time or -funit-at...
2013-07-04 Rafael EspindolaUse a clang -cc1 option instead of -m32 and remove...
2013-07-04 Rafael EspindolaRemove tcl quotes.
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaReplace void with int to make this a valid C++ file.
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaClang has no nested function support. Delete this test.
2013-07-04 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-04 Alexander KornienkoAdded AlwaysBreakBeforeMultilineStrings option.
2013-07-04 Richard SmithAdd test for PR4997. This has been fixed for a while.
2013-07-04 Richard SmithTestcase for PR14130, which was probably fixed by r183859.
2013-07-04 Craig TopperAdd a space between closing template '>' to unbreak...
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-04 Anna Zaks[analyzer] Suppress reports reported in std::list
2013-07-04 Anna Zaks[analyzer] Make sure that inlined defensive checks...
2013-07-04 Richard SmithPart of PR15673: If a function template has a default...
2013-07-04 Richard TrieuImprove -Wlogical-not-parentheses to catch when the...
2013-07-04 Fariborz Jahanian[ObjectiveC migrator] relax the rules for setter/getter
2013-07-04 Richard SmithPR16480: Reimplement token-caching for constructor...
2013-07-03 Fariborz JahanianMinor refactoring of my last patch.
2013-07-03 Fariborz Jahanian[ObjectiveC Migration]: Provide knobs for
2013-07-03 Roman DivackyCheck LongDoubleFormat instead of just Width as this...
2013-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
2013-07-03 Bill Schmidt"bool" should be a context-sensitive keyword in Altivec...
2013-07-03 Roman DivackyAdd support for TF/TC modes available on eg. PowerPC64.
2013-07-03 Manman RenUpdate testing cases to check dwarf-2 for Darwin.
2013-07-03 Chad RosierRevert r185557 as it was a bit (a lot) premature.
2013-07-03 Roman DivackyDont define __LONG_DOUBLE_128__ unless LongDoubleWidth...
2013-07-03 Eli BenderskyAdd target hook CodeGen queries when generating builtin...
2013-07-03 Richard SmithEnable -ffreestanding for this test, to avoid #include_...
2013-07-03 Bill SchmidtProvide test case for commit r185544.
2013-07-03 Eli FriedmanAdd file suffix for assembler-with-cpp.
2013-07-03 Chad RosierChris has agree to take part ownership of the driver.
2013-07-03 Jordan Rose[scan-build] Log compiler invocation to stderr, not...
2013-07-03 Jordan RoseWith CLANG_ENABLE_STATIC_ANALYZER=0, link clang properl...
2013-07-03 Bill SchmidtFix PR16454: Don't #include altivec.h when preprocessin...
2013-07-03 Serge PavlovTest case for PR7887 - failed with asm("")
2013-07-03 Rafael EspindolaWe don't need to know the OpenSUSE version, so don...
2013-07-03 Daniel JasperPrevent error message when formatting an empty file.
2013-07-03 Daniel JasperDon't insert confusing line breaks in comparisons.
2013-07-03 Pavel Labath[analyzer] Improve handling of noreturn destructors
2013-07-03 Serge PavlovFixed test options.
2013-07-02 Kaelyn UhrainAllow typo correction to try removing nested name speci...
2013-07-02 Kaelyn UhrainLook for corrections in enclosing namespaces that requi...
2013-07-02 Manman RenDebug Info: set default to gdwarf-2 for Darwin.
2013-07-02 Richard TrieuRedirect the output of a test to a temporary file to...
2013-07-02 James DennettDocumentation: Update docs for C++ lambdas to more...
2013-07-02 Manman RenDebug Info: clean up usage of Verify.
2013-07-02 Reid Kleckner[ms-cxxabi] Mangle variadic template parameter packs
2013-07-02 Richard SmithAdd regression test for PR12331.
2013-07-02 Eli FriedmanMore fixes for block mangling.
2013-07-02 Serge PavlovFix to PR15826 - clang hits assert in clang::ASTContext...
2013-07-02 Jordan Rose[analyzer] Pointers-to-members are (currently) Locs...
2013-07-02 Andy GibbsSuppress "control reaches end of non-void function...
2013-07-02 Timur IskhodzhanovSimplify getting CXXRecordDecl from a base iterator
2013-07-02 Daniel JasperFix ranges computed by git clang-format.
2013-07-02 Daniel JasperFix formatting of long declarations with const type.
2013-07-02 Pavel LabathTeach static analyzer about AttributedStmts
2013-07-02 Eli FriedmanDon't skip lambdas when mangling local vars.
2013-07-02 Jordan Rose[analyzer] Explicitly disallow mixed Loc-NonLoc compari...
2013-07-01 Eli FriedmanSimplify code in mangler.
2013-07-01 Eli FriedmanSimplify linkage code for static local vars.
2013-07-01 Eli FriedmanFix CMakeLists.txt.
next