]> granicus.if.org Git - clang/shortlog
clang
2012-02-03 Hans WennborgDon't warn about anonymous struct/union in C11.
2012-02-03 Douglas GregorImplement support for a pack expansion into a fixed...
2012-02-03 Anna Zaks[analyzer] Testing: add automated reference results...
2012-02-03 Bob WilsonFix -ftrap-function fallout from llvm r145714. <rdar...
2012-02-03 Argyrios KyrtzidisChange Lexer::makeFileCharRange() to have it accept...
2012-02-03 Argyrios KyrtzidisChange the fixed array of FixitHints to a SmallVector...
2012-02-03 Argyrios KyrtzidisMove isSentinelNullExpr() from Sema to ASTContext to...
2012-02-03 Ted KremenekFurther downgrade -Warc-bridge-casts-disallowed-in...
2012-02-03 Richard SmithThread safety analysis:
2012-02-03 Richard SmithThread safety analysis: at a CFG join point between...
2012-02-03 Chad RosierC++ 5.2.10p2 has a note that mentions that, subject...
2012-02-03 Eli FriedmanRefactor capture in blocks to use new-style capture...
2012-02-03 Chad Rosier[frontend] Don't allow a mapping to a warning override...
2012-02-03 Eli FriedmanNote whether a lambda is mutable in the LambdaScopeInfo...
2012-02-03 Ted KremenekMake error about using bridge casts in non-ARC mode...
2012-02-03 Anna ZaksDo not show macro expansion in strncat warnings, which...
2012-02-03 Fariborz Jahanianobjc: Issue diagnostic when receiver type is a forward...
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-02 Douglas GregorRename -dependency-graphviz to -dependencncy-dot
2012-02-02 Eli FriedmanAdd some code to accurately perform odr-used marking...
2012-02-02 Fariborz JahanianFurther enhance comment for property in continuation...
2012-02-02 Andrew Trickunnecessary include of TargetMachine.h?
2012-02-02 Benjamin KramerInitialize the user defined conversion function to...
2012-02-02 Douglas GregorUse -isystem rather than relying on -isysroot to work...
2012-02-02 Fariborz Jahanianobjc: comment the code which allows narroing of propert...
2012-02-02 Douglas GregorYet more data from failing buildbots...
2012-02-02 Fariborz Jahanianobjective-c: When redeclaraing in continuation class...
2012-02-02 Douglas GregorDrop -verify to get better diagnostics from failing...
2012-02-02 Douglas GregorBack out my heinous hack that tricked the module genera...
2012-02-02 Matt Beaumont-GayPacify gcc's -Wreturn-type
2012-02-02 Jim GrosbachPass the SourceMgr to the MCContext for cc1as.
2012-02-02 Alexander PotapenkoMove the code that sets the AddressSafety
2012-02-02 Anton Yartsevr149587 reverted
2012-02-02 Anton YartsevFix for PR10657 (http://llvm.org/bugs/show_bug.cgi...
2012-02-02 Eli FriedmanSplit Sema::MarkDeclarationReferenced into multiple...
2012-02-02 Anna Zaks[analyzer] Fix a false positive in the CFArrayCreate...
2012-02-02 Richard Smithconstexpr:
2012-02-02 Douglas GregorIntroduce a -cc1 option "-dependency-graphviz" that...
2012-02-02 Fariborz Jahanianobjc: don't crash if primary class is missing and conti...
2012-02-02 Eli FriedmanChange the check for constant-conversion with width...
2012-02-02 Dylan Noblesmithback out r149504
2012-02-02 Ted KremenekPer discussion on cfe-dev, remove '#error' and '#warnin...
2012-02-02 Fariborz Jahanianobjc2: add __has_feature(objc_default_synthesize_proper...
2012-02-01 Eric Christopherr149474 went a bit too far when combined with type...
2012-02-01 Rafael EspindolaReject mismatched "#pragma GCC visibility push" and...
2012-02-01 Fariborz JahanianLook for declaration of CFBridgingRetain/CFBridgingReta...
2012-02-01 Dylan Noblesmithmake: fix installation of generated header files
2012-02-01 Dylan Noblesmithcmake: don't install config.h (v2)
2012-02-01 Eric ChristopherRemove duplicated comment.
2012-02-01 Eric ChristopherFix comment.
2012-02-01 Dylan Noblesmithcmake: revert r149496
2012-02-01 Douglas GregorMake sure that imported definitions get completed befor...
2012-02-01 Benjamin Kramerlibclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE...
2012-02-01 Argyrios Kyrtzidis[libclang] Make sure we don't ever leave a StoredDiagno...
2012-02-01 Douglas GregorAdd missing dependency to unbreak the CMake build
2012-02-01 David Chisnallsize() == 0 -> empty().
2012-02-01 Anna Zaks[analyzer] Fix a crash in CheckerContext::isCLibraryFun...
2012-02-01 Anna ZaksAdd a new compiler warning, which flags anti-patterns...
2012-02-01 Douglas GregorDiagnose the restriction on default arguments in C...
2012-02-01 Douglas GregorIntroduce the lambda scope before determining explicit...
2012-02-01 Anna Zaks[analyzer] Testing: add 2 new checkers to the buildbot...
2012-02-01 NAKAMURA Takumitest/Driver/target.c: Relax expression for "gcc.exe...
2012-02-01 Dylan Noblesmithinclude clang's config.h unconditionally
2012-02-01 NAKAMURA Takumitest/Modules/compiler_builtins.m: Appease Cygwin to...
2012-02-01 NAKAMURA Takumitest/Modules/compiler_builtins.m: Mark this as XFAIL...
2012-02-01 Dylan Noblesmithautoconf: add private config.h to clang
2012-02-01 Dylan Noblesmithcmake: don't install config.h
2012-02-01 Dylan NoblesmithFrontend: fix comment typos
2012-02-01 Richard Smithconstexpr: check for overflow in pointer subtraction.
2012-02-01 Stepan DyatkovskiyCompatability fix for SwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert r149363 which was part a series of commits that...
2012-02-01 Argyrios KyrtzidisRemove redundant checks in CXXRecordDecl::isCLike(...
2012-02-01 Eric ChristopherFor pass-by-value record arguments to functions emit...
2012-02-01 Richard Smithconstexpr: overflow checking for integral and floating...
2012-02-01 Douglas GregorWhen providing code completions for a switch over a...
2012-02-01 Richard Smithconstexpr: Unlike other incomplete types, 'void' cannot...
2012-02-01 Richard Smithconstexpr: require 'this' to point to an object in...
2012-02-01 Richard Smithconstexpr: add support for comparisons of pointer-to...
2012-02-01 Douglas GregorImprove checking of explicit captures in a C++11 lambda...
2012-02-01 Nico WeberFix crash on invalid in microsoft anonymous struct...
2012-02-01 Douglas GregorDiagnose attempts to explicitly capture a __block varia...
2012-01-31 Bob WilsonUse the new Triple::getMacOSXVersion function in anothe...
2012-01-31 Bob WilsonFix an assertion failure in isMacOSXVersionLT for IOS...
2012-01-31 Kaelyn UhrainMake the callback object to Sema::CorrectTypo mandatory.
2012-01-31 Richard SmithExtend for-range temporary cleanups codegen test to...
2012-01-31 Fariborz Jahanianobjc-arc: In various diagnostics mention
2012-01-31 Richard Smithconstexpr: Treat INT_MIN % -1 as undefined behavior...
2012-01-31 Eli FriedmanMake sure we call MaybeCreateExprWithCleanups for the...
2012-01-31 Eli FriedmanA couple minor fixes to template instantiation for...
2012-01-31 Bob WilsonUse new Triple::getMacOSXVersion function.
2012-01-31 Fariborz Jahanianarc migrator: twik previous patch to exclude user provided
2012-01-31 Fariborz Jahanianarc migrator: Do not attempt to migrate to bridge casts...
2012-01-31 Douglas GregorSplit compiler builtin module into "stdlib" builtins...
2012-01-31 Chad RosierRemove extraneous whitespace.
2012-01-31 Bob WilsonFix more fallout from the introduction of "macosx"...
2012-01-31 Anna Zaks[analyzer] Add checks for common anti-patterns in strncat.
2012-01-31 Anna Zaks[analyzer] Change the warning to suggest 'strlcat/strlc...
2012-01-31 Chad RosierFix 80-column violation.
2012-01-31 Ted KremenekRevert r149359. This was a hack to a problem with...
2012-01-31 Matt Beaumont-GayPacify gcc's -Wreturn-type.
next