]> granicus.if.org Git - clang/shortlog
clang
2013-02-15 Dmitri Gribenkolibclang: add clang_getTypeSpelling(CXType CT)
2013-02-15 Fariborz Jahanianobjective-C: Fixes a compiler crash when encoding
2013-02-15 Daniel JasperRecognize < and > as binary expressions in builder...
2013-02-15 Enea ZaffanellaFixed diagnostic nondeterministic order bug (pr14901).
2013-02-15 Daniel JasperDone break between 'operator' and '<<'.
2013-02-15 Argyrios KyrtzidisFix crash-on-invalid where a ParenListExpr shows up...
2013-02-15 Argyrios KyrtzidisWhen a statement is dropped from the AST because it...
2013-02-15 Daniel JasperRe-enable ConstructorInitializerAllOnOneLineOrOnePerLin...
2013-02-15 Benjamin KramerSema: Unnest early exit and remove an unnecessary bad...
2013-02-15 Timur IskhodzhanovAbstract out emitting the vdtor calls and do it properl...
2013-02-15 Benjamin KramerMake helper functions static.
2013-02-15 Daniel JasperPrevent only breaking before "?" in conditional express...
2013-02-15 Bill WendlingUpdate testcases due to Attribute sorting improvements.
2013-02-15 Jordan Rose[analyzer] Don't assert when mixing reinterpret_cast...
2013-02-15 Jordan RoseRe-apply "[analyzer] Model trivial copy/move ctors...
2013-02-15 Jordan Rose[analyzer] Cache the bindings accessible through a...
2013-02-15 Jordan Rose[analyzer] Scan the correct store when finding symbols...
2013-02-15 Jordan Rose[analyzer] Tweak LazyCompoundVal reuse check to ignore...
2013-02-15 Jordan Rose[analyzer] Use collectSubRegionKeys to make removeDeadB...
2013-02-15 Jordan Rose[analyzer] Refactor RegionStore's sub-region bindings...
2013-02-14 Fariborz JahanianMake this test determinstic for my last patch.
2013-02-14 Fariborz Jahanianobjective-C: synthesize properties in order of their
2013-02-14 Dmitri Gribenkolibclang: remove reinterpret_casts by using SourceLocat...
2013-02-14 Fariborz Jahanianobjective-C: When implementing custom accessor method for
2013-02-14 Jordan Rose[analyzer] Try constant-evaluation for all variables...
2013-02-14 Argyrios Kyrtzidis[arcmt] Make sure the function has an associated parame...
2013-02-14 Rafael EspindolaMangle extern "C" functions whose names are not simple...
2013-02-14 Daniel JasperFix counting of parameters so that r175162 works as...
2013-02-14 Daniel JasperReduce penalty for breaking before ./-> after complex...
2013-02-14 Dmitri GribenkoRemove a const_cast by propagating constness to called...
2013-02-14 Dmitri GribenkoRemove an unneeded const_cast
2013-02-14 Dmitri GribenkoRemove const_casts by making spec_begin()/spec_end...
2013-02-14 Daniel JasperRemove the trailing whitespace of formatted lines.
2013-02-14 Daniel JasperGet less confused by trailing comma in Google style.
2013-02-14 Daniel JasperRemove accidentally committed empty test.
2013-02-14 Daniel JasperAlign superclasses for multiple inheritence.
2013-02-14 Bill WendlingRevert accidental commit.
2013-02-14 Bill WendlingPass the target options through to code generation.
2013-02-14 Rafael EspindolaPartially revert r175117 so that we don't break assumpt...
2013-02-14 Rafael Espindolamerge hasCLanguageLinkage and isExternC. Keep the short...
2013-02-14 Rafael EspindolaAdd a getLanguageLinkage method to VarDecls and Functio...
2013-02-14 Nick LewyckyWhen marking derived classes' virtual methods ODR-used...
2013-02-14 Ted KremenekTeach ccc-analyze to pass on -iquote with no spaces...
2013-02-14 Richard SmithActually fix rendering of the example code block!
2013-02-14 Richard SmithSome grammar fixes to 'Format String Checking', and...
2013-02-14 Richard SmithDocument Clang's support for [[gnu::...]] attributes.
2013-02-14 Argyrios Kyrtzidis[docs] The stat cache has been removed from the PCH...
2013-02-13 Fariborz Jahanianobjective-C: Make order of ivars which are synthesized
2013-02-13 Tanya LattnerRemove outdated performance.html webpage.
2013-02-13 Chad Rosier[ms-inline asm] Add test case for r175083.
2013-02-13 Richard Smithubsan: Add checking for invalid downcasts. Per [expr...
2013-02-13 Daniel JasperAllow breaking after the return type in function declar...
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2013-02-13 Daniel JasperFix comment alignment close to the column limit.
2013-02-13 Argyrios Kyrtzidis[libclang] Fix annotation of a range where the begin...
2013-02-13 Timur Iskhodzhanov... and now fix the +Asserts build
2013-02-13 Timur IskhodzhanovFix the microsoft-abi-structors test expectations to...
2013-02-13 Manuel KlimekPull search state out as class members.
2013-02-13 Manuel KlimekAn attempt to make the search algorithm easier to under...
2013-02-13 Timur IskhodzhanovEmit virtual/deleting destructors properly with -cxx...
2013-02-13 Nico WeberFormatter: And more cast tests (these don't pass yet).
2013-02-13 Nico WeberFormatter: Add more cast tests.
2013-02-13 Nico WeberFormatter: Refactor the cast detection code to be a...
2013-02-13 Nico WeberFormatter: Detect ObjC method expressions after casts.
2013-02-13 Nick LewyckyChange this comment to helpfully explain why it's there.
2013-02-13 Jordan Rose[analyzer] Use Clang's evaluation for global constants...
2013-02-13 Jordan Rose[analyzer] Use makeZeroVal in RegionStore's lazy evalua...
2013-02-13 Chad Rosier[ms-inline-asm] Test cases to ensure the AsmRewrite...
2013-02-12 Douglas GregorOrder the methods in the global method pool based on...
2013-02-12 Dmitri GribenkoReplace 'signed' with 'int'. 'signed' is not typical...
2013-02-12 Argyrios Kyrtzidis[preprocessing record] Add some sanity checks for the...
2013-02-12 Chad Rosier[ms-inline-asm] Add test cases for the align/emit direc...
2013-02-12 Dmitri GribenkoAdd a test for r174980, that we used to accept
2013-02-12 Daniel JasperFix crash for incomplete labels in macros.
2013-02-12 Chad Rosier[ms-inline asm] Update test case now that we are correc...
2013-02-12 Aaron BallmanFixing the MSVC compiler warning a different way; remov...
2013-02-12 Chad RosierTypo.
2013-02-12 Chad Rosier[ms-inline asm] Add a few test cases for the parsing...
2013-02-12 Aaron BallmanRemoving a signed/unsigned mismatch warning triggered...
2013-02-12 Dmitri GribenkoAccept over-qualified constructor in MSVC emulation...
2013-02-12 Daniel JasperFix bug in the adjustment to existing lines.
2013-02-12 Nico WeberFormatter: Correctly format stars in `sizeof(int**...
2013-02-12 Edwin VaneAdding more overloads for allOf matcher
2013-02-12 Timur IskhodzhanovRename -constructors test to just -structors as in...
2013-02-12 Nick LewyckyAttempt to fix this test on i686 targets.
2013-02-12 Nick LewyckyThe meat of this patch is in BuildCXXMemberCalLExpr...
2013-02-12 John McCallProperly assemble PHIs after a null-checked invoke...
2013-02-12 Richard SmithFix a bug reduced from a crash when trying to use modul...
2013-02-12 Anton Yartsev+ specified progress information
2013-02-12 Anton Yartsev+ centered progress cells
2013-02-12 John McCallCall __cxa_begin_catch with the current exception before
2013-02-12 John McCallChange some CGF parameters to CGMs.
2013-02-12 Richard SmithRemove an assert which triggers when a decl context...
2013-02-12 John McCallPerform placeholder conversions on the controller of...
2013-02-12 John McCallDiagnose loads of 'half' l-values in OpenCL.
2013-02-12 Lang HamesBacking out r174919 while I investigate a self-host...
2013-02-12 John McCallIn ARC, emit non-peepholed +1s within the full-expressi...
2013-02-12 John McCallSplit a couple of tests out into their own file.
2013-02-11 Lang HamesWhen generating IR for default copy-constructors, copy...
2013-02-11 Tanya LattnerTiming data was removed years ago. Remove these links.
next