]> granicus.if.org Git - clang/shortlog
clang
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...
2013-06-08 Reid KlecknerAdd a test case for blocks taking an array typedef
2013-06-08 Reid KlecknerRevert "[Sema] Make FunctionType's TSI use unadjusted...
2013-06-08 Reid Kleckner[Sema] Make FunctionType's TSI use unadjusted argument...
2013-06-08 Serge PavlovRecognition of empty structures and unions is moved...
2013-06-08 Jin-Gu KangAdded a type checking which handle the case of an ext...
2013-06-08 Anna Zaks[analyzer] Minor fixups to r183062
2013-06-08 Anna Zaks[analyzer; alternate edges] Fix the edge locations...
2013-06-08 Michael GottesmanFixed comment typo.
2013-06-08 Adrian PrantlDebug info: An if condition now creates a lexical scope...
2013-06-08 Richard SmithRecursively lifetime-extend into array temporaries...
2013-06-07 Eric ChristopherWhen we're compiling with -pg make sure to link with...
2013-06-07 Eli FriedmanFix va_arg on x86-64 for a struct containing a single...
2013-06-07 Douglas GregorLoosen r178109 even further, to assume that all redefin...
2013-06-07 Eric Christopher80-column fixup after recent change to getOrCreateType.
2013-06-07 Douglas GregorEven in a modules world, people will depend on the...
2013-06-07 Eli FriedmanFix line endings.
2013-06-07 Adrian Prantladdress some comments on r183474:
2013-06-07 David MajnemerRevert "Properly consider the range of enum for range...
2013-06-07 Eli FriedmanAdd missing file from r183563 (the recommit of 183466).
2013-06-07 Eli FriedmanRe-commit r183466 with a fix to make the TypeLoc castin...
2013-06-07 Fariborz JahanianObjective-C: Another case of issuing warning about...
2013-06-07 Richard SmithPR16273: Weaken a bogus assertion.
2013-06-07 Rafael EspindolaDefine id to the correct type.
2013-06-07 Fariborz JahanianObjective-C: Removes a bogus warning about auto-synthesis
2013-06-07 Argyrios KyrtzidisThread the 'Invalid' out parameter through SourceManage...
2013-06-07 Alexander KornienkoImproved handling of escaped newlines at the token...
2013-06-07 Jordan RoseHandle Unicode characters in fix-it replacement strings.
next