]> granicus.if.org Git - clang/shortlog
clang
2009-11-24 Douglas GregorIntroduce cleanup scopes for "if" statements in two...
2009-11-24 Kovarththanan... Remove empty wpa directory. It was moved to examples...
2009-11-24 Kovarththanan... Sort CMakeLists.txt
2009-11-24 Douglas GregorRename CleanupScope -> DelayedCleanupBlock. No function...
2009-11-24 Anders CarlssonUpdate project file.
2009-11-24 Douglas GregorUn-break instantiation of if statements with conditiona...
2009-11-24 Edward O'CallaghanFix for PR5568.
2009-11-24 Kovarththanan... Remove trailing spaces
2009-11-24 Ken DyckAdd getByteSize() and getTypeSizeInBytes().
2009-11-24 Zhongxing XuWe can remove this file now.
2009-11-24 Zhongxing XuRefactor undefined result checker. This is the last...
2009-11-24 Zhongxing XuRefactor NilReceiverStructRet and NilReceiverLargerThan...
2009-11-24 Kovarththanan... Remove trailing spaces
2009-11-24 Anders CarlssonGet rid of the ugly CGCXX names and replace them with...
2009-11-24 Anders CarlssonWhen mangling a ctor/dtor we need to take into consider...
2009-11-24 Anders CarlssonSet the template specialization kind before instantiati...
2009-11-24 Eli FriedmanTeach Evaluate to handle member expressions referring...
2009-11-24 Anders CarlssonIgnore constructor member templates in CodeGenModule...
2009-11-24 Anders CarlssonIt is common for vtables to contain pointers to functio...
2009-11-24 Zhongxing Xurename UndefinedArgChecker to CallAndMessageChecker.
2009-11-24 Zhongxing XuRename: UndefinedArgChecker.cpp => CallAndMessageChecke...
2009-11-24 Ted KremenekEnhance null dereference diagnostics by indicating...
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=,...
next