]> granicus.if.org Git - clang/shortlog
clang
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...
2013-06-15 Ed SchoutenEmit native implementations of atomic operations on...
2013-06-15 Richard SmithPR16263: Implement current direction of core issue...
2013-06-14 Richard SmithFix handling of const_cast from prvalue to rvalue refer...
2013-06-14 Eli FriedmanFix comments referring to non-existent types.
2013-06-14 Eli FriedmanUnify return type checking for functions and ObjC metho...
2013-06-14 Richard SmithSuppress the c++11 -Wdeprecated warning for 'register...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-06-14 Alexander KornienkoDon't remove backslashes from block comments.
2013-06-14 Chandler CarruthFix the warning for divide by zero to be a bit more...
2013-06-14 Richard SmithEmit initializers for static-storage-duration temporari...
2013-06-14 Rui Ueyama[docs] Fix wrong clang-format example.
2013-06-13 Tim NorthoverRemove implicit fallthrough from AArch64 to Mips in...
2013-06-13 Richard SmithAvoid fallthrough in header, to allow external users...
2013-06-13 Eli FriedmanFix the linkage of static locals inside a CapturedStmt...
2013-06-13 Rafael EspindolaDon't depend on the transitive inclusion of PathV1.h.
2013-06-13 Rafael EspindolaUse the sys::RemoveFileOnSignal that takes a StringRef.
2013-06-13 Eli FriedmanFollowup to r183931 to fix the lambda conversion-to...
2013-06-13 Rafael EspindolaUse the sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Eli FriedmanFix a small bug in the linkage computation for the...
2013-06-13 Rafael EspindolaUpdate for llvm change.
2013-06-13 Rafael EspindolaAllow clang to build __clear_cache on ARM.
2013-06-13 Richard SmithClean up test to appease NDEBUG builds.
2013-06-13 Rafael EspindolaInheritViz.cpp uses sys::Path, include PathV1.h
2013-06-13 Rafael EspindolaUse version of DisplayGraph that takes a StringRef.
2013-06-13 Tim NorthoverTeach clang about the armv4/armv4t distinction
2013-06-13 Benjamin KramerModernize some low-hanging PathV1 uses.
2013-06-13 Benjamin Kramerlibclang: Remove clang::RemapFiles, it's dead code.
2013-06-13 Benjamin Kramerlibclang: Port CIndexer::getClangResourcesPath to PathV...
2013-06-13 Sylvestre LedruAdd Ubuntu Saucy to the list of known Ubuntu releases
2013-06-13 Manuel KlimekMake it clear in Decl::hasBody that it can return true...
2013-06-13 Richard SmithMore for PR12457: fix handling of __builtin_isinf_sign...
2013-06-13 Richard SmithTowards PR12457: constant expression evaluation support...
2013-06-13 Larisse VoufoUpdated C++1y status for contextual conversions to...
2013-06-13 Richard SmithFix part of PR12457. Patch by Justin Bogner!
2013-06-13 Richard SmithFix some confusing diagnostic wording. s/implicit defau...
2013-06-13 Richard SmithC++11: If a class has a user-declared copy operation...
2013-06-13 Richard SmithImplement core issue 903: only integer literals with...
2013-06-13 Richard SmithIn C++11, promote access declaration diagnostic from...
2013-06-13 Richard SmithAdd -Wdeprecated warnings and fixits for things depreca...
2013-06-13 Richard SmithWhen copy-initializing a temporary for a reference...
2013-06-13 Nick LewyckyInclude the unexpanded packs in the initializer express...
2013-06-12 Richard SmithSimplify: we don't need any special-case lifetime exten...
2013-06-12 Richard SmithDon't suggest putting 'operator new' or 'operator delet...
2013-06-12 Richard SmithPR12086, PR15117
2013-06-12 Richard SmithMove detection of reference members binding to temporar...
2013-06-12 Richard TrieuIntroducing -Wheader-guard, a warning that checks heade...
2013-06-12 Rafael EspindolaUse the global functions instead of the Program methods.
2013-06-12 Richard SmithReapply r183721, reverted in r183776, with a fix for...
2013-06-12 Andy GibbsRetain linker flags specified on cmake command line.
2013-06-12 Alexander KornienkoPreserve newlines before block comments in static initi...
2013-06-12 Benjamin KramerPort HTMLDiagnostics to PathV2. No intended functionali...
2013-06-12 Eli FriedmanFix buildbot breakage on PPC64.
2013-06-12 Aaron BallmanSilencing a signed vs unsigned comparison mismatch...
2013-06-12 Pavel LabathFix memory corruption in CStringChecker
2013-06-12 Eli FriedmanAdd support for complex compound assignments where...
2013-06-12 Eli FriedmanMake va_arg and argument passing to varargs functions...
2013-06-11 Eli FriedmanTweak r183791 so we don't print a note without a source...
2013-06-11 Rafael EspindolaInclude Path.h instead of PathV2.h.
2013-06-11 Eli FriedmanCorrectly handle designated initializers which modify...
2013-06-11 Richard SmithAdd a testcase for PR7434, which is a bug we no longer...
2013-06-11 Rafael EspindolaInclude PathV1.h in a file that uses it.
2013-06-11 Rafael EspindolaTry to fix the windows build.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Richard SmithRevert r183721. It caused cleanups to be delayed too...
2013-06-11 Samuel BenzaquenReduce the number of symbols on the object file.
2013-06-11 Argyrios Kyrtzidis[libclang/python] Add a few "cursor kinds" that were...
2013-06-11 Eli FriedmanMake ASTContext::Allocate use size_t for the size argument.
2013-06-11 Argyrios KyrtzidisModify a comment to reflect changes of r183717.
2013-06-11 Alexander KornienkoInsert a space at the start of a line comment in case...
2013-06-11 Benjamin KramerSilence GCC warning.
2013-06-11 Benjamin KramerASTUnit: Invert the dependency of PrecompilePreambleAct...
2013-06-11 Manuel KlimekMake it possible to assign clang-format-buffer to a...
2013-06-11 David MajnemerRemove some unicode that sneaked in.
2013-06-11 David MajnemerImplement DR61: Address of ambiguous bound methods...
2013-06-11 David MajnemerImplement DR85: Redeclaration of member is forbidden
2013-06-11 Richard SmithRework IR emission for lifetime-extended temporaries...
2013-06-11 Eli FriedmanFix a very silly mistake in r183590.
2013-06-11 Eli FriedmanFix a FIXME in a testcase about packed structs and...
2013-06-11 Argyrios Kyrtzidis[libclang] Allow building a precompiled preamble with...
2013-06-11 Fariborz JahanianRemove mis-grouping of an objc diagostic in my last
2013-06-10 Fariborz JahanianObjective-C [qoi]: Issue better warning when nsstring...
2013-06-10 Eli FriedmanMake sure we don't emit invalid IR for StmtExprs with...
2013-06-10 Adrian Prantlcleanup (address some more review comments for r183474):
2013-06-10 Reid KlecknerUse FPT::getArgTypes() instead of manually building...
2013-06-10 Jordan Rose[analyzer] SATestBuild: Don't require reference results...
2013-06-10 Richard TrieuAdd a new warning, -Wlogical-not-parentheses, to -Wpare...
2013-06-10 Reid Kleckner[clang-format] Don't flash an ugly cmd prompt in Vim...
2013-06-10 Manuel KlimekFixes the comment for hasDeclaration.
2013-06-10 Larisse VoufoSupport for contextual conversion tweaks (N3323) was...
2013-06-10 Larisse Vouforeverted test
2013-06-10 Larisse Voufotest
2013-06-09 Reid Kleckner[CodeGen] Make CGCleanup.h include what it now uses
2013-06-09 Reid Kleckner[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGen...
2013-06-08 Faisal ValiFix the parser's updating of the template depth when...
2013-06-08 Faisal ValiRevert r183618.
2013-06-08 Faisal ValiFix the parser's updating of the template depth when...
next