]> granicus.if.org Git - clang/shortlog
clang
2011-03-01 Douglas GregorReinstate r126737, extending the generation of type...
2011-03-01 Douglas GregorRevert r126737, the most recent nested-name-specifier...
2011-03-01 Rafael EspindolaDisable more warnings so that it is safe to use
2011-03-01 Chandler CarruthMove the bool-conversions behind the DiagRuntimeBehavio...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Also make sure that the parameter is coming...
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove SVal::getAsVarDecl() and reason about...
2011-03-01 Ken DyckUse CharUnits for TypeAlign variable in LayoutWideBitFi...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine...
2011-03-01 Ken DyckChange the return type of GetVirtualPointersSize()...
2011-03-01 Argyrios Kyrtzidis[analyzer] Rename CheckerV2 -> Checker.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove Checker V1.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove checker V1 registration and running...
2011-03-01 Zhanyong WanImproves the coding style in SValBuilder. This patch:
2011-03-01 Douglas GregorFix some regressions in the GCC testsuite due to bad...
2011-03-01 Chris Lattner-fwrapv should turn off the inbounds markers from geps...
2011-02-28 Douglas GregorRefactor the construction of nested-name-specifiers...
2011-02-28 Rafael EspindolaDon't warn about "clang -use-gold-plugin -c ...". With...
2011-02-28 Douglas GregorTeach Sema::CheckTypenameType to use nested-name-specif...
2011-02-28 Devang PatelUse single code path to handle c++ structs and classes...
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove unused checker stuff from AnalysisCon...
2011-02-28 Douglas GregorPush nested-name-specifier location information into...
2011-02-28 Fariborz JahanianRevert r126678.
2011-02-28 Douglas GregorPush nested-name-specifier source location information...
2011-02-28 Fariborz Jahanianobjc IRGen for Next runtime message API.
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove '-analyzer-check-objc-mem' flag,...
2011-02-28 Argyrios KyrtzidisMove test/SemaObjC/method-arg-decay.m -> test/Analysis...
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...
next