]> granicus.if.org Git - clang/shortlog
clang
2011-03-17 Ted KremenekRename -Wuninitialized-maybe to -Wconditional-uninitial...
2011-03-17 Ken DyckConvert NextOffsetInBytes to CharUnits and rename to...
2011-03-17 Matt Beaumont-GayPolitely inform GCC that we will never fall off the...
2011-03-17 Daniel DunbarDriver/ARM: Match GCC behavior in that -msoft-float...
2011-03-16 Douglas GregorWhen libclang visits a translation unit via clang_visit...
2011-03-16 Joerg SonnenbergerUse C as fallback type if in C preprocessor mode.
2011-03-16 Eli FriedmanPR9494: Get rid of bitcast which was both unnecessary...
2011-03-16 Ted KremenekCompress argument processing in ccc-analyzer. No funct...
2011-03-16 Abramo BagnaraUse ElaboratedType also for C.
2011-03-16 Joerg SonnenbergerRefactor program name logic. Extend it to infer the...
2011-03-16 Douglas GregorDetect attempts to provide a specialization of a functi...
2011-03-16 Argyrios KyrtzidisHaving FileManager::getFile always open the file, broug...
2011-03-16 Douglas GregorClean up our handling of template-ids that resolve...
2011-03-16 Sandeep PatelFix duplicate argument processing
2011-03-16 Peter CollingbourneSupport for printing/dumping static asserts
2011-03-16 Peter CollingbourneRemove a duplicate language feature
2011-03-16 Chandler CarruthAdd a 'RawPath' parameter to the PPCallbacks interface...
2011-03-16 Douglas GregorDon't indescriminately print overload candidates when...
2011-03-16 Douglas GregorAllow function calls to dereferenced member pointers of
2011-03-16 Douglas GregorMake sure that we always pop a function's scope *before...
2011-03-16 Douglas GregorWhen we're inserting a synthesized label declaration...
2011-03-16 David ChisnallFix foreign exception handling (GNU runtime).
2011-03-16 Abramo BagnaraAdded missing methods to get Designators source range.
2011-03-16 NAKAMURA Takumitest/Driver/hello.c: Tweak for cygming.
2011-03-16 Ted KremenekTeach CFGBuilder that the 'default' branch of a switch...
2011-03-16 John McCallDon't emit read barriers for reading __weak __block...
2011-03-16 Ted KremenekVariadicMethodTypeChecker: don't warn for null pointer...
2011-03-15 Ted Kremenekc-index-test shouldn't crash when a goto has no matchin...
2011-03-15 Ted KremenekRemove warning for null characters in CFString literals...
2011-03-15 Ted KremenekDon't warn about null characters in Objective-C format...
2011-03-15 John McCallReorganize the emission of (unfoldable) constant casts...
2011-03-15 Sebastian RedlCreate __has_feature(cxx_noexcept) and mark it as working.
2011-03-15 Sebastian RedlFix test case.
2011-03-15 Sebastian RedlExtend the noexcept expression test to test noexcept...
2011-03-15 Sebastian RedlMore robust check for the special C++0x operator new...
2011-03-15 Sebastian RedlImplement a hack to work around the changing exception...
2011-03-15 Ted KremenekRemove bogus assertion in IdempotentOperationsChecker.
2011-03-15 Sebastian RedlReintroduce r127617: "Code generation for noexcept...
2011-03-15 Fariborz JahanianDon't poke into redefined 'id' type looking for a property
2011-03-15 Ted KremenekAppease GCC. I'm surprised Clang accepted this.
2011-03-15 Ted KremenekRemove duplicate group definition that snuck in due...
2011-03-15 Ted KremenekTake 2: merge -Wuninitialized-experimental into -Wunini...
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekUninitializedValues: introduce ValueVector:reference...
2011-03-15 Ted KremenekUninitializedValues: wrap BitVector references in a...
2011-03-15 Ted KremenekSubstitue term "BitVector" with "ValueVector" to prep...
2011-03-15 Ted KremenekRename UninitializedValuesV2 to UninitializedValues.
2011-03-15 Ted KremenekRemove old UninitializedValues analysis.
2011-03-15 NAKAMURA Takumilib/Basic/Targets.cpp: __declspec(attr) should be provi...
2011-03-15 NAKAMURA Takumilib/Headers/mm_malloc.h: On Windows, we can expect...
2011-03-15 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64...
2011-03-15 Ken DyckIntroduce a CharUnits FieldOffsetInChars variable in...
2011-03-15 Argyrios KyrtzidisStop leaking file descriptors.
2011-03-15 Jakob Stoklund... Revert r127617: "Code generation for noexcept."
2011-03-14 Douglas GregorDisable 'auto' type deduction in Objective-C. It likes...
2011-03-14 Joerg SonnenbergerSort
2011-03-14 Douglas GregorWhen synthesizing a label declaration based on a goto...
2011-03-14 Rafael EspindolaSwitch from internal to linker_private linkage, it...
2011-03-14 Sebastian RedlCode generation for noexcept.
2011-03-14 Eric Christopher__clear_cache() is varargs and people will occasionally...
2011-03-14 Ted KremenekTweak VariadicMethodTypeChecker to only create one...
2011-03-14 Ted KremenekIncorporate source ranges for RangeBugReport when coele...
2011-03-14 Sebastian RedlImplement instantiation of noexcept spec and add a...
2011-03-14 Sebastian RedlAdd another, pretty trivial, exception spec test case.
2011-03-14 Sebastian RedlMake deallocation functions implicitly noexcept in...
2011-03-14 Rafael EspindolaFix link of libxul with LTO and the linker in xcode4...
2011-03-14 Douglas Gregor-fwritable-strings should silence warnings about the...
2011-03-14 Fariborz JahanianBlock return type of the initialized must be
2011-03-14 Douglas GregorSupport Ubuntu hardy and intrepid, from Thomas Gamper!
2011-03-14 Douglas GregorAdd include paths for Gentoo Linux, from Marcin Mirosław!
2011-03-14 David ChisnallFix incorrect linkage specifiers for selectors.
2011-03-14 Oscar FuentesFix LIBCLANG_LINK_FLAGS for Darwin.
2011-03-14 Anders CarlssonGet rid of the static FileManager::FixupRelativePath.
2011-03-13 Anders CarlssonAdd an Objective-C checker that checks that arguments...
2011-03-13 Anders CarlssonChange GetNullarySelector and GetUnarySelector to take...
2011-03-13 Sebastian RedlInstead of storing an ASTContext* in FunctionProtoTypes...
2011-03-13 Oscar FuentesBuild libclang as a static library too. Now tested...
2011-03-13 Oscar FuentesReverting "Build libclang as a static library too."
2011-03-13 Ted KremenekFix CFG assertion failure reported in PR 9467. This...
2011-03-13 Jakob Stoklund... XFAIL this on windows where <vector> contains surprises.
2011-03-12 Oscar FuentesBuild libclang as a static library too.
2011-03-12 Fariborz JahanianPlace duplicate argument declaration in in
2011-03-12 Sebastian RedlRevert "Disable delegating constructors for 2.9"
2011-03-12 Sebastian RedlDisable delegating constructors for 2.9
2011-03-12 Sebastian RedlRevert "Disable inherited constructors for 2.9."
2011-03-12 Sebastian RedlDisable inherited constructors for 2.9.
2011-03-12 Ken DyckUse CharUnits for argument passed to AppendPadding...
2011-03-12 Sebastian RedlPropagate the new exception information to FunctionProt...
2011-03-12 Abramo BagnaraForgotten part of previous commit.
2011-03-12 Abramo BagnaraFixed type and declaration source range in presence...
2011-03-12 Abramo BagnaraRenamed OffsetOfNode::getRange to getSourceRange for...
2011-03-12 Ted KremenekTweak test to hopefully appease FreeBSD buildbot.
2011-03-12 Ted KremenekRemove stray output file.
2011-03-12 Ted KremenekRe-enable the IdempotentOperations checker for --analyz...
2011-03-12 Ted KremenekDon't have side-effects (or rather non-trivial computat...
2011-03-12 Ted KremenekAdd initial version of "IteratorsChecker", a checker...
2011-03-12 Ted KremenekFix comments, and force auto progagation in VisitAggExpr.
2011-03-12 Ted Kremenekstatic analyzer: Handle 'ExprWithCleanups' in ExprEngin...
2011-03-12 Douglas GregorFixes for some more expressions containing function...
next