]> granicus.if.org Git - clang/shortlog
clang
2011-08-29 Nico WeberDo not warn about [super finalize] in arc mode.
2011-08-29 Ivan KrasinClang/PNaCl: Improve test coverage for PNaClTargetInfo...
2011-08-29 Caitlin SadowskiThread safety: added basic handling for pt_guarded_by...
2011-08-29 Fariborz JahanianFix a rewriter bug caused by recent changes in objc's
2011-08-29 Eli FriedmanAdd missing function _mm_ucomige_sd to emmintrin.h...
2011-08-29 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Simplify getSymbolF...
2011-08-29 Anna ZaksFix: Bug 10798 - [analyzer] Crash when analyzing ICU...
2011-08-29 Anna ZaksFix bug 10797: Crash: "cast<Ty>() argument of incompati...
2011-08-29 Eli FriedmanSome minor updates to the Linux search path handling...
2011-08-29 Fariborz JahanianMinor clean up of objc's decl context stuff.
2011-08-29 Douglas GregorAdd and document __has_feature values for the remaining...
2011-08-29 Caitlin SadowskiThread safety: various minor bugfixes, with test cases
2011-08-29 Matt Beaumont-GayFix type mismatch in initialization (caught by -Wlitera...
2011-08-29 Jeffrey YasskinPrint 'int' instead of 'const int' in the narrowing...
2011-08-29 Jordy Rose[analyzer] Remove empty obsolete header directories...
2011-08-28 Nico WeberWarn on missing [super finalize] calls.
2011-08-28 Jordy Rose[analyzer] Header cleanup to decrease coupling (and...
2011-08-28 Jordy Rose[analyzer] Introduce a new callback for checkers, print...
2011-08-28 Nico Weber[analyzer] update bug report url
2011-08-28 Jordy Rose[analyzer] Remove the ProgramState argument from ExprEn...
2011-08-28 Jordy Rose[analyzer] Eliminate almost all uses of TransferFuncs...
2011-08-28 Jordy Rose[analyzer] Migrate argument invalidation from CFRefCoun...
2011-08-27 Jordy Rose[analyzer] Change the check::RegionChanges callback...
2011-08-27 John McCallDisable the l-value to r-value conversion on C++ class...
2011-08-27 Fariborz Jahanianobjective-c - Make warning on unimplemented protocols...
2011-08-27 Ted Kremenek[analyzer] Rename current PathDiagnosticClient::HandleP...
2011-08-27 Ted Kremenek[analyzer] Pull body of loop in AnalysisConsumer::Handl...
2011-08-27 Ted Kremenek[analyzer] Add test case for handling of __bridge_trans...
2011-08-27 Fariborz Jahanianobjective-c: Treat top-level objective-c declarations
2011-08-27 Benjamin KramerRemove unused variables noticed by GCC.
2011-08-27 Douglas GregorTake an entirely different approach to handling the...
2011-08-27 Argyrios Kyrtzidis[arcmt] Xfail the test for windows.
2011-08-27 John McCallThe lvalue-to-rvalue on structs in C++ is actually...
2011-08-27 Benjamin KramerTwinify.
2011-08-27 Douglas GregorXFAIL one of the module tests on win32, until we figure...
2011-08-27 Douglas GregorIn C++0x mode, suggest nullptr as the initializer for...
2011-08-27 Ted KremenekControl 'invalid conversion specifier' warnings under...
2011-08-27 Douglas GregorImprove caret location for the GNU old-style field...
2011-08-27 Douglas GregorSilence a GCC warning
2011-08-27 Douglas GregorRemove the -import-module option. It's no longer useful
2011-08-26 Douglas GregorTry to unbreak the build on systems where uint64_t...
2011-08-26 Douglas GregorIntroduce support for a simple module import declaratio...
2011-08-26 Argyrios Kyrtzidis[arcmt] Add a test case for r138671 and improve the...
2011-08-26 Andrew TrickFreeBSD (apparently) does not support crash-recovery...
2011-08-26 Argyrios Kyrtzidis[arcmt] Fix horrible bug where migrating files if there...
2011-08-26 Chad RosierCleanup r138662 per Ben and David's suggestions, thanks.
2011-08-26 Douglas GregorTeach the ASTReader how to avoid cycles when loading...
2011-08-26 Chad RosierMake sure the std::string isn't deallocated prior to...
2011-08-26 Chad Rosier[driver] When generating temporary files allow a prefix...
2011-08-26 Douglas GregorWhen we're deserializing declarations lexically stored...
2011-08-26 Fariborz Jahanianobjc-arc: Mention property's attribute by name when
2011-08-26 John McCallSlight optimization enabled by the previous assert:
2011-08-26 Jordy Rose[analyzer] Remove a couple of unnecessary returns after...
2011-08-26 Eli FriedmanDon't assert on taking the address of a non-type templa...
2011-08-26 Eli FriedmanMake sure we don't crash printing builtin candidates...
2011-08-26 John McCallAssert that a call argument is a gl-value iff the param...
2011-08-26 John McCallIn -Wno-error=non-pod-varargs, initialize a temporary...
2011-08-26 Chad Rosier[driver] Remove a few more options when clang invokes...
2011-08-26 Axel NaumannFrom Vassil Vassilev: unnamed decls cannot be removed...
2011-08-26 John McCallWhat say we document some of these AggValueSlot flags...
2011-08-26 John McCallSince the 'is aliased' bit is critical for correctness...
2011-08-26 John McCallAn initialization does not alias.
2011-08-26 Chad RosierTake 2: Actually fix spacing.
2011-08-26 John McCallBe sure to do unary conversions on the operand to an ARC
2011-08-26 John McCallThe allocated exception slot does not alias anything...
2011-08-26 Chad Rosier80-column.
2011-08-26 Jeffrey YasskinHandle CXXTempObjectRegion in StackAddrEscapeChecker.
2011-08-26 Chad Rosier[driver] Add -mglobal-merge/-mno-global-merge machine...
2011-08-26 Francois Pichetrevert 138610, accidental commit.
2011-08-26 Francois Pichetgit-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...
2011-08-26 Jordy Rose[analyzer] Increase the number of possible checks for...
2011-08-25 Ivan KrasinPNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURC...
2011-08-25 Matt Beaumont-GayFix a crash-on-invalid.
2011-08-25 John McCallTrack whether an AggValueSlot is potentially aliased...
2011-08-25 Fariborz JahanianDon't warn on category implementing a method, if
2011-08-25 Douglas GregorEliminate the -chained-pch flag and all of the frontend...
2011-08-25 Douglas GregorRemove the Chaining argument from the PCH/module genera...
2011-08-25 Douglas GregorIntroduce a -cc1 option "-emit-module", that creates...
2011-08-25 Fariborz Jahanianobjc - fix a bug exposed by my recent decl context
2011-08-25 Argyrios Kyrtzidis[libclang] Fix getting a cursor that points inside...
2011-08-25 Douglas GregorClean up the reloading of identifier information follow...
2011-08-25 Douglas GregorPreload source location entries as soon as we've loaded...
2011-08-25 Fariborz JahanianReverse r138567 until a buildbot failure is investigated.
2011-08-25 Douglas GregorMove file validation in the ASTReader from "top of...
2011-08-25 Douglas GregorFactor the Module and ModuleManager classes out into...
2011-08-25 John McCallUse stronger typing for the flags on AggValueSlot and...
2011-08-25 Argyrios KyrtzidisMake Lexer::ComputePreamble accept a LangOptions parame...
2011-08-25 Chad Rosier80-column and spacing.
2011-08-25 Ted KremenekTeach -Wunreachable-code about dead code caused by...
2011-08-25 Douglas GregorSwitch ASTReader::GetHeaderFileInfo() from a walk over...
2011-08-25 Douglas GregorSwitch the forward walk through the module chain over...
2011-08-25 Fariborz JahanianFixes a typo in my last patch.
2011-08-25 Fariborz Jahanianobjc -arse: Use DeclGroup for forward class declarations;
2011-08-25 Chad Rosier[driver] Do not add -kext to the link command line...
2011-08-25 Douglas GregorRemove a bogus assertion from the AST reader, which...
2011-08-25 Douglas GregorUse the module manager's search facility to look for...
2011-08-25 Jordy Rose[analyzer] Move the leak bugs from CFRefCount to Retain...
2011-08-25 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Cleanup AllocationS...
2011-08-25 Francois PichetAdd support for Microsoft __ptr32 keyword.
2011-08-25 Jordy Rose[analyzer] Move the easy bug types from CFRefCount...
next