]> granicus.if.org Git - clang/history - include
[CFG] Removed unused local variable.
[clang] / include /
2012-01-31 Richard Smithconstexpr: the result of a relational operator between...
2012-01-31 Richard Smithconstexpr: catch a collection of integral undefined...
2012-01-31 Argyrios KyrtzidisReapply r149311 which I reverted by mistake.
2012-01-31 Chandler CarruthRevert r149083 which is not the direction we're going...
2012-01-31 Argyrios KyrtzidisRevert r149311 which failed to compile.
2012-01-31 Nico WeberLet %S, %ls, %C match 16bit types in NSStrings.
2012-01-31 Ted KremenekMinor refactor within ExplodedGraph::reclaimRecentlyAll...
2012-01-31 Ted KremenekConvert ProgramStateRef to a smart pointer for managing...
2012-01-31 Ted KremenekConvert more uses of 'const ProgramState *' to 'Program...
2012-01-30 Benjamin KramerSmallBitVectorize the deduced parameter set.
2012-01-30 Chandler CarruthFix yet another issue introduced when renaming '-ccc...
2012-01-30 Jean-Daniel DupasUpdate on format attribute handling.
2012-01-30 Craig TopperCleanup 3dnow builtin handling. Most of them were alrea...
2012-01-30 Anna Zaks[analyzer] Add index out of bounds check for CFArrayGet...
2012-01-30 Douglas GregorIntroduce TargetInfo::hasFeature() to query various...
2012-01-30 Douglas GregorThread a TargetInfo through to the module map; we'll...
2012-01-29 Douglas GregorImplement code completion support for module import...
2012-01-29 Douglas GregorRework HeaderSearch's interface for getting a module...
2012-01-29 John McCallComplain about attempts to use 'protected' visibility...
2012-01-28 Benjamin KramerMake the __builtin_c[lt]zs builtins target independent.
2012-01-28 Benjamin KramerStaticAnalyzer: Move ObjC- and CXX-specific methods...
2012-01-28 Argyrios KyrtzidisDiagnosticsEngine::setMappingToAllDiagnostics() does...
2012-01-27 Jean-Daniel DupasRemove the "C" in "implicitly declaring C library funct...
2012-01-27 Douglas GregorIntroduce module attributes into the module map grammar...
2012-01-27 Abramo BagnaraAdded source location for the template keyword in AST...
2012-01-27 Abramo BagnaraAvoid redundant NNS qualification in constructor/destru...
2012-01-27 Argyrios KyrtzidisDue to a bug, -Wno-everything works like -Weverything...
2012-01-27 Douglas GregorReimplement (de-)serialization of Objective-C categorie...
2012-01-27 Richard Smithconstexpr: Implement the [dcl.constexpr]p5 check for...
2012-01-26 Bob WilsonMake clz/ctz builtins defined for zero on ARM targets...
2012-01-26 Joerg SonnenbergerKeep track of the original target the user specified...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2012-01-26 Fariborz Jahanianobjc-arc: introduce -no-finalize-removal which in gc...
2012-01-26 Argyrios KyrtzidisChange HasMutableFields to HasOnlyCMembers and consider...
2012-01-26 Douglas GregorExtend the ExternalASTSource interface to allow the...
2012-01-26 Bob WilsonFix a minor bug in r148582, which made -ccc-host-triple...
2012-01-26 Argyrios KyrtzidisIn FixItRewriteToTemp::RewriteFilename don't try to...
2012-01-26 Peter CollingbourneSimplify {Record,Enum}Type::classof.
2012-01-26 Eli FriedmanRefactor to share code for handling return statements...
2012-01-26 Argyrios KyrtzidisIntroduce 3 new fixit options:
2012-01-26 Rafael EspindolaFix our handling of #pragma GCC visibility.
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 FriedmanImprove the error message slightly for files that aren...
2012-01-25 Kaelyn UhrainAllow typo correction to be disabled in BuildOverloaded...
2012-01-25 Kaelyn UhrainAvoid correcting unknown identifiers to types where...
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 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 CarruthSwitch the ToolChain types to all store a Driver refere...
2012-01-25 Chandler CarruthRemove the TargetTriple object that I added to the...
2012-01-25 Craig TopperRepresent 256-bit unaligned loads natively and remove...
2012-01-25 Douglas GregorIntroduce a generation number for selector lookups...
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-24 Jean-Daniel DupasReplace a hack to handle NSLog/NSLogv in sema by declar...
2012-01-24 Jean-Daniel DupasRemove trailing slash in front of header name of ObjC...
2012-01-24 Nick LewyckyAdd a new warning, -Wover-aligned, which detects attemp...
2012-01-24 Fariborz Jahanianobjc: Issue a generic diagnostic assigning to
2012-01-24 Kostya SerebryanyThe following patch adds __attribute__((no_address_safe...
2012-01-24 Douglas GregorPromote the extension warning for attempts to catch...
2012-01-24 Fariborz Jahanianobjc: issue error if assigning objects in fragile-abi...
2012-01-24 Douglas GregorOnly mark an IdentifierInfo as having changed since...
2012-01-24 Chandler CarruthRemove HostInfo::useDriverDriver(). This was only used...
2012-01-24 Chandler CarruthHoist the targeted triple object into an actual object...
2012-01-24 David BlaikieSupport decltype in member initializers.
2012-01-24 David BlaikieReword/rename -Wswitch-unreachable-default.
2012-01-24 David BlaikieImprove -Wswitch-enum diagnostic message.
2012-01-24 Argyrios KyrtzidisRename Sema::isNullExpr() -> Sema::isSentinelNullExpr...
2012-01-24 Fariborz Jahanianobjective-c: Ignore with warning forward class declarat...
2012-01-23 Bill WendlingRemove extraneous ';'.
2012-01-23 Sebastian RedlMinor fixups for auto deduction of initializer lists.
2012-01-23 Argyrios KyrtzidisIntroduce Sema::isNullExpr() that contains the checks...
2012-01-23 Argyrios KyrtzidisIntroduce CXXRecordDecl::isCLike() that is true if...
2012-01-23 Douglas GregorAdd -Wnarrowing as an alias for -Wc++11-narrowing,...
2012-01-23 Douglas GregorDowngrade C++11 narrowing conversion errors to warnings...
2012-01-23 Nick LewyckyAdd support for -fno-optimize-sibling-calls. Currently...
2012-01-23 Nico WeberIn microsoft mode, downgrade pseudo-destructors on...
2012-01-23 David BlaikieRename -Wswitch-enum-redundant-default to -Wswitch...
2012-01-23 David BlaikieImplement -Wswitch-enum correctly.
2012-01-22 David BlaikieMove -Wswitch-enum to -Wswitch
2012-01-21 David BlaikieAdd -Wswitch-enum-redundant-default.
2012-01-21 Rafael EspindolaRemove redundant argument.
2012-01-21 Eli FriedmanFix some comments relating to ExpressionEvaluationConte...
2012-01-21 Eli FriedmanMake clang's AST model sizeof and typeof with potential...
2012-01-20 DeLesley HutchinsDelayed template instantiation of late-parsed attributes.
2012-01-20 DeLesley HutchinsInstantiate dependent attributes when instantiating...
2012-01-20 Sebastian Poprename -ccc-host-triple into -target
2012-01-20 Ted KremenekTighten format string diagnostic and make it a bit...
2012-01-20 Ted KremenekAdd ability to specifiy 'restrict' on parameters of...
2012-01-20 Douglas GregorExtract the (InputKind, std::string) pair used to descr...
2012-01-20 Eli FriedmanRemove PotentiallyPotentiallyEvaluated, and replace...
2012-01-20 Anna Zaks[analyzer] Skip casts when determining taint dependenci...
2012-01-20 Anna Zaks[analyzer] Add a utility method that allows to find...
2012-01-20 Anna Zaks[analyzer] Cleanup of Symbol dump methods.
2012-01-19 Richard TrieuExtend the error of invalid token after declarations...
2012-01-19 Argyrios KyrtzidisIntroduce Lexer::getSourceText() that returns a string...
2012-01-19 Argyrios KyrtzidisIntroduce Lexer::makeFileCharRange() that accepts a...
next