]> granicus.if.org Git - clang/shortlog
clang
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:
2011-08-19 Argyrios KyrtzidisFor assigning SourceLocations to macro arg tokens,...
2011-08-19 Argyrios KyrtzidisRename TokenLexer::getMacroExpansionLocation -> getExpa...
2011-08-19 Argyrios KyrtzidisRefactor common functionality into SourceManager::getFi...
2011-08-19 Anna ZaksStatic Analyzer Diagnostics: Kill the addVisitorCreator...
2011-08-19 Eric ChristopherRemove 2008-10-29-WrongOffset.cpp since it requires...
2011-08-19 Eric ChristopherMigrate 2007-10-01-StructResize.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2008-10-29-WrongOffset.cpp from llvm/test/Front...
2011-08-19 Eric ChristopherMigrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherRemove this test. It's failing and it's not that good...
2011-08-19 Eric ChristopherMigrate 2009-06-16-DebugInfoCrash.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2009-07-16-PrivateCopyConstructor.cpp from...
2011-08-19 Eric ChristopherMigrate 2009-08-05-ZeroInitWidth.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-08-11-VectorRetTy.cpp from llvm/test/Front...
2011-08-19 Eric ChristopherMigrate 2009-09-09-packed-layout.cpp test from llvm...
2011-08-19 Eric ChristopherMigrate 2009-10-27-crash.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-12-23-MissingSext.cpp from test/FrontendC...
2011-08-19 Douglas GregorRemove another unused function from ModuleManager....
2011-08-19 Douglas GregorRemove unused function ModuleManager::exportLookup()
2011-08-19 Nick LewyckyDo not depend on the standard library on the system...
2011-08-19 Matt Beaumont-GayImprove the correctness and accuracy of the message...
2011-08-19 Fariborz Jahanianobjc-arc: @property definitions should default to ...
2011-08-19 Fariborz JahanianRevers r138040. Need to look at a few buildbot failures.
2011-08-19 Fariborz Jahanianobjective-c: Bring objective-c handling of decl context
2011-08-19 Ted KremenekRename -Wstrl-incorrect-size to -Wstrlcpy-strlcat-size...
2011-08-19 Benjamin KramerReflow code. No functionality change.
2011-08-19 Craig TopperWarn about and truncate UCNs that are too big for their...
2011-08-19 Douglas GregorTeach ModuleManager::addModule() to check whether a...
2011-08-19 Anna ZaksFix a memory leak in the analyzer - BugReports didn...
2011-08-19 Chandler CarruthFix the rest of the indent goofiness here.
2011-08-19 Chandler CarruthFix an egregious formatting goof.
2011-08-19 Eric ChristopherAdd a completely hacky workaround for pch kext files...
2011-08-18 Ted KremenekEnhance -Wstrl-incorrect-size to not report a FIXIT...
next