]> granicus.if.org Git - clang/shortlog
clang
2009-11-24 Daniel DunbarSketch the rest of the clang -cc1 option definitions...
2009-11-23 Douglas GregorExplicitly track the condition variable within an ...
2009-11-23 Daniel DunbarAdd clang -cc1 parsing of diagnostic options.
2009-11-23 Ted KremenekAfter performing a bounds check in ArrayBoundChecker...
2009-11-23 Ted KremenekClean up the Checker API a little more, resolving some...
2009-11-23 Anders CarlssonDon't try to treat an enum constant as an lvalue.
2009-11-23 Anders CarlssonConvert the && and || operands to bool using standard...
2009-11-23 Fariborz JahanianFixe a crash in encoding of SEL type caused by recent...
2009-11-23 Anders CarlssonHandle converting member pointers to bool.
2009-11-23 Fariborz JahanianFix a recent regression probably caused by addition...
2009-11-23 Ted KremenekProvide out-of-line definition for destructor of Checker.
2009-11-23 Ted KremenekTweak UndefBranchChecker to register the most nested...
2009-11-23 Fariborz JahanianMake 'SEL' pointer to a builtin type and not an
2009-11-23 Ted KremenekCleanup title/description of "undefined branch" BugType...
2009-11-23 Anders CarlssonHandle base-to-derived casts. Will land test case shortly.
2009-11-23 John ThompsonPut back hard-coded paths for win32 until I figure...
2009-11-23 Ted KremenekRemove '-checker-simple' reference from scan-build...
2009-11-23 Sebastian RedlIntercept sizeof and alignof references before they...
2009-11-23 Rafael EspindolaReorder the header search a bit so that it matches...
2009-11-23 Sebastian RedlLet using directives refer to namespace aliases. Fixes...
2009-11-23 Douglas GregorRequire a class type to be complete before probing...
2009-11-23 Douglas GregorImplement conversion from a switch condition with class...
2009-11-23 Douglas GregorCanonical template arguments that are template template...
2009-11-23 Douglas GregorImprove type-checking of templates by distinguishing...
2009-11-23 Douglas GregorDo not mark declarations as used when performing overlo...
2009-11-23 Douglas GregorTolerate extraneous "template<>" headers better, downgr...
2009-11-23 Douglas GregorFix CMake build
2009-11-23 Douglas GregorCentralize and complete the computation of value- and...
2009-11-23 Zhongxing XuUndefBranchChecker: more bug reporter helper informatio...
2009-11-23 Zhongxing XuInitial refactor of UndefBranchChecker. We still use...
2009-11-23 John McCallEncapsulate "an array of TemplateArgumentLocs and two...
2009-11-23 Daniel DunbarChange Clang-Code-Compile tests to only -emit-llvm...
2009-11-23 Daniel DunbarTeach CodeGenFunction::EmitDecl to ignore Using and...
2009-11-22 Daniel Dunbarx86_64, PR5582: Layout bases for C++ records.
2009-11-22 Daniel DunbarRecognize .hpp as a C++ header.
2009-11-22 Daniel DunbarAdd clang -cc1 parsing of analyzer options.
2009-11-22 Daniel DunbarCMake: Add support for running tests with valgrind.
2009-11-22 John McCallFix LookupResult's sanity-check to handle shadow decls.
2009-11-22 Ted KremenekChange CheckDeadStores to use Expr::isNullPointerConsta...
2009-11-22 Anders CarlssonUse EmitStoreOfScalar when copying the scalar to the...
2009-11-22 Anders CarlssonWhen laying out bitfields, make sure that the data...
2009-11-22 Anders CarlssonUpdate a test to FileCheck.
2009-11-22 Ken DyckUse intptr_t from stdint.h (in freestanding mode) inste...
2009-11-22 David ChisnallTest case for bug fixed in r89457.
2009-11-22 Anders CarlssonMove bit-field layout out into a separate function...
2009-11-22 Edward O'CallaghanFix for PR5233.
2009-11-22 Ken DyckDefine SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of...
2009-11-22 Ken DyckDefine __SIG_ATOMIC_WIDTH__ for use in stdint.h.
2009-11-22 Zhongxing XuUndefined compound assignment result is checked in...
2009-11-22 Zhongxing XuRemove invalid comments. The result is undefined only...
2009-11-22 Zhongxing XuSave and restore the HasGen flag in MallocChecker.
2009-11-22 Benjamin KramerDon't include a dead header.
2009-11-22 Zhongxing XuRemove UndefinedAssignmentChecker's header.
2009-11-22 Sean HuntUse intptr_t rather than long so that this test will...
2009-11-22 John McCallIf a C++ qualified id is followed by a postfix suffix...
2009-11-22 John McCallReorganize the intermediate BuildDeclarationNameExpr...
2009-11-22 John McCallConsider a FunctionTemplate to be an overload all on...
2009-11-21 Anders CarlssonSupport emitting aggregate class initializers. Fixes...
2009-11-21 Fariborz JahanianThis patch implements objective-c's 'SEL' type as a...
2009-11-21 Ted KremenekMake FixedAddressChecker and experimental check; it...
2009-11-21 Sean HuntFix 80-cols violation.
2009-11-21 John McCallOverload resolution doesn't decide whether to do ADL...
2009-11-21 Daniel DunbarMangler: Sketch mangling for TemplateArgument::Declarat...
2009-11-21 Daniel DunbarMangler: Lift shouldMangleDeclName predicate out of...
2009-11-21 Daniel DunbarMangler: Strengthen invariants, MangleContext::mangleNa...
2009-11-21 Daniel DunbarMangler: Inline a bunch of functions into their sole...
2009-11-21 Daniel DunbarDeclPrinter: Indent access specifiers.
2009-11-21 Daniel DunbarRemove dead variable.
2009-11-21 Daniel DunbarMangler: Split isStdNamespace for when the caller alrea...
2009-11-21 Daniel DunbarIRgen: Eliminate CXXNameMangler::mangleCXX{C,D}tor.
2009-11-21 Daniel DunbarIRgen: Switch the C++ mangler interfaces to take the...
2009-11-21 Daniel DunbarSink free mangle* methods into MangleContext.
2009-11-21 Daniel DunbarAdd 1+2 consts.
2009-11-21 Daniel DunbarDelete trailing space.
2009-11-21 John McCall"Incremental" progress on using expressions, by which...
2009-11-21 Sean HuntAdded rudimentary C++0x attribute support.
2009-11-21 Ted KremenekAdd RegionStore test case that shows that floating...
2009-11-21 Daniel DunbarFix refacto, gcc's cc1 needs to see --output-pch=,...
2009-11-21 Ted KremenekAdd another test case to show the precision of RegionSt...
2009-11-21 Douglas GregorImplement C++ [temp.param]p2 correctly, looking ahead...
2009-11-21 Ted KremenekRestructure DereferenceChecker slightly to handle cachi...
2009-11-21 Ted KremenekPull BadCallChecker int UndefinedArgChecker, and have...
2009-11-21 Edward O'CallaghanAdd SigAtomicType to TargetInfo, Needed for MSP and...
2009-11-21 Ted KremenekMore checker refactoring. Passing undefined values...
2009-11-21 John ThompsonRevised Win32 include path to search highest version...
2009-11-20 Daniel DunbarConvert test to FileCheck.
2009-11-20 Mike StumpCheckpoint current work. WIP.
2009-11-20 Douglas GregorCope with extraneous "template" keyword when providing...
2009-11-20 Daniel DunbarDriver: Add clang -cc1 dependency output options parsing.
2009-11-20 Daniel DunbarSwitch CompilerInvocation::CreateFromArgs to take const...
2009-11-20 Daniel DunbarFix refactoro, clang-cc wasn't properly reporting error...
2009-11-20 Daniel DunbarDriver: Use '-target-abi' 'FOO' instead of '-target...
2009-11-20 Daniel DunbarUpdate for palign intrinsic fix.
2009-11-20 Daniel DunbarPass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
2009-11-20 Daniel DunbarStandardize Driver translation to call clang-cc using...
2009-11-20 Douglas GregorA previous commit fixed PR5519; here's the test case.
2009-11-20 Douglas GregorImplement C++ [basic.lookup.classref]p3, which states...
2009-11-20 Douglas GregorUpdate C++ status
2009-11-20 Douglas GregorWhen checking the base object of a member access expres...
2009-11-20 Douglas GregorTeach FixOverloadedFunctionReference to build new expre...
next