]> granicus.if.org Git - clang/shortlog
clang
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.
2013-06-27 Richard SmithFix nested lifetime extension when a std::initializer_l...
2013-06-27 Peter CollingbourneUse the zero-argument DIBuilder::createNullPtrType...
2013-06-27 John McCallEnsure that debugger calls to signature-less functions...
2013-06-27 Michael GottesmanRevert "Revert r184787: "Added arm_neon intrinsic tests.""
2013-06-27 Richard SmithRemove bogus VarDecl::extendsLifetimeOfTemporary functi...
2013-06-27 Eli FriedmanRemove unnecessary check.
2013-06-27 Eli FriedmanDelete dead code.
2013-06-27 Eli FriedmanDelete dead code.
2013-06-27 Douglas GregorUnder -fms-extensions, only inject a friend tag name...
2013-06-27 Eli FriedmanSimplify StmtIterator.
2013-06-27 Rafael EspindolaSmall improvements to createOutputFile.
2013-06-27 Joey GoulyAdd support for passing v8fp options via -mfpu.
2013-06-27 Larisse VoufoA bit of program simplification from r185056
2013-06-27 Larisse VoufoFix a conversion to incomplete type bug -- The error...
2013-06-27 Eli FriedmanDelete dead code.
2013-06-26 Eli FriedmanSimplify code.
2013-06-26 Eli FriedmanHandle all TemplateArguments in trivial TypeLocs.
2013-06-26 Richard SmithPR16467: Teach -Wunsequenced that in C11 (unlike C...
2013-06-26 David MajnemerSema: Small cleanup around TemplateParamListContext
2013-06-26 Fariborz JahanianObjectiveC: diagnose duplicate declaration of
2013-06-26 Joerg SonnenbergerDon't use unnamed local enums as template arguments.
2013-06-26 Aaron BallmanThis patch fixes PR16395, when HandleMSProperty returns...
2013-06-26 David MajnemerAST: small cleanup to FriendObjectKind
2013-06-26 Rafael EspindolaSync file handling logic in RewriterTestContext.h and...
2013-06-26 Eli FriedmanRewrite record layout for ms_struct structs.
2013-06-26 Aaron BallmanUpdating the same comment in a different file, again...
2013-06-26 Aaron BallmanUpdating a link in the comments; no functional change.
2013-06-26 Nico WeberFix warning: commas at the end of enumerator lists...
2013-06-26 Joey GoulyAdd support for passing '-target armv8' through the...
2013-06-26 Reid KlecknerMatch MSVC's handling of commas during macro argument...
2013-06-26 NAKAMURA Takumiclang/test/Driver/pth.c: Fix r184942, a regexp like...
2013-06-26 Rafael EspindolaRemove last use of PathV1.h from clang.
2013-06-26 Rafael EspindolaWe only create one file, no need to delete a directory.
2013-06-26 Rafael EspindolaRemove unused header.
2013-06-26 Rafael EspindolaTry to fix this test on the msys buildbot.
2013-06-26 Aaron BallmanQuieting an MSVC warning about converting negative...
2013-06-26 Rafael EspindolaDon't use PathV1.h in CIndexCodeCompletion.cpp.
2013-06-26 Rafael EspindolaRemove dead include.
2013-06-26 Rafael EspindolaDon't use PathV1.h in cc1as_main.cpp.
2013-06-26 Rafael EspindolaRemove unused header.
2013-06-26 Rafael EspindolaRemove unused include.
2013-06-26 NAKAMURA Takumiclang/test/lit.cfg: Tweak getClangBuiltinIncludeDir...
2013-06-26 Rafael EspindolaRemove unused include.
2013-06-26 Rafael EspindolaRemove more uses of llvm::sys::Path.
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInvocation.cpp.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInstance.cpp.
2013-06-26 Rafael EspindolaDon't use PathV1.h in ASTUnit.cpp.
2013-06-26 Rafael EspindolaRemove forward declarations of sys::Path.
2013-06-26 Rafael EspindolaRemove the last use of PathWithStatus.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::unique_file.
2013-06-26 Rafael EspindolaRemove some uses of llvm::sys::Path.
2013-06-26 Rafael EspindolaRemove PathV1.h use from WindowsToolChain.cpp.
2013-06-26 Nico WeberFix a comment.
2013-06-26 Richard SmithLazily deserialize the "first' friend declaration when...
2013-06-26 Faisal ValiFix PCH bug with member templates of local classes...
2013-06-26 Rafael EspindolaRemove PathV1.h usage from ToolChains.cpp.
2013-06-26 Nico WeberRun clang-format on lib/Format code after r184894....
2013-06-26 Nico WeberFormatter: Don't put a space after parameter-naming...
2013-06-25 Nick LewyckyDon't check for triviality on fields of templated recor...
2013-06-25 David MajnemerImplement DR136
2013-06-25 Richard SmithMake this test properly test both things it's trying...
2013-06-25 Richard SmithMissing test update from r184884.
2013-06-25 Richard SmithPR8302: Check for shadowing a template parameter when...
2013-06-25 Matt Beaumont-GayDon't try to get the layout of an invalid decl in getDe...
next