]> granicus.if.org Git - clang/shortlog
clang
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...
2011-03-01 Ted KremenekDon't warning about shifting by too many bits in dead...
2011-03-01 Roman DivackyFix the test.
2011-03-01 Daniel DunbarDriver/Darwin: Be bug compatible with GCC and ignore...
2011-03-01 Ted KremenekFor C++, enhance -Warray-bounds to recursively analyze...
2011-03-01 Douglas GregorReinstate the introduction of source-location informati...
2011-03-01 Roman DivackyThe default CPU on FreeBSD for i386 should be i486...
2011-03-01 Ted KremenekDon't wanr about "negative shifts" in code that is...
2011-03-01 Roman DivackyOn FreeBSD, make sure /usr/local/include is *not* in...
2011-03-01 Roman DivackyOn FreeBSD, we don't want 'getDriver().Dir + "/../lib...
2011-03-01 Roman DivackyFor linking on FreeBSD, don't add a hardcoded "-L/usr...
2011-03-01 Roman DivackyImplement -mrtd which sets the StdCall calling conventi...
2011-03-01 Roman DivackyAdd missing options.
2011-03-01 Fariborz Jahanianobjc IRGen for Next runtime message API.
2011-03-01 Douglas GregorRevert r126748, my second attempt at nested-name-specif...
2011-03-01 Douglas GregorImplement comparison of C++0x scoped enumeration types...
2011-03-01 Douglas GregorWhen digging into a cv-qualified return type that is...
2011-03-01 Douglas GregorWhen building a type for a typename specifier, check...
2011-03-01 Douglas GregorReinstate r126737, extending the generation of type...
2011-03-01 Douglas GregorRevert r126737, the most recent nested-name-specifier...
2011-03-01 Rafael EspindolaDisable more warnings so that it is safe to use
2011-03-01 Chandler CarruthMove the bool-conversions behind the DiagRuntimeBehavio...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Also make sure that the parameter is coming...
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove SVal::getAsVarDecl() and reason about...
2011-03-01 Ken DyckUse CharUnits for TypeAlign variable in LayoutWideBitFi...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine...
2011-03-01 Ken DyckChange the return type of GetVirtualPointersSize()...
2011-03-01 Argyrios Kyrtzidis[analyzer] Rename CheckerV2 -> Checker.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove Checker V1.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove checker V1 registration and running...
2011-03-01 Zhanyong WanImproves the coding style in SValBuilder. This patch:
2011-03-01 Douglas GregorFix some regressions in the GCC testsuite due to bad...
2011-03-01 Chris Lattner-fwrapv should turn off the inbounds markers from geps...
2011-02-28 Douglas GregorRefactor the construction of nested-name-specifiers...
2011-02-28 Rafael EspindolaDon't warn about "clang -use-gold-plugin -c ...". With...
2011-02-28 Douglas GregorTeach Sema::CheckTypenameType to use nested-name-specif...
2011-02-28 Devang PatelUse single code path to handle c++ structs and classes...
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove unused checker stuff from AnalysisCon...
2011-02-28 Douglas GregorPush nested-name-specifier location information into...
2011-02-28 Fariborz JahanianRevert r126678.
2011-02-28 Douglas GregorPush nested-name-specifier source location information...
next