]> granicus.if.org Git - clang/shortlog
clang
2011-08-24 Bruno Cardoso... Add testcase for r138411
2011-08-24 Eric ChristopherRevert "[analyzer] Cleanup: Move temporary declarations...
2011-08-24 Eric ChristopherRevert "[analyzer] Make CFRefBug and CFRefReportVisitor...
2011-08-24 Eric ChristopherMake constant aggregate constant initializers private...
2011-08-24 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Add reasoning about...
2011-08-23 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Retrieve the memory...
2011-08-23 Anna ZaksMove creation of the deallocation mismatch report into...
2011-08-23 Eric ChristopherWhitespace and 80-col cleanup.
2011-08-23 Fariborz Jahanianobjc - fix up the builtin type for objc_assign_ivar.
2011-08-23 Bruno Cardoso... Fix _mm256_shuffle_ps mask! Example, for mask=203,...
2011-08-23 Ted KremenekStart reworking -Wunreachable-code. The original analy...
2011-08-23 Ted KremenekCFG: record set of C++ 'try' dispatch blocks, which...
2011-08-23 Ted KremenekConstify the result of CFGStmt::getStmt().
2011-08-23 Ted KremenekAdd 'const' version of CompoundStmt::children().
2011-08-23 Eric ChristopherRevert "[analyzer] Clean up unused bits of CFRefCount."
2011-08-23 Eric ChristopherWhitespace.
2011-08-23 Eli FriedmanRefactor and fix checking for initialization of flexibl...
2011-08-23 Jordy Rose[analyzer] Clean up unused bits of CFRefCount.
2011-08-23 Eric ChristopherRight now this requires asserts.
2011-08-23 Jordy Rose[analyzer] Make CFRefBug and CFRefReportVisitor not...
2011-08-23 Jordy Rose[analyzer] Cleanup: Move temporary declarations of...
2011-08-23 Argyrios KyrtzidisRemove one SourceManager::isInFileID overload and use...
2011-08-23 Argyrios KyrtzidisAmend r138129 (reduction of SLocEntries) which introduc...
2011-08-23 Argyrios KyrtzidisIntroduce SourceManager::isInSLocAddrSpace and use...
2011-08-23 Argyrios KyrtzidisRename SourceManager::isBeforeInSourceLocationOffset...
2011-08-23 Argyrios KyrtzidisTokenLexer::getExpansionLocForMacroDefLoc doesn't need...
2011-08-23 Argyrios KyrtzidisIn Lexer::isAtEndOfMacroExpansion use SourceManager...
2011-08-23 Argyrios KyrtzidisMove a couple of SourceManager functions out-of-line...
2011-08-23 Jordy Rose[analyzer] Move function retain-count effect summary...
2011-08-23 Ted KremenekFix regression in -Wuninitialized involving VLAs. ...
2011-08-23 Jordy Rose[analyzer] Move helper method Update from CFRefCount...
2011-08-23 Eli FriedmanCleanup to use helper.
2011-08-23 Eli FriedmanRemove function parameter which always used the default...
2011-08-23 Jordy Rose[analyzer] Move helper method handleAutoreleaseCounts...
2011-08-23 Jordy Rose[analyzer] Move ReturnStmt retain-count analysis from...
2011-08-23 Jordy Rose[analyzer] Move symbol death leak analysis from CFRefCo...
2011-08-23 Caitlin SadowskiThread-safety analysis: adding in a basic lockset track...
2011-08-23 Eric ChristopherAdd support for a verifier to the driver. Currently...
2011-08-23 Fariborz Jahanianchecking for __block variable captured by given
2011-08-23 Nico Weberenable -fstack-protector on 10.5 for usermode binaries...
2011-08-23 Jordy Rose[analyzer] Only allocate retain summaries for interesti...
2011-08-23 Matt Beaumont-GayFix an incorrect note.
2011-08-23 Fariborz Jahanianblock IRgen - Fixes a crash when determining if given...
2011-08-23 Jordy Rose[analyzer] Rename CFRefCount's evalSummary method to...
2011-08-22 Eli FriedmanMake sure we don't inline functions marked with __attri...
2011-08-22 Jordy Rose[analyzer] Migrate the handling of retain-count-related...
2011-08-22 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Users of KeyChain...
2011-08-22 Fariborz Jahanianobjc refactoring - minor clean up.
2011-08-22 Anna ZaksStatic Analyzer Diagnostics: Allow checkers to add...
2011-08-22 Fariborz Jahanianobjc - use existing API for temporary switch of
2011-08-22 Ted KremenekDo not perform check for missing '[super dealloc]'...
2011-08-22 Anna ZaksClean up the CFRefBugReport - remove the members, which...
2011-08-22 Eli FriedmanDon't warn on varaidic macros in C++0x mode.
2011-08-22 Fariborz Jahanianobjc - minor comment fix up and cleanup.
2011-08-22 Fariborz Jahanianobjc - Simplify switing objc decl context by using
2011-08-22 Nico WeberWarn on missing [super dealloc] calls.
2011-08-22 Chandler CarruthFix a crash-on-valid that has been here for a very...
2011-08-22 Fariborz Jahanianobjc- checking for objc decl context range is unreliabl...
2011-08-22 Argyrios KyrtzidisFix a bug in objc @encoding of C++ classes.
2011-08-22 Fariborz JahanianRestore patch I reversed in r138040. Known buildbot
2011-08-22 Zhongxing XuFix typo.
2011-08-21 Argyrios KyrtzidisFix gcc build.
2011-08-21 Argyrios KyrtzidisBoost the efficiency of SourceManager::getMacroArgExpan...
2011-08-21 Jordy Rose[analyzer] Migrate the aliasing effects of CFRetain...
2011-08-21 Jordy Rose[analyzer] Remove FIXME; Ted reminded me that -init...
2011-08-21 Jordy Rose[analyzer] Migrate return value handling from CFRefCoun...
2011-08-21 Jordy Rose[analyzer] Replace calls to getNameAsString() with...
2011-08-20 Benjamin KramerFix compile on platforms that don't implicitly include...
2011-08-20 Jordy Rose[analyzer] RetainReleaseChecker always wants region...
2011-08-20 Jordy RoseFix indentation.
2011-08-20 Jordy Rose[analyzer] Move handling of hardcoded noreturn ("panic...
2011-08-20 NAKAMURA Takumitest/lit.cfg: Enable "crash-recovery" tests on Win32...
2011-08-20 Chad RosierTypo spotted by Ivan Krasin.
2011-08-20 Chandler CarruthRemove this test. It requires C++ standard library...
2011-08-20 Ted Kremenek[analyzer] Handle reads of ObjCPropertyRefExprs implici...
2011-08-20 Ted Kremenek[analyzer] Simplify ExprEngine::VisitBinaryOperator...
2011-08-20 Ted KremenekStart partitioning ExprEngine.cpp into separate .cpp...
2011-08-20 Ted KremenekRename CXXExprEngine.cpp to ExprEngineCXX.cpp.
2011-08-20 NAKAMURA Takumitest/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp...
2011-08-20 Douglas GregorMake the loading of multiple records for the same ident...
2011-08-20 Douglas GregorClean out some minor cruft in the AST reader; no functi...
2011-08-20 Douglas GregorIntroduce a module visitation function that starts...
2011-08-20 Anna ZaksStatic Analyzer Diagnostics: Move the responsibility...
2011-08-20 Ted KremenekRemove dead code.
2011-08-20 Eric ChristopherRemove XFAIL/XTARGET since this is passing on the other...
2011-08-20 Eric ChristopherMigrate, update and FileCheckize:
2011-08-20 Eric ChristopherMigrate, update and FileCheckize:
2011-08-20 Eric ChristopherMigrate, FileCheckize and update:
2011-08-20 Eric ChristopherMigrate and update:
2011-08-20 Eric ChristopherRemove this file, it's not much of a test and string...
2011-08-20 Eric ChristopherMigrate, FileCheckize and update:
2011-08-20 Eric ChristopherMigrate, FileCheckize and update:
2011-08-19 Eric ChristopherModify the check line to be happier on windows.
2011-08-19 Eric ChristopherRemove dead file.
2011-08-19 Eric ChristopherMigrate, FileCheckize and update:
2011-08-19 Devang PatelAdd new test.
2011-08-19 Anna ZaksStatic Analyzer Diagnostics: Switch CFRefCount to using...
2011-08-19 Eric ChristopherTry removing xfail and xtarget to see if this brings...
2011-08-19 Eric ChristopherMigrate 2007-01-02-UnboundedArray.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate:
next