]> granicus.if.org Git - clang/shortlog
clang
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...
2011-03-08 Fariborz JahanianWarn on usage of unavailable objc 'class' in
2011-03-08 Douglas GregorTeach libclang's token-annotation logic about context...
2011-03-08 Abramo BagnaraFixed source range for StaticAssertDecl and LinkageSpec...
2011-03-08 Anders CarlssonWhen writing file references in a pch, make sure to...
2011-03-08 Abramo BagnaraFixed NamespaceDecl source range.
2011-03-08 NAKAMURA Takumilib/Basic/Targets.cpp: mingw-w64 should define __MINGW3...
2011-03-08 Abramo BagnaraFixed bitfields source range.
2011-03-08 John McCallEmit block capture initializers as if they were normal...
2011-03-08 John McCallExtract a function to emit an arbitrary expression...
2011-03-08 Abramo BagnaraFixed source range for all DeclaratorDecl's.
2011-03-08 John WiegleyRemoved trailing whitespace as a test commit
2011-03-08 John McCallFix my earlier commit to work with escaped newlines...
2011-03-08 John McCallobjc_gc wants a pointer type, not a function type;...
2011-03-08 John McCallUpdate the check for a NULL macro to use Preprocessor...
2011-03-08 John McCallAdd an API call to retrieve the spelling data of a...
2011-03-08 Douglas GregorDetect attempts to provide a specialization of a functi...
2011-03-07 Carl NorumFix tests to account for new warning "expected ';'...
2011-03-07 Bill WendlingWhen we adjust the inline ASM type, we need to take...
2011-03-07 Argyrios KyrtzidisAllow passing '-###' to ASTUnit::LoadFromCommandLine...
2011-03-07 Carl NorumChange diagnostic message from "Extension" to "ExtWarn...
2011-03-07 Ted KremenekFix null dereference in CFGBlock::FilterEdge that was...
2011-03-07 Devang PatelCodeGenFunction::GenerateBlockFunction() should initial...
2011-03-07 Argyrios Kyrtzidisg++ is more permissive regarding flexible arrays.
2011-03-07 Devang PatelDebugInfo can be enabled or disabled at function level...
2011-03-07 Devang PatelDo not emit stop point for CXXDefaultArgExpr. It result...
2011-03-07 Douglas GregorSupport explicit template specialization and instantiat...
2011-03-07 Douglas GregorWhen rebuilding a dependent template specialization...
2011-03-07 John McCallThe conditional needs to be pushed before the branch...
next