]> granicus.if.org Git - clang/shortlog
clang
2013-06-19 Stephen LinRevert r184205 and associated patches while investigati...
2013-06-19 Argyrios Kyrtzidis[libclang] Make sure crash-recovery for module-building...
2013-06-19 Eli FriedmanFix r184381 so the test doesn't fail. Sorry for the...
2013-06-19 Eli FriedmanExtra test for diagnostic in Sema::BuildCXXNestedNameSp...
2013-06-19 Eli FriedmanRemove dead code.
2013-06-19 Eli FriedmanImprove diagnostic for redeclaring static member functi...
2013-06-19 Richard TrieuFix for PR 16367, display the name of a function in...
2013-06-19 Eli FriedmanAdd missing test for -Wunneeded-member-functions.
2013-06-19 David BlaikieDebug Info: PR14763/r183329 - specify that non-trivial...
2013-06-19 Alexander KornienkoFixed long-standing issue with incorrect length calcula...
2013-06-19 Eli FriedmanDelete dead code. (Array element types are always...
2013-06-19 Samuel BenzaquenEnhancements for the DynTypedNode
2013-06-19 Stephen LinCorrections to r184205 ('this'-return optimization...
2013-06-19 Fariborz Jahaniandocumentation parsing: patch to make @class work for
2013-06-19 Renato GolinRevert "Adds support for openSUSE ARM v5/v7 triples."
2013-06-19 Renato GolinAdds support for openSUSE ARM v5/v7 triples.
2013-06-19 Reid Kleckner[CodeGen] Move EHScopeStack into its own header
2013-06-19 Reid Kleckner[Windows] Fix __declspec(property) when the getter...
2013-06-19 Manuel KlimekCompletely revamp node binding for AST matchers.
2013-06-19 Rafael EspindolaDon't depend on PathV1.h including set.
2013-06-19 Reid Kleckner[ms-cxxabi] Emit and install appropriately mangled...
2013-06-19 Reid Kleckner[Driver] Don't forward source file input args to gcc
2013-06-19 James MolloyRevert r184302 on Renato's behalf - it broke the bots...
2013-06-19 Alexander KornienkoSplit long strings on word boundaries.
2013-06-19 Renato GolinAdds support for openSUSE ARM v5/v7 triples.
2013-06-19 Rafael EspindolaFix pr16354.
2013-06-19 Andy GibbsSilence 'set but not used' warning when building in...
2013-06-19 Rafael EspindolaUse llvm::sys::fs::can_execute.
2013-06-19 Pavel LabathFix a crash in the static analyzer (bug #16307)
2013-06-19 NAKAMURA TakumiFix a warning. [-Wunused-variable]
2013-06-19 NAKAMURA TakumiRevert r184249, "doc. parsing: Allow parameter name...
2013-06-19 Eli FriedmanDelete dead code.
2013-06-19 Manman RenDebug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
2013-06-19 Eli FriedmanAdd test coverage for serialization of dependent functi...
2013-06-18 Adrian PrantlAdd some comments to r184252.
2013-06-18 Anna Zaks[analyzer] Do not create a CompoundVal for lvalue InitL...
2013-06-18 Anna Zaks[analyzer] Do not report uninitialized value warnings...
2013-06-18 Adrian PrantlEmit forward decls for structs with declarations only...
2013-06-18 Eli FriedmanIntroduce a new mangling for protocol-qualified ObjC...
2013-06-18 Fariborz Jahaniandoc. parsing: Allow parameter name "..." for variadic...
2013-06-18 Eli FriedmanMake sure the assembler-with-cpp hack for "#" works...
2013-06-18 Argyrios KyrtzidisWhen declaring an ObjC interface decl with a @compatibi...
2013-06-18 Rafael EspindolaUse llvm::sys::fs::can_write.
2013-06-18 Stephen LinPartially revert r184225 test changes and make a smalle...
2013-06-18 Michael Gottesman[multiprecision-builtins] Added missing builtin __built...
2013-06-18 Stephen LinFix C++ constructor/destructor tests when run on ARM
2013-06-18 Richard SmithDR14, DR101, and part of DR1: fix handling of extern...
2013-06-18 Rafael EspindolaUse llvm::sys::fs::GetUniqueID.
2013-06-18 Eli FriedmanCorrectly compute the index of the first string format...
2013-06-18 Richard SmithPR14503: Don't assert if a constexpr constructor templo...
2013-06-18 Fariborz JahanianObjective-C: Fixes a typo correction bug where a
2013-06-18 Stephen LinCodeGen: Have 'this'-returning constructors and destruc...
2013-06-18 Fariborz JahanianFix buildbot failure.
2013-06-18 Fariborz JahanianObjective-C [qoi]: privide typo correction for selectors
2013-06-18 Reid KlecknerRemove option emitter from clang-tblgen
2013-06-18 Rafael EspindolaRemove duplicated file and directory.
2013-06-18 Bill WendlingUpdate to pass in pointers intead of references.
2013-06-18 Bob Wilsonsize_t on Darwin AAPCS targets is "unsigned long"....
2013-06-18 Dmitri GribenkoSimplify a loop in ProcessCodeCompleteResults(). Point...
2013-06-18 Dmitri GribenkoArrayRef'ize CodeCompletionContext::getNumSelIdents()
2013-06-18 Larisse Voufocontextual conversion fix: C++98 compatibility warning.
2013-06-18 John McCallAdd support for -fpcc-struct-return. Patch by Arthur...
2013-06-18 Larisse Voufor184100 Fix -- Updated test cases for contextual conversion
2013-06-18 Adrian PrantlRemove an ugly hack that was meant to eliminate the...
2013-06-18 Eli FriedmanDelete dead code.
2013-06-18 Eric ChristopherAccept and ignore -fdebug-types-section for now. This...
2013-06-18 Eric ChristopherFileCheck-ize.
2013-06-17 Eli FriedmanAdd a missing testcase for ObjC ivar encoding for a...
2013-06-17 Richard SmithTurn Clang 3.3 boxes on C++ status from yellow to green...
2013-06-17 Richard SmithPoint link at correct location for Clang 3.3 release...
2013-06-17 Eli FriedmanFix source range of CXXNewExpr with parentheses around...
2013-06-17 Eli FriedmanCompute the visibility of static local variables consis...
2013-06-17 Eli FriedmanFix Expr::Classify to correctly classify ExtVectorEleme...
2013-06-17 Rafael EspindolaCleanup linkage computation for static locals.
2013-06-17 Rafael EspindolaUse atomic instructions on Bitrig armv6. Patch by Patri...
2013-06-17 Manman RenX86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
2013-06-17 Rafael EspindolaRevert "Updated test cases for contextual conversion"
2013-06-17 Larisse VoufoUpdated test cases for contextual conversion
2013-06-17 Richard SmithAvoid using __SIZE_TYPE__ in a -std=c++98 -pedantic...
2013-06-17 Fariborz Jahanianunbreak buildbot for now.
2013-06-17 Rafael EspindolaInclude PathV1.h only where it is used.
2013-06-17 Serge PavlovClean up empty struct/union recognition.
2013-06-17 Fariborz JahanianObjective-C [qoi]: Provide fixit hint when message...
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-17 Alexander KornienkoFix a problem in ExpressionParser leading to trailing...
2013-06-17 Reid KlecknerTry to fix the bots with a forward decl.
2013-06-17 Alexander KornienkoFixes incorrect indentation of line comments after...
2013-06-17 Reid Kleckner[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
2013-06-17 Larisse VoufoCorrected status of support for contextual conversion...
2013-06-17 Richard SmithRemove unused file.
2013-06-17 Richard SmithC++11: don't warn about the deprecated 'register' keywo...
2013-06-17 Richard SmithAdd warning group -Wdeprecated-register for C++11 warni...
2013-06-16 Richard SmithAdd tests for C++ DR100-150.
2013-06-16 Richard SmithAdd testcase for DR39 from PR5916.
2013-06-16 Richard SmithPR16339: Don't produce a diagnostic pointing at the...
2013-06-16 Larisse VoufoFixed one buildbot-failure-causing bug...
2013-06-16 Dmitri GribenkoArrayRef'ize Sema::CodeComplete*
2013-06-15 Larisse VoufoUpdated status of support for contextual conversion...
2013-06-15 Larisse VoufoUpdated the support for contextual conversion tweaks...
2013-06-15 Faisal ValiA quick fix to allow return type deduction on member...
next