]> granicus.if.org Git - clang/shortlog
clang
2012-01-26 Peter CollingbourneSimplify {Record,Enum}Type::classof.
2012-01-26 Peter CollingbourneAdjust CLANG_BUILD_EXAMPLES to mean whether the example...
2012-01-26 Peter CollingbourneUse function pointers, rather than references, to pass...
2012-01-26 Douglas GregorAdd missing include of <unistd.h>
2012-01-26 Eli FriedmanAdd an additional testcase for a lambda with implicit...
2012-01-26 Ted KremenekPost link to checker-260, which is checker-259 with...
2012-01-26 Eli FriedmanRefactor to share code for handling return statements...
2012-01-26 Argyrios KyrtzidisIntroduce 3 new fixit options:
2012-01-26 Chris Lattnerfix to go along with an llvm change: VMCore now returns...
2012-01-26 Ted KremenekEnable several checkers under --analyze for general...
2012-01-26 Eric ChristopherTidy and remove some unused variables.
2012-01-26 Rafael EspindolaFix our handling of #pragma GCC visibility.
2012-01-26 Eric ChristopherCollect this information together. No reason to have...
2012-01-26 Eric ChristopherRefactor into its own function.
2012-01-26 Chandler CarruthReintroduce r148981 with significantly improved regress...
2012-01-26 NAKAMURA TakumiStaticAnalyzer/Checkers: Fix CMake build.
2012-01-26 Anna Zaks[analyzer] Add an AST checker that checks for a common...
2012-01-26 Fariborz Jahanianobjc: allow block pointer matching 'id' type when
2012-01-26 Eli FriedmanSlight refactoring; catch yet another case where we...
2012-01-26 Fariborz Jahanianarc migrator: Added an option to the migrator
2012-01-25 Ted KremenekRework flushing of diagnostics to PathDiagnosticConsume...
2012-01-25 Eli FriedmanDon't stack-allocate an IntegerLiteral which can be...
2012-01-25 Argyrios KyrtzidisRevert r148981 because it fails test/Driver/freebsd.c
2012-01-25 Eli FriedmanAdd some ABI tweaks for i386-pc-win32 triple so that...
2012-01-25 Eli FriedmanImprove the error message slightly for files that aren...
2012-01-25 Eli FriedmanFix a crash involving a multi-dimensional dependent...
2012-01-25 Ted KremenekPost open source analyzer build checker-259.
2012-01-25 Richard Smithconstexpr: add support for anonymous struct and union...
2012-01-25 Eric ChristopherClean up comment.
2012-01-25 Chandler CarruthTry to unbreak the FreeBSD toolchain's detection of...
2012-01-25 Kaelyn UhrainAllow typo correction to be disabled in BuildOverloaded...
2012-01-25 Chandler CarruthRestore a tiny bit of functionality that I completely...
2012-01-25 Kaelyn UhrainAvoid correcting unknown identifiers to types where...
2012-01-25 Argyrios Kyrtzidis[driver] Do emit the diagnostics when CompilerInvocatio...
2012-01-25 Kaelyn UhrainAdd custom callback object for typo correction in Build...
2012-01-25 Douglas GregorWhen we're substituting into a function parameter pack...
2012-01-25 Chandler CarruthThe Linux pattern of adding all the search paths that...
2012-01-25 Chandler CarruthRemove the 'ToolTriple' concept from the NetBSD toolcha...
2012-01-25 Chandler CarruthDelete still more remnants of the now dead HostInfo...
2012-01-25 Chandler CarruthDelete the driver's HostInfo class. This abstraction...
2012-01-25 Chandler CarruthAdd some really minimalist freebsd testing trees and...
2012-01-25 Jean-Daniel... Add support for const pointer to literal-objc string...
2012-01-25 Chandler CarruthSwitch the ToolChain types to all store a Driver refere...
2012-01-25 NAKAMURA Takumitest/CodeGen/avx-builtins.c: Fix more for -Asserts.
2012-01-25 NAKAMURA TakumiFixup r148926, for -Asserts.
2012-01-25 Chandler CarruthRemove the TargetTriple object that I added to the...
2012-01-25 Chandler CarruthHave FreeBSD use even more of the same smarts as Linux...
2012-01-25 Chandler CarruthSwitch FreeBSD to just include both '/usr/lib32' and...
2012-01-25 Chandler CarruthSwitch the Linux C++ standard library header search...
2012-01-25 Chandler CarruthMake a major refactoring to how the GCC installation...
2012-01-25 Craig TopperRe-enable test that was broken by r148919
2012-01-25 Ted KremenekFix -fmacro-backtrace-limit=0 to show the entire macro...
2012-01-25 Chris Lattnerdisable this test for now.
2012-01-25 Chris Lattnerreapply r148902:
2012-01-25 Chris Lattnerfix broken testcase.
2012-01-25 Eli FriedmanFix a crash for an edge case of the GNU ?: extension.
2012-01-25 Eli FriedmanFix r148920 to what I actually meant to commit.
2012-01-25 Eli FriedmanAdd missing check for placeholders.
2012-01-25 Craig TopperRepresent 256-bit unaligned loads natively and remove...
2012-01-25 Argyrios KyrtzidisIn TreeTransform<Derived>::TransformBlockExpr, call...
2012-01-25 Argyrios KyrtzidisRevert 148902 which was part of 148901 which was revert...
2012-01-25 Richard SmithFix PR11848: decree that an alias template contains...
2012-01-25 Eric ChristopherRefactor the record decl forward declaration code a...
2012-01-25 Eric ChristopherTypo.
2012-01-25 Chris Lattneruse the new ConstantVector::getSplat method where it...
2012-01-25 Nick LewyckyWith a little more work in the tentative parse determin...
2012-01-25 Douglas GregorIntroduce a generation number for selector lookups...
2012-01-25 Douglas GregorOnly try to import a definition if there is an definiti...
2012-01-25 Eli FriedmanMake sure we correctly treat __is_convertible_to as...
2012-01-25 Jean-Daniel... Fix test on cygwin (where va_list expands to a differen...
2012-01-25 Douglas GregorWhenever Sema attempts to look in the global method...
2012-01-25 Jean-Daniel... Add "multiple format attributes" support on block.
2012-01-25 Douglas GregorRework the external Sema source's ReadMethodPool()...
2012-01-25 Ted KremenekReduce peak memory usage of the static analyzer on...
2012-01-25 Fariborz Jahanianarc migrator: Provide infrastructure to add options
2012-01-25 Douglas GregorFactor out the addition of a method into the global...
2012-01-25 Ted KremenekFix NSLog format string checking for %@.
2012-01-24 Eli FriedmanSwitch PerformImplicitConversion over to use DefaultLva...
2012-01-24 Jean-Daniel... Replace a hack to handle NSLog/NSLogv in sema by declar...
2012-01-24 Jean-Daniel... Remove trailing slash in front of header name of ObjC...
2012-01-24 Anna Zaks[analyzer] Add the HTML file to the SATest diagnostic...
2012-01-24 Anna Zaks[analyzer] Testing: make diagnostic diffs more informat...
2012-01-24 Argyrios Kyrtzidis[libclang] In clang::getCursorKindForDecl() don't retur...
2012-01-24 Ted KremenekTeach scanf/printf checking about '%Ld' and friends...
2012-01-24 Nick LewyckyForce triple on these tests to pacify the windows tester.
2012-01-24 Nick LewyckyAdd a new warning, -Wover-aligned, which detects attemp...
2012-01-24 Chandler CarruthFix one of the (larger) FIXMEs where we were misusing...
2012-01-24 Kaelyn UhrainSmall code cleanup/simplification in Sema::ClassifyName.
2012-01-24 Argyrios Kyrtzidis[libclang] When calling clang_getCursorReferenced on...
2012-01-24 Fariborz Jahanianobjc: Issue a generic diagnostic assigning to
2012-01-24 Anna Zaks[analyzer] Add more C taint sources/sinks.
2012-01-24 Chandler CarruthAddress one part of the FIXME I introduced my switching...
2012-01-24 Kostya SerebryanyThe following patch adds __attribute__((no_address_safe...
2012-01-24 Chandler CarruthAt least within these classes, consistently spell ...
2012-01-24 Chandler CarruthStart hoisting the logic for computing the target tripl...
2012-01-24 Douglas GregorPromote the extension warning for attempts to catch...
2012-01-24 Douglas GregorWhen importing a RecordDecl as a DeclContext, make...
2012-01-24 Fariborz Jahanianobjc: issue error if assigning objects in fragile-abi...
2012-01-24 Douglas GregorTeach the AST importer about redeclaration chains for...
2012-01-24 Douglas GregorOnly mark an IdentifierInfo as having changed since...
next