]> granicus.if.org Git - clang/shortlog
clang
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...
2011-04-07 Ken Dyck[Reapply r128771. It wasn't the source of the issues...
2011-04-07 Ken DyckReapply r128770. It's not the cause of the issues Devan...
2011-04-06 John McCallI can't figure out any reasonable way to make this...
2011-04-06 Anders CarlssonWide Pascal strings should be of type wchar_t[] and...
2011-04-06 Fariborz JahanianFix lookup for class messages sent to qualified-class
2011-04-06 Eric ChristopherAdd support for Fedora16, gcc 4.6.0 and Fedora Rawhide.
2011-04-06 John ThompsonAdded link to LLVM cmake page in Visual Studio section.
2011-04-06 Fariborz JahanianRefine rules for atomic property api to
2011-04-06 Peter CollingbourneDo not use IR marker for LLVM intrinsics
2011-04-06 Peter CollingbourneIf this is an intrinsic function, set the function...
2011-04-06 John McCallWhen updating the retain summary based on {cf,ns}_consu...
2011-04-06 John McCallMake this a -cc1 test with a triple and a target feature.
2011-04-06 John McCallAnonymify this test.
2011-04-06 John McCallImplement the AVX cmp builtins as macros instead of...
2011-04-06 John McCallDiagnose a missing ')' on what looks like a statement...
2011-04-06 John McCallFix getLocForEndOfToken to not double-count spurious...
2011-04-06 Devang PatelAdd a test case for r128957. It fixed a bug!
2011-04-05 Devang PatelSimplify.
2011-04-05 Fariborz JahanianFixes a regression caused by my last patch.
2011-04-05 Devang PatelEmit debug info for function template parameters.
next