]> granicus.if.org Git - clang/shortlog
clang
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
2011-03-03 Ted KremenekAdd coverage test for CFGImplicitDtor::getDestructorDec...
2011-03-03 Douglas GregorEliminate redundant nested-name-specifiers on
2011-03-03 Abramo BagnaraRemoved left brace location from LinkageSpecDecl.
2011-03-03 Abramo BagnaraFixed end source location for LinkageSpecDecl.
2011-03-03 Abramo BagnaraFixed source range for FileScopeAsmDecl. Others source...
2011-03-03 Douglas GregorWhen we use the default template arguments of a templat...
2011-03-03 Douglas GregorAdd a missing break, from John Wiegley
2011-03-03 Ted KremenekTeach CFGImplicitDtor::getDestructorDecl() about arrays...
2011-03-03 Ted KremenekTeach CFGImplicitDtor::getDestructorDecl() about refere...
2011-03-03 Matt Beaumont-GayLet's go with John and Ted's preferred fix.
2011-03-02 Matt Beaumont-GayKeep GCC from complaining about falling off the end...
2011-03-02 Dan GohmanFix a typo.
2011-03-02 Douglas GregorRemove cruft
2011-03-02 Douglas GregorForce CaseStmt to store its child statements in source...
2011-03-02 Tilmann SchellerRevert "Add CC_Win64ThisCall and set it in the necessar...
2011-03-02 Rafael EspindolaApply sysroot to system c++ headers too. Fixes PR9372.
2011-03-02 Benjamin KramerOnly emit string initializers in-place if types match...
2011-03-02 Douglas GregorFix the source range for a member access expression...
2011-03-02 John McCallWork around a misdesigned GCC warning.
2011-03-02 Tilmann SchellerRevert "Add preliminary support for MSVC-style vtables."
2011-03-02 Ted KremenekIntroduce CFGImplicitDtor::isNoReturn() to query whethe...
2011-03-02 Devang Patelrevert r126858.
2011-03-02 Fariborz JahanianIRGen. Fix IR when message returns reference type.
2011-03-02 Tilmann SchellerAdd preliminary support for MSVC-style vtables.
2011-03-02 Tilmann SchellerAdd CC_Win64ThisCall and set it in the necessary places.
2011-03-02 Douglas GregorTeach libclang how to visit the children of a C++ base...
next