]> granicus.if.org Git - clang/shortlog
clang
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.
2013-06-07 Fariborz Jahanianfix up recogtion of block pointer type in my last patch.
2013-06-07 Alexander KornienkoFixed calculation of penalty when breaking tokens.
2013-06-07 Manuel KlimekAdds a test that verifies angle bracket locations.
2013-06-07 Manuel KlimekReverts r183466: "Perform dynamic alignment computation...
2013-06-07 Faisal ValiReverting test commit
2013-06-07 Faisal Valitest commit
2013-06-07 Richard SmithPR16243: Use CXXThisOverride during template instantiat...
2013-06-07 Eli FriedmanWhen we're synthesizing copy/move-assignment, we can...
2013-06-07 Adrian Prantldocumentation: remove confusing reference to properties.
2013-06-07 Adrian PrantlObjC Debug Info: Emit the names of accessors whenever...
2013-06-07 Adrian PrantlImprove documentation.
2013-06-07 Fariborz Jahanianblocks: fixes an ast bug when block pointer variable
2013-06-07 Tim NorthoverDiagnose malformed x86 inline asm using 'y' constraint.
2013-06-07 Eli FriedmanPerform dynamic alignment computations so that the...
2013-06-06 David MajnemerImplement DR7
2013-06-06 Anna Zaks[analyzer] Address Jordan’s code review for r183451
2013-06-06 Anna Zaks[analyzer] Ensure that pieces with invalid locations...
2013-06-06 Anna Zaks[analyzer] fixup the comment
2013-06-06 Jordan Rose[analyzer; new edges] Simplify edges in a C++11 for...
2013-06-06 Argyrios Kyrtzidis[libclang] CMake: add an option to control building...
2013-06-06 Daniel JasperFix incorrect line breaking before trailing block comments.
2013-06-06 Joey GoulyFix a crash with -Wassign-enum, where we didn't adjust...
2013-06-06 Hans Wennborgclang-check: add missing space in Makefile
2013-06-06 Benjamin Kramerclang-check: Link the static analyzer in the Makefile...
2013-06-06 Pavel LabathAdd support for static analysis to clang-check
2013-06-06 Pavel LabathClangTool: strip -o from the command line
2013-06-06 Richard SmithImplement DR1270: braces can be elided in all aggregate...
2013-06-06 Hans WennborgDisallow reinterpret_cast from pointer to bool on Windows
2013-06-06 Daniel JasperFix clang-format's expression parser for leading }s.
2013-06-06 Daniel JasperImprove c-style cast detection.
2013-06-06 Richard SmithWhen a static storage duration temporary appears in...
2013-06-06 Richard TrieuDon't create a StringRef from a temporary string.
2013-06-06 Jordan Rose[analyzer] Look through ExprWithCleanups to see if...
2013-06-06 Jordan Rose[analyzer] Improve debug output for PathDiagnosticPieces.
2013-06-06 NAKAMURA Takumiclang/unittests/Format/FormatTest.cpp: Suppress utf8...
2013-06-06 Anna Zaks[analyzer] Fix a crash that occurs when processing...
2013-06-06 Jordan Rose[analyzer; new edges] Don't crash if the top-level...
2013-06-06 Jordan Rose[analyzer; new edges] Ignore self-edges, not all edges...
2013-06-05 Eric ChristopherIf we're splitting the dwarf for fission and don't...
2013-06-05 Fariborz JahanianObjective-C: Provide fixit with suggested spelling...
2013-06-05 David BlaikiePR14763: Debug info for non-trivial record parameters
2013-06-05 Argyrios KyrtzidisWhen the template specialization header is missing...
2013-06-05 Peter Collingbourne[ms-cxxabi] Thread GlobalDecls through to CodeGenModule...
2013-06-05 Pavel Labathclang-check: Enable specification of additional compile...
2013-06-05 Reid Kleckner[ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr...
2013-06-05 Benjamin KramerSilence GCC warning.
2013-06-05 Alexander KornienkoAdded test with characters using four bytes in UTF...
2013-06-05 Alexander KornienkoUTF-8 support for clang-format.
2013-06-05 Timur IskhodzhanovRecommit r183298+r183300 'Get rid of VTableContext...
2013-06-05 Timur Iskhodzhanov... and actually run it
2013-06-05 Timur IskhodzhanovAdd a test for the breakage from r183298
2013-06-05 Timur IskhodzhanovUnrevert the tests from r183298 as they pass with both...
2013-06-05 Timur IskhodzhanovRevert r183298 and r183300 as the former broke the...
2013-06-05 Alexander KornienkoMake clang tools ignore -fcolor-diagnostics and -fdiagn...
2013-06-05 NAKAMURA TakumiASTTests/DeclTest.cpp: Tweak on msvc target to add...
2013-06-05 David BlaikieFix fallout from r183298, unused function (CollectPrima...
2013-06-05 Timur IskhodzhanovFix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp
2013-06-05 Timur IskhodzhanovGet rid of VTableContext::ComputeMethodVTableIndices...
2013-06-05 David BlaikiePR16214: Debug Info: -flimit-debug-info doesn't omit...
2013-06-05 Rafael EspindolaDefault to PIE and using stack protection on OpenBSD.
2013-06-05 Jakob Stoklund... Implement SparcV9ABIInfo::EmitVAArg.
2013-06-05 Jakob Stoklund... Fix CoerceIntOrPtrToIntOrPtr on big-endian targets.
2013-06-05 Jakob Stoklund... Heed ABIArgInfo::getInReg() for return values.
2013-06-05 Richard SmithModel temporary lifetime-extension explicitly in the...
2013-06-04 Reid Kleckner[ms-cxxabi] Factor out some loops into helpers for...
2013-06-04 Argyrios Kyrtzidis[libclang] When annotating tokens, don't override a...
2013-06-04 David MajnemerAnalysis: Add a CFG successor to a SwitchStmt if it...
next