]> granicus.if.org Git - clang/shortlog
clang
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.
2011-03-05 Douglas GregorWhen determining template instantiation arguments withi...
2011-03-05 Douglas GregorWhen transforming a substituted template type parameter...
2011-03-05 Anton KorobeynikovNormalize target triple passed out of driver. Basically...
2011-03-05 Sebastian RedlParser support for noexcept specifications.
2011-03-05 Abramo BagnaraImproved MemberPointerType source locations.
2011-03-05 Benjamin KramerStringRefify.
2011-03-05 NAKAMURA Takumitest/lit.cfg: bash is available on MSYS.
2011-03-05 NAKAMURA Takumitest/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).
2011-03-05 NAKAMURA Takumitest/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM...
2011-03-05 NAKAMURA Takumitest: Mark 3 tests as XFAIL:cygwin,mingw.
2011-03-05 NAKAMURA Takumitest: Mark two tests as XFAIL:mingw.
2011-03-05 Matt Beaumont-GayMuch to my surprise, OverloadExprs can also point to...
2011-03-05 Douglas GregorWhen we're deserializing a template parameter declarati...
2011-03-05 Argyrios KyrtzidisCurrently we can only remap a file by creating a Memory...
2011-03-05 Argyrios KyrtzidisIntroduce OwnsRemappedFileBuffers field in ASTUnit...
2011-03-05 Nick LewyckyGive warnings about static initializers of non-integral...
2011-03-04 Douglas GregorWhen diagnostics are suppressed (e.g., because of code...
2011-03-04 Douglas GregorDiagnose destructor templates. Fixes PR7904.
2011-03-04 Douglas GregorWhen clearing a LookupResult structure, clear out the...
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Douglas GregorTeach Sema::ActOnCXXNestedNameSpecifier and Sema::Check...
2011-03-04 Douglas GregorAfter an error of any kind has occurred, don't assert...
2011-03-04 Douglas GregorPatch up several Sema::FindInstantiatedDecl() callers...
2011-03-04 Devang PatelEmit a stop point before a call expression so that...
2011-03-04 Douglas GregorWhen constructing source-location information for a
2011-03-04 Douglas Gregor*Recursively* set the context of a template parameter...
2011-03-04 Douglas GregorMake sure to put template parameters into their owning...
2011-03-04 Abramo BagnaraFixed source range for function template specializations.
2011-03-04 Abramo BagnaraFixed source range for ClassTemplateSpecializationDecl.
2011-03-04 Benjamin KramerMove private structs into anonymous namespaces.
2011-03-04 Abramo BagnaraImproved TemplateTypeParmDecl end location.
2011-03-04 Abramo BagnaraFixed end location of NonTypeTemplateParamDecl.
2011-03-04 Abramo BagnaraFixed end location of FriendDecl.
2011-03-04 John McCallDon't consider visibility from template parameter lists...
2011-03-04 John McCallAccess ivars with inbounds GEPs, even in -fwrapv. ...
2011-03-04 John McCallLet's do super message sends with static allocas instea...
2011-03-04 John McCallMake AttributedTypes for GC-qualified types and fix...
2011-03-04 Ted KremenekCorrectly handle nested switch statements in CFGBuilder...
2011-03-03 Argyrios Kyrtzidis-Woverloaded-virtual shouldn't warn for static function...
2011-03-03 Douglas GregorFix PR9390 in not one, but two ways:
2011-03-03 Devang PatelEncode argument numbering in debug info so that code...
2011-03-03 Abramo BagnaraFixed source range for LabelDecl.
2011-03-03 Argyrios KyrtzidisDon't emit unused warning for deleted functions. Fixes...
2011-03-03 Douglas GregorFinish updated test
next