]> granicus.if.org Git - clang/shortlog
clang
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...
2011-03-02 Devang PatelEncode argument numbering in debug info so that code...
2011-03-02 Douglas GregorEliminate an unnecessary TemporaryBase object from...
2011-03-02 Douglas GregorKill off the
2011-03-02 Douglas GregorEliminate TreeTransform::RebuildNestedNameSpecifier...
2011-03-02 Douglas GregorEliminate an unnecessary use of CXXScopeSpec::MakeTrivi...
2011-03-02 Douglas GregorKill off TreeTransform::TransformNestedNameSpecifier...
2011-03-02 Douglas GregorKill off the TreeTransform::TransformTemplateName overl...
2011-03-02 Douglas GregorKill off one of the TreeTransform::TransformTypeInObjec...
2011-03-02 Douglas GregorFix a thinko found by Craig Silverstein
2011-03-02 Douglas GregorStart migrating TreeTransform's TransformTemplateName...
2011-03-02 Devang PatelRevert r126794.
2011-03-02 Douglas GregorPush nested-name-specifier source location information...
2011-03-02 Douglas GregorEliminate some unused getQualifierRange() member functi...
2011-03-02 John McCallDon't hard-code these constants, or at least don't...
2011-03-02 John McCallPretty up the wrong-number-of-arguments-for-attribute...
2011-03-02 John McCallProvide an attribute, objc_method_family, to allow...
2011-03-02 John McCallSplit out a subgroup of -Wconversion called -Wsign...
2011-03-02 John McCallHack in something so that we emit better debug informat...
2011-03-02 John McCallSupport a new InheritableAttr subclass, InheritablePara...
2011-03-02 John McCallSemantic checking for exception specifications should...
2011-03-02 Douglas GregorWhen we're substituting into a parameter-type-list...
2011-03-02 John McCallMove some of the logic about classifying Objective...
2011-03-02 Eli FriedmanPR9350: increment/decrement of char (and anything else...
2011-03-02 Daniel Dunbarbuild: Allow disabling movt/movw from build, for testin...
2011-03-02 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Ted KremenekTeach CFGBuilder to prune trivially unreachable case...
2011-03-01 Devang PatelEncode argument numbering in debug info so that code...
2011-03-01 Benjamin KramerSince getDriver().getInstalledDir() returns a const...
2011-03-01 Ted KremenekDon't warn about unused values in ternary ?: expression...
2011-03-01 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Douglas GregorKill off more names to fix this test
2011-03-01 Dan GohmanRevert 123553, as sys::fs::unique_file is not finished...
next