]> granicus.if.org Git - clang/shortlog
clang
2011-03-15 Ted KremenekRemove old UninitializedValues analysis.
2011-03-15 NAKAMURA Takumilib/Basic/Targets.cpp: __declspec(attr) should be provi...
2011-03-15 NAKAMURA Takumilib/Headers/mm_malloc.h: On Windows, we can expect...
2011-03-15 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64...
2011-03-15 Ken DyckIntroduce a CharUnits FieldOffsetInChars variable in...
2011-03-15 Argyrios KyrtzidisStop leaking file descriptors.
2011-03-15 Jakob Stoklund... Revert r127617: "Code generation for noexcept."
2011-03-14 Douglas GregorDisable 'auto' type deduction in Objective-C. It likes...
2011-03-14 Joerg SonnenbergerSort
2011-03-14 Douglas GregorWhen synthesizing a label declaration based on a goto...
2011-03-14 Rafael EspindolaSwitch from internal to linker_private linkage, it...
2011-03-14 Sebastian RedlCode generation for noexcept.
2011-03-14 Eric Christopher__clear_cache() is varargs and people will occasionally...
2011-03-14 Ted KremenekTweak VariadicMethodTypeChecker to only create one...
2011-03-14 Ted KremenekIncorporate source ranges for RangeBugReport when coele...
2011-03-14 Sebastian RedlImplement instantiation of noexcept spec and add a...
2011-03-14 Sebastian RedlAdd another, pretty trivial, exception spec test case.
2011-03-14 Sebastian RedlMake deallocation functions implicitly noexcept in...
2011-03-14 Rafael EspindolaFix link of libxul with LTO and the linker in xcode4...
2011-03-14 Douglas Gregor-fwritable-strings should silence warnings about the...
2011-03-14 Fariborz JahanianBlock return type of the initialized must be
2011-03-14 Douglas GregorSupport Ubuntu hardy and intrepid, from Thomas Gamper!
2011-03-14 Douglas GregorAdd include paths for Gentoo Linux, from Marcin Mirosław!
2011-03-14 David ChisnallFix incorrect linkage specifiers for selectors.
2011-03-14 Oscar FuentesFix LIBCLANG_LINK_FLAGS for Darwin.
2011-03-14 Anders CarlssonGet rid of the static FileManager::FixupRelativePath.
2011-03-13 Anders CarlssonAdd an Objective-C checker that checks that arguments...
2011-03-13 Anders CarlssonChange GetNullarySelector and GetUnarySelector to take...
2011-03-13 Sebastian RedlInstead of storing an ASTContext* in FunctionProtoTypes...
2011-03-13 Oscar FuentesBuild libclang as a static library too. Now tested...
2011-03-13 Oscar FuentesReverting "Build libclang as a static library too."
2011-03-13 Ted KremenekFix CFG assertion failure reported in PR 9467. This...
2011-03-13 Jakob Stoklund... XFAIL this on windows where <vector> contains surprises.
2011-03-12 Oscar FuentesBuild libclang as a static library too.
2011-03-12 Fariborz JahanianPlace duplicate argument declaration in in
2011-03-12 Sebastian RedlRevert "Disable delegating constructors for 2.9"
2011-03-12 Sebastian RedlDisable delegating constructors for 2.9
2011-03-12 Sebastian RedlRevert "Disable inherited constructors for 2.9."
2011-03-12 Sebastian RedlDisable inherited constructors for 2.9.
2011-03-12 Ken DyckUse CharUnits for argument passed to AppendPadding...
2011-03-12 Sebastian RedlPropagate the new exception information to FunctionProt...
2011-03-12 Abramo BagnaraForgotten part of previous commit.
2011-03-12 Abramo BagnaraFixed type and declaration source range in presence...
2011-03-12 Abramo BagnaraRenamed OffsetOfNode::getRange to getSourceRange for...
2011-03-12 Ted KremenekTweak test to hopefully appease FreeBSD buildbot.
2011-03-12 Ted KremenekRemove stray output file.
2011-03-12 Ted KremenekRe-enable the IdempotentOperations checker for --analyz...
2011-03-12 Ted KremenekDon't have side-effects (or rather non-trivial computat...
2011-03-12 Ted KremenekAdd initial version of "IteratorsChecker", a checker...
2011-03-12 Ted KremenekFix comments, and force auto progagation in VisitAggExpr.
2011-03-12 Ted Kremenekstatic analyzer: Handle 'ExprWithCleanups' in ExprEngin...
2011-03-12 Douglas GregorFixes for some more expressions containing function...
2011-03-12 Douglas GregorWhen we're determining whether to complain about a...
2011-03-11 Ken DyckChange parameter to AppendPadding from bytes to CharUni...
2011-03-11 Douglas GregorDon't ask if a depenendent CXXRecordDecl has any depend...
2011-03-11 Douglas GregorImplement a hack intended to allow Clang to parse libst...
2011-03-11 John McCallUse a slightly more semantic interface for emitting...
2011-03-11 Peter CollingbourneOpenCL: if double precision floating point constant...
2011-03-11 Peter CollingbourneAdd support for the OpenCL vec_step operator, by genera...
2011-03-11 Rafael EspindolaFix PR9453 by not trying to print a warning about ignor...
2011-03-11 John McCallWhen comparing a null pointer and something else, alway...
2011-03-11 Ken DyckConvert the RecordSize parameter of AppendTailPadding...
2011-03-11 Ken DyckOverload IntExprEvaluator::Success() with a function...
2011-03-10 Ted KremenekTweak ccc-analyzer's 'Analyze' function to not mutate...
2011-03-10 Ted KremenekProfiling showed that 'CheckImplicitConversions' was...
2011-03-10 NAKAMURA Takumilib/CodeGen/CGCall.cpp: Don't invoke multiple Builder...
2011-03-10 Abramo BagnaraAvoid do drop outer template parameter lists on the...
2011-03-10 Abramo BagnaraFixed class type generation for MemberPointerType.
2011-03-10 Ted KremenekWhen doing reachability analysis for warnings issued...
2011-03-10 Ken DyckInstead of round up sizes to '8', round them up to...
2011-03-10 Ken DyckRound up the non-virtual size to the next char instead...
2011-03-10 Ted KremenekRequire AddStmtChoice::alwaysAdd() to take a CFGBuilder...
2011-03-10 Ted KremenekRemove unused 'AddStmtChoice' argument to CFGBuilder...
2011-03-10 Ted KremenekRework interaction between AnalysisContext and CFG...
2011-03-09 Daniel DunbarRevert r127206 "Detect attempts to provide a specializa...
2011-03-09 Argyrios KyrtzidisSilence gcc warnings.
2011-03-09 Fariborz JahanianProperty setter/getter must be looked up in property...
2011-03-09 Argyrios KyrtzidisFix CMake build.
2011-03-09 Fariborz JahanianLookup selector in protocol list of qualified objc...
2011-03-09 Argyrios KyrtzidisIntroduce '-chain-include' option to specify headers...
2011-03-09 Douglas GregorMention an XML printer on the Open Projects page
2011-03-09 Abramo BagnaraFixed InnerLocStart.
2011-03-09 NAKAMURA Takumiinclude/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc...
2011-03-09 Chandler CarruthFileCheckize this test.
2011-03-09 NAKAMURA Takumiinclude/clang/Makefile: [PR2928] "make install" may...
2011-03-09 John McCallRemove a rather egregious use of getFunctionInfo.
2011-03-09 John McCallFix three of the four places where I left breadcrumbs...
2011-03-09 John McCallTame this assert, hopefully fixing self-host.
2011-03-09 Anders CarlssonWhen deserializing CXXBaseSpecifiers (and offsets)...
2011-03-09 John McCallUse the "undergoes default argument promotion" bit...
2011-03-09 John McCallAdd a bit to ParmVarDecl indicating whether the paramet...
2011-03-09 NAKAMURA Takumic-index-test.c: Fix cygwin warning not to pass signed...
2011-03-08 Ted Kremenek#include Store.h into BasicValueFactory.cpp to provide...
2011-03-08 Argyrios KyrtzidisAdd 'OverridenFilesKeepOriginalName' field in SourceMan...
2011-03-08 Ted Kremenekstatic analyzer: Fix use-after-free bug in RegionStore...
2011-03-08 Abramo BagnaraFixed isEmbeddedInDeclarator flag loading.
2011-03-08 NAKAMURA Takumitest/Makefile: Reapply r127079, use $(ECHOPATH) to...
2011-03-08 NAKAMURA Takumilibclang/CIndexer.cpp: Apply a new API for Cygwin-1...
2011-03-08 Anders CarlssonMake the Objective-C checker look for subclasses of...
2011-03-08 Douglas GregorClarify the context in which an Objective-C type name...
next