]> granicus.if.org Git - clang/shortlog
clang
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.
2013-07-01 Eli FriedmanFix mangling for block literals.
2013-07-01 Anton KorobeynikovFix MSP430 builtin types.
2013-07-01 Daniel JasperFix incorrect token counting introduced by r185319.
2013-07-01 Alexander KornienkoAvoid column limit violation in block comments in certa...
2013-07-01 Daniel JasperDon't align "} // namespace" comments.
2013-07-01 NAKAMURA Takumiclang/test/lit.cfg: Improve is_filesystem_case_insensit...
2013-07-01 Daniel JasperDon't add an extra space before ellipsis after pointers.
2013-07-01 Daniel JasperKeep space between pointer and block comment.
2013-07-01 Daniel JasperFix braced-list detection in lieu of trailing comments.
2013-07-01 Sylvestre LedruFollowing the modification introduced in llvm by commit...
2013-07-01 Craig TopperPut helper class in anonymous namespace.
2013-07-01 Craig TopperPut helper class in anonymous namespace.
2013-07-01 Richard SmithPR16502: Fix a dumb bug where we might look past the...
2013-07-01 Craig TopperPut helper classes in an anonymous namespace.
2013-07-01 Craig TopperUse LLVM_DELETED_FUNCTION on unimplemented copy constru...
2013-07-01 Craig TopperPut helper classes in an anonymous namespace.
2013-07-01 Craig TopperUse static for helper functions instead of an anonymous...
2013-06-30 Craig TopperMake string pointer const.
2013-06-30 Craig TopperPut helper classes into anonymous namespace.
2013-06-30 James DennettDocumentation cleanup for TypeOrdering.h.
2013-06-30 Stephen LinRestore r184205 and associated commits (after commit...
2013-06-30 James DennettDocumentation cleanup: Mostly formatting \brief documen...
2013-06-30 Richard SmithTeach -Wunsequenced that the side-effects of a function...
2013-06-30 Richard SmithReinstate r185229, reverted in r185256, with a tweak...
2013-06-30 David MajnemerLex: Cleanup whitespace in PragmaRegionHandler
2013-06-30 James DennettBug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExp...
2013-06-30 James DennettAdd enumerators to TestVisitor::Language to allow visit...
2013-06-29 Benjamin KramerCompress pairs. No functionality change.
2013-06-29 Benjamin KramerDriver: Push triple objects around instead of going...
2013-06-29 Timur IskhodzhanovRevert r185229 as it breaks compilation of <windows.h>
2013-06-28 Argyrios Kyrtzidis[test] Add test case for rdar://14183893.
2013-06-28 Eli FriedmanRemove dead code.
2013-06-28 Richard SmithPR7927, PR16247: Reimplement handling of matching exter...
2013-06-28 Eli FriedmanFix error recovery with in-class initializer.
2013-06-28 Eli FriedmanFix line endings.
2013-06-28 Peter Collingbourne[ms-cxxabi] Move CodeGenVTables::needsVTTParameter...
2013-06-28 Anton Yartsev+ "For Windows Users" section
2013-06-28 Benjamin KramerUse the multiple argument form of path::append.
2013-06-28 Timur IskhodzhanovFix a trivial typo, add a FIXME to have more test cover...
2013-06-28 Alexander KornienkoUse lexing mode based on FormatStyle.Standard.
2013-06-28 Richard SmithLazily deserialize function template specializations...
2013-06-28 Rafael EspindolaUpdate for llvm::sys::fs::unique_file not creating...
2013-06-28 Eli FriedmanDelete dead code.
2013-06-27 Eli FriedmanSwitch Decl instantiation to DeclNodes.inc.
next