]> granicus.if.org Git - clang/shortlog
clang
2011-04-13 Anders CarlssonUse EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCa...
2011-04-13 Bill WendlingConvert the unaligned load builtins to the first-class...
2011-04-12 Daniel DunbarDriver/no-integrated-as: Fix forwarding of -g flag...
2011-04-12 Fariborz JahanianRedeclaration of 'self' should be flagged in
2011-04-12 Daniel DunbarIRgen/Obj-C: Emit CFStrings and NSStrings with the...
2011-04-12 John McCallWe can't emit an aggregate cast as its sub-expression...
2011-04-12 Daniel DunbarDriver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver...
2011-04-12 Ted KremenekTeach VariadicMethodTypeChecker to not crash when proce...
2011-04-12 Ted KremenekFix another IdempotentOperationsChecker corner case...
2011-04-12 Ted KremenekProvide options to explicitly enable/disable checkers...
2011-04-12 Ted KremenekEnable C++ static analysis support in ccc-analyzer.
2011-04-12 Ted KremenekArrayBoundCheckerV2: don't arbitrarily warn about index...
2011-04-12 Lenny MaioraniThis patch adds modeling of strcmp() to the CString...
2011-04-12 Fariborz JahanianFix a regression where the initializer implements
2011-04-12 Richard SmithFix AST serialization of reference-to-reference types...
2011-04-12 Ted Kremenekstatic analyzer: invalidate by-ref arguments passed...
2011-04-12 Ted KremenekFix bug in SimpleSValBuilder where '--' pointer arithme...
2011-04-12 Douglas GregorDon't suggest dynamic_cast or typeid as code completion...
2011-04-12 John McCallTemplate static data members can have weak_odr linkage...
2011-04-12 John McCallWhoops.
2011-04-12 Douglas GregorObjective-C++: The global namespace is an associated...
2011-04-12 John McCallIgnore indirect field declarations. Fixes PR9570.
2011-04-12 John McCallFormatting.
2011-04-12 John McCallThis test works now; enable it.
2011-04-12 Ted KremenekRegionStoreManager::invalidateRegions: treat classes...
2011-04-12 John McCallAfter some discussion with Doug, we decided that it...
2011-04-12 Ted KremenekTeach GRState::getSValAsScalarOrLoc() about C++ references.
2011-04-11 Ted KremenekC++ static analysis: also invalidate fields of objects...
2011-04-11 Fariborz JahanianTypo.
2011-04-11 Fariborz JahanianFixup more objc rwriter bug having to do with
2011-04-11 Chris Lattnerfix the path to ld.so for darwin/ppc, resolving PR9677...
2011-04-11 Anders CarlssonIf there's an invoke destination, we should use invoke...
2011-04-11 John McCallMore __unknown_anytype work.
2011-04-11 Anders CarlssonRemove CK_DynamicToNull.
2011-04-11 Anders CarlssonWhen we know that a dynamic_cast always returns null...
2011-04-11 Anders CarlssonAdd CXXDynamicCastExpr::isAlwaysNull() which will be...
2011-04-11 Anders CarlssonClean up CodeGenFunction::EmitDynamicCast. No functiona...
2011-04-11 Anders CarlssonReplace a couple of Builder.CreateICmpEQ with Builder...
2011-04-11 Eli FriedmanPR9669: implement correct checking for [dcl.init.string]p2.
2011-04-10 Anders CarlssonRemove the CodeGenCXX/dyncast.cpp test; it isn't really...
2011-04-10 Anders CarlssonAs a first step towards fixing PR9641, add a CK_Dynamic...
2011-04-10 John McCallSimplify calling CheckPlaceholderExpr, converge on...
2011-04-10 Anders CarlssonStrip off parens and no-op casts when deciding if an...
2011-04-10 Anders CarlssonChange CollectPrimaryBases to collect the bases in...
2011-04-10 Anders CarlssonMake -fdump-vtable-layouts also dump vtable indices...
2011-04-10 Oscar FuentesReflect rename on LLVM cmake file.
2011-04-10 Chandler CarruthEnhance the diagnostic for literal float -> int convers...
2011-04-10 Francois PichetRefactor 129240 to merge the old default argument into...
2011-04-10 Eli FriedmanPR9580: Handle vectors correctly in ScalarExprEmitter...
2011-04-10 Francois PichetMSVC accepts that default parameters be redefined for...
2011-04-10 Oscar Fuenteslibclang output name is now libclang. This solves a...
2011-04-09 John McCallFix a bunch of major problems with __unknown_anytype...
2011-04-09 Eli FriedmanMake sure we or together the overflow flags of the...
2011-04-09 Lenny Maioranistrcat() and strncat() model additions to CStringChecker.
2011-04-09 Dylan Noblesmithrefactor flags for TokenKinds.def
2011-04-09 Dylan Noblesmithrefactor -ccc-gcc-name code
2011-04-09 Eli FriedmanPR8369: make __attribute((regparm(0))) work correctly...
2011-04-09 Chandler CarruthClean up the bool conversion warning. Group it with...
2011-04-09 Chandler CarruthAdd support for warning on general null pointer express...
2011-04-09 Chris Lattnerfix indentation
2011-04-09 Chris Lattneraccept -x objc-cpp-output as an alias for -x objective...
2011-04-09 Chris Lattneradd a __sync_swap builtin to fill out the rest of the...
2011-04-09 Ken DyckConvert the PointerWidthInBytes variable in EmitMemberP...
2011-04-09 Ken DyckEliminate a divide-by-8 in BuildVMIClassTypeInfo()...
2011-04-09 Eric ChristopherRemove a pair of unused diagnostic messages.
2011-04-09 Nick LewyckyApply explicit braces to avoid ambiguous 'else' [-Wpare...
2011-04-09 Eric ChristopherEat the UTF-8 BOM at the beginning of a file since...
2011-04-08 Chris Lattnercomplete documentation of flags, patch by nobled
2011-04-08 Fariborz JahanianFixes a rewrting bug of a property-dot syntax expressio...
2011-04-08 Argyrios KyrtzidisProperly traverse a ObjCMethodDecl in RecursiveASTVisitor.
2011-04-08 Chris Lattnertypo fix + expand
2011-04-08 Ted KremenekStart overhauling static analyzer support for C++ const...
2011-04-08 Evan ChengMinor format fix.
2011-04-08 Evan ChengDocument -ftrap-function= option
2011-04-08 Devang PatelDo not use zero as an upper bound for unbounded array...
2011-04-08 Evan ChengRename -mtrap_function= to -ftrap_function= since it...
2011-04-08 Evan ChengAdd -mtrap_function=<> option. rdar://9257465
2011-04-08 John WiegleyUse ExprResult& instead of Expr *& in Sema
2011-04-08 Fariborz JahanianWarn for any kind of initialization if initializer...
2011-04-08 Chris Lattnerfix a typo, patch by PaX team.
2011-04-08 Chandler CarruthSwitch 'is possibly uninitialized' to 'may be uninitial...
2011-04-08 Chandler CarruthNow that the analyzer is distinguishing between uniniti...
2011-04-07 Daniel DunbarDriver: Don't attempt to forward some Clang-only option...
2011-04-07 Daniel DunbarFrontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag...
2011-04-07 Ted KremenekTeach -Wuninitialized to not warn about variables decla...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Add test case.
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Output main file name,...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Tweak output form to be...
2011-04-07 Daniel DunbarFrontend: Continue flushing out LogDiagnosticPrinter.
2011-04-07 Daniel DunbarFrontend: Sketch a LogDiagnosticPrinter object, and...
2011-04-07 Daniel DunbarChainedDiagnosticClient: Fix a bug where chained diagno...
2011-04-07 Daniel DunbarFrontend: Sketch support for -diagnostic-log-file,...
2011-04-07 Argyrios KyrtzidisEnhance the Rewriter.
2011-04-07 Argyrios KyrtzidisAdd FullSourceLoc::BeforeThanCompare. a comparison...
2011-04-07 Daniel DunbarDriver: Sketch driver support for a CC_LOG_DIAGNOSTICS...
2011-04-07 Ken Dyck[Reapply r128776, modified so that it does not break...
2011-04-07 Abramo BagnaraIn C++ the argument of logical not should always be...
2011-04-07 John McCallBasic, untested implementation for an "unknown any...
2011-04-07 Ken Dyck[Reapply r128773. This is not the source of the issues...
next