]> granicus.if.org Git - clang/shortlog
clang
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...
2011-03-07 Douglas GregorWhen transforming a dependent template specialization...
2011-03-07 Douglas GregorProduce a diagnostic for unused overloaded expressions...
2011-03-07 John McCallAn operator new with an empty exception specifier retur...
2011-03-07 Anders CarlssonCheck in the implementation as well...
2011-03-07 Anders CarlssonAdd a non-static FixupRelativePath to FileManager.
2011-03-07 Joerg SonnenbergerRedo part of r127137:
2011-03-07 Douglas GregorRemove the AST printer (-ast-print-xml), which is too...
2011-03-07 Joerg SonnenbergerExplicitly initialize CCCIsCPP
2011-03-06 Joerg SonnenbergerIf called as *cpp or *cpp-[^-]*, run only the preproces...
2011-03-06 Douglas GregorRevert r126422 "Use private linkage to avoid symbol...
2011-03-06 Abramo BagnaraUsed a nicer cast.
2011-03-06 Anders CarlssonConvert FileManager::FixupRelativePath over to using...
2011-03-06 Abramo BagnaraImproved type source location for long long type.
2011-03-06 NAKAMURA Takumitest/PCH/headersearch.cpp: Tweak for Windows hosts...
2011-03-06 Douglas GregorWe may fail to map a declaration in a template to its...
2011-03-06 Douglas GregorFix driver for thumb-capable ARM hosts, from Mikko...
2011-03-06 Douglas GregorRename the type argument for the iboutletcollection...
2011-03-06 Anders CarlssonWrite CXX base specifier offsets for chained ASTs.
2011-03-06 Anders CarlssonWhen serializing a DeclRefExpr, always store the number...
2011-03-06 Douglas GregorAdd MinGW GCC 4.5.2 include paths, from Matthieu Monrocq
2011-03-06 Douglas GregorFix copy-and-paste typo in the transformation of Micros...
2011-03-06 Douglas Gregor xpose HeaderSearch::SearchDirs to tools,s, from Paul...
2011-03-06 Anders CarlssonCorrectly unwrap 'auto' types. Fixes PR9414.
2011-03-06 Abramo BagnaraCompleted source ranges fixes for all classes inheritin...
2011-03-06 Abramo BagnaraFixed TypedefDecl and TemplateTypeParameter source...
2011-03-06 Sebastian RedlReinstate r127112, "Propagate new-style exception spec...
2011-03-06 Douglas GregorWhen performing template argument deduction for a non...
2011-03-06 NAKAMURA TakumiRevert r127112, "Propagate new-style exception spec...
2011-03-05 Sebastian RedlPropagate new-style exception spec information to ExtPr...
2011-03-05 Sebastian RedlPropagate new-style exception spec information to Decla...
2011-03-05 Benjamin KramerRevert r127079: "test/Makefile: Use $(ECHOPATH) to...
2011-03-05 Douglas GregorWhen substituting in for a template name, do not produc...
2011-03-05 Abramo BagnaraFixed LabelDecl source range and cleaned creation code.
next