]> granicus.if.org Git - clang/shortlog
clang
2011-02-28 Argyrios Kyrtzidis[analyzer] Run the ExprEngine depending on the CheckerM...
2011-02-28 Argyrios Kyrtzidis[analyzer] The current UninitializedValuesChecker will...
2011-02-28 Peter CollingbourneKill 18 month old #if 0'd code in StmtXML.cpp
2011-02-28 Douglas GregorRemove redundant friend declaration
2011-02-28 Douglas GregorPush nested-name-specifier source location information...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate NSErrorChecker and DereferenceChecke...
2011-02-28 Argyrios Kyrtzidis[analyzer] Introduce "event" mechanism in CheckerManager.
2011-02-28 Argyrios Kyrtzidis[analyzer] Run AST checkers for ObjCMethodDecls.
2011-02-28 Douglas GregorEliminate the last remains of TemplateSpecializationTyp...
2011-02-28 David ChisnallMake -fobjc-nonfragile-abi and -fgnu-runtime imply...
2011-02-28 Douglas GregorUnbreak CMake build
2011-02-28 Axel NaumannFrom Vassil Vassilev:
2011-02-28 NAKAMURA Takumitest: Add the feature "shell". Frontend/dependency...
2011-02-28 Chandler CarruthAdd a test case that would have caught the bug fixed...
2011-02-28 Chandler CarruthFix a tiny goof in the Driver's logic which caused...
2011-02-28 Chris LattnerMake skipping of vardecls more precise: it's ok to...
2011-02-28 Chris Lattnermake switch constant folding a bit stronger, handling...
2011-02-28 NAKAMURA Takumi[PR9321] "make install" does not need install c-index...
2011-02-28 NAKAMURA TakumiCMake: [PR9321] Don't install include/clang/**/*.td.
2011-02-28 Peter CollingbourneRename tok::eom to tok::eod.
2011-02-28 Anders CarlssonAdd a -fcxx-exceptions flag to the frontend, which...
2011-02-28 Anders CarlssonFix CMake build.
2011-02-28 Ken DyckRetry r126357. Use CharUnits for the Size and DataSize...
2011-02-28 Argyrios Kyrtzidis[analyzer] Introduce SVal::getAsVarDecl().
2011-02-28 Argyrios Kyrtzidis[analzyer] Migrate CallAndMessageChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] ExprEngine should not depend on checkers...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate AttrNonNullChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] ExprEngine should not depend on checkers...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate VLASizeChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate DivZeroChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate ReturnUndefChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate UndefinedArraySubscriptChecker to...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate UndefinedAssignmentChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate UndefBranchChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate UndefCapturedBlockVarChecker to...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate UndefResultChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate NoReturnFunctionChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Move the DeadStores checker out of the ...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate OSAtomicChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Turn -analyzer-stats into -analyzer-checker...
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove '-analyzer-experimental-checks' flag.
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate MallocChecker to CheckerV2.
2011-02-28 Argyrios Kyrtzidis[analyzer] Have CheckerManager::registerChecker return...
2011-02-28 Chris Lattnerremove a bogus assertion, add a comment.
2011-02-28 Chris Lattnermake switch condition constant folding much more aggres...
2011-02-28 Anders CarlssonFactor code out into a helper function, shouldUseExcept...
2011-02-28 Chris Lattnerfix my containsBreak predicate.
2011-02-28 Anders CarlssonAdd -fcxx-exceptions to all tests that use C++ exceptions.
2011-02-28 Anders CarlssonGet rid of the areExceptionsEnabled() getter from LangO...
2011-02-28 Chris LattnerFirst tiny step to implementing PR9322: build infrastru...
2011-02-28 Chris LattnerAdd some helper methods that will be used in my next...
2011-02-28 Chris Lattnertidy up
2011-02-28 Chris Lattneradd a const version of this accessor.
2011-02-28 Douglas GregorWhen we encounter a dependent template name within a
2011-02-27 Chris LattnerChange the interface to ConstantFoldsToSimpleInteger...
2011-02-27 Douglas GregorEliminate a silly little Parse/Sema dance when parsing...
2011-02-27 Benjamin KramerFix an obvious typo.
2011-02-27 Oscar FuentesCMake: updated list of installable header files. PR9321.
2011-02-27 Frits van BommelFix this test case for CMake builds after r126502,...
2011-02-26 Daniel Dunbarcc1: Fix stats printing by default when using -mllvm...
2011-02-26 Sean HuntImplement delegating constructors partially.
2011-02-26 John McCallDon't assume that whoever is asking for a message send...
2011-02-26 John McCallZero-initialize the struct-return slot of an Objective...
2011-02-26 John McCallA much-delayed response to Ken Dyck's review: make...
2011-02-26 John McCallDon't crash during constant-evaluation of 1/(1/0)....
2011-02-26 John McCallPretty up the emission of field l-values and use volati...
2011-02-26 John McCallProvide a bit saying that a builtin undergoes custom...
2011-02-26 Fariborz JahanianFix objc rewriting bug casting to qualified objective...
2011-02-26 Fariborz JahanianFix a rewriter bug involving call to property's
2011-02-25 Matt Beaumont-GayASTStmtReader is already a friend of DependentScopeDecl...
2011-02-25 Ted KremenekUpdate test cases.
2011-02-25 Ted KremenekTidy up help text in Checkers.td, and rename StackAddrL...
2011-02-25 Ted KremenekEnhance scan-build to print out available analyses...
2011-02-25 Daniel DunbarDriver: Attmpt to fix some possibly UB that MSVC doesn...
2011-02-25 Fariborz JahanianSprinkle optional text of the "unavailable' attribute
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Chandler CarruthClean up some gross code in the printer here. No more...
2011-02-25 Chandler CarruthRemove the FIXME I introduced last night, and pull...
2011-02-25 Douglas GregorCMake: add version information into the clang executabl...
2011-02-25 Matt Beaumont-Gays/clang-cc1/clang_cc1
2011-02-25 Fariborz JahanianPrint optional message for attr(unavailable) in C+...
2011-02-25 Douglas GregorPush nested-name-specifier source-location information...
2011-02-25 Fariborz JahanianTeach objc-rewriter to pass -fobjc-exceptions along.
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Douglas GregorMake sure to give CXXScopeSpec::SetInvalid() a valid...
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Douglas GregorDirect testing of source-location information on using...
2011-02-25 Douglas GregorSwitch a few CXXScopeSpec::MakeTrivial() calls over...
2011-02-25 Douglas GregorMaintain nested-name-specifier source-location informat...
2011-02-25 Peter CollingbourneRename test/Sema/expr-comma-c89.c to expr-comma-c99...
2011-02-25 Chandler CarruthRough fix for PR9323 that prevents Clang from marking...
2011-02-25 Chandler CarruthGive this warning a flag that can be used to turn it...
2011-02-25 Chandler CarruthAdd support for ArchLinux, patch by Kevin Winchester.
2011-02-25 John McCallFormatting, etc.
2011-02-25 John McCallTame an assert; the scope depth of a jump destination...
2011-02-25 Douglas GregorUse NestedNameSpecifierLoc within out-of-line variables...
2011-02-25 Ted KremenekTeach TextDiagnosticPrinter to print out '-Werror'...
next