]> granicus.if.org Git - clang/shortlog
clang
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...
2011-08-18 Anna ZaksStatic Analyzer Diagnostics: Move custom diagnostic...
2011-08-18 Ted Kremenek[libclang] Remove NestedNameSpecifierVisit, as Clang...
2011-08-18 Kaelyn UhrainDon't accept a typo correction if the corrected identif...
2011-08-18 Ted KremenekRemove main() *errors* from warning group.
2011-08-18 Ted KremenekReapply r137903, but fix the definition of size_t in...
2011-08-18 Argyrios Kyrtzidis[libclang] Support code-completion inside macro arguments.
2011-08-18 Chad RosierTemporarily revert r137925 to appease buildbots. Origin...
2011-08-18 Anna ZaksAdd a test for checking that custom diagnostic visitors...
2011-08-18 Kaelyn UhrainRework DiagnoseInvalidRedeclaration to add the ability...
2011-08-18 Argyrios Kyrtzidis[libclang] Annotate correctly macro argument tokens.
2011-08-18 Chad RosierUse StringRef, rather than C string APIs.
2011-08-18 Manuel KlimekFixes traversal of class template nodes on template...
2011-08-18 Francois PichetAdd support for MSVC __unaligned attribute. Necessary...
2011-08-18 Chandler CarruthAlways mark friend function declarations in class templ...
2011-08-18 Douglas GregorTeach ModuleManager::addModule() to check whether a...
2011-08-18 Douglas GregorKeep track of which modules have been loaded directly...
2011-08-18 Ted KremenekRevert r137903, "Add experimental -Wstrlcpy-size warnin...
2011-08-18 Chad RosierNo seriously, remove the unsupported warning options.
2011-08-18 Anna ZaksFix a regression form r137894. Make sure the custom...
2011-08-18 Chandler CarruthRemove the last FIXMEs on -Wunused-comparison since...
2011-08-18 Chad RosierFix off by one.
2011-08-18 Chad Rosier[driver] Implement in a more table-like manner and...
2011-08-18 Ted KremenekAdd documentation on -Weverything.
2011-08-18 Ted KremenekImplement '-Weverything', which enables all warnings...
2011-08-18 Argyrios KyrtzidisFor the MacroExpands preprocessor callback, also pass...
next