]> granicus.if.org Git - clang/shortlog
clang
2009-12-15 Chris Lattnerupdate to match LLVM API change:
2009-12-15 Daniel DunbarAdd -W[no-]variadic-macros support.
2009-12-15 Daniel DunbarForward -isysroot to clang -cc1.
2009-12-15 Daniel DunbarFix a COVTCTII (crash-on-valid-that-clang-thinks-is...
2009-12-15 Ted KremenekUntil we can make the dead stores checker smarter,...
2009-12-15 Eli FriedmanFix a small bug in ComputeMethodVtableIndices.
2009-12-15 Eli FriedmanReally fix this test.
2009-12-15 Mike StumpThis patch should fix PR2461. It allows clang to apply...
2009-12-15 Ted Kremenekscan-build/ccc-analyzer: start analyzing C++ FTW.
2009-12-15 Eli FriedmanFix test broken by my last commit.
2009-12-15 John McCallDiagnose the use of typedefs for template specializatio...
2009-12-15 Eli FriedmanDon't force the emission of destructor definitions.
2009-12-15 Chris Lattnerset up the machinery for a MacroArgs cache hanging...
2009-12-15 Ted KremenekStart the ball rolling on C++ support in the static...
2009-12-15 Mike StumpFix spacing.
2009-12-15 Daniel DunbarDriver: Pass -resource-dir to clang -cc1, since the...
2009-12-15 Mike StumpEnsure we preserve line information for each trap for
2009-12-15 Mike StumpSwitch codegen for -fcatch-undefined-bahavior over...
2009-12-15 Ted KremenekUpdate checker build.
2009-12-15 Daniel DunbarAdd -resource-dir to clang -cc1, this allows the base...
2009-12-15 Douglas GregorImplement value initialization in InitializationSequenc...
2009-12-14 Mike StumpAdd documentation for recently added code. WIP.
2009-12-14 John McCallFix PR5716 by bandaging over the solution until we...
2009-12-14 Fariborz JahanianMake test more generic.
2009-12-14 Ted KremenekFix: <rdar://problem/7468209> SymbolManager::isLive...
2009-12-14 Mike StumpWe have to allow one to form an address for one past...
2009-12-14 Chris Lattnermove the VarargsElided member of MacrosArgs to shrink...
2009-12-14 Chris Lattnerfix typo
2009-12-14 Mike StumpAdd support for detecting undefined shift behavior...
2009-12-14 Fariborz JahanianPatch to fix 32-bit @try failure with internal assertio...
2009-12-14 Douglas GregorRemove accidental commit containing local paths for...
2009-12-14 Douglas GregorMinor cleanups for constructor initialization in Initia...
2009-12-14 Mike StumpSimplifiy.
2009-12-14 Douglas GregorConstructor initialization for InitializationSequence...
2009-12-14 Douglas GregorImprove template instantiation for object constructions...
2009-12-14 Fariborz JahanianMake test pass in all cases.
2009-12-14 Fariborz JahanianFixes an incomplete test case.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianChange tests to use clang -cc1...
2009-12-14 Douglas GregorImplement user-defined conversions in InitializationSeq...
2009-12-14 Fariborz JahanianTest uses the new clang.
2009-12-14 Fariborz JahanianTests use the new clang.
2009-12-14 Douglas GregorWhen rebuilding CXXConstructExprs after a transformatio...
2009-12-14 Zhongxing XuReplace clang-cc with clang -cc1.
2009-12-14 Chris Lattnerteach clang to recover gracefully from conflict markers...
2009-12-14 Nate BegemanRevert mmx palignr to use an intrinsic, since mmx shuff...
2009-12-14 Chris Lattnerthis was a couple bugzillas too
2009-12-14 Chris Lattnerfix rdar://7466570 - Be more bug compatible with GCC...
2009-12-14 Chris Lattnerfilecheckize
2009-12-14 Nate BegemanSupport x86's PALIGNR instruction without the use of...
2009-12-14 Chris Lattnerformatting changes.
2009-12-14 Chris Lattnerreduce indentation.
2009-12-14 Zhongxing XuUse insert to avoid destroying existing nodes.
2009-12-14 Anders CarlssonMangle unary, binary and ternary expressions correctly.
2009-12-14 Anders CarlssonRename dump to dumpDeclContext, so that call RD->dump...
2009-12-13 Anders CarlssonSimplify BuildSimpleType in the RTTBuilder to avoid...
2009-12-13 Douglas GregorFix PR5756 a different, better way: we don't have a...
2009-12-13 Douglas GregorDon't assume that all conversions to a void pointer...
2009-12-13 Douglas GregorFix template instantiation for non-dependent calls...
2009-12-13 Anders CarlssonDon't use a cookie if the global placement new function...
2009-12-13 Anders CarlssonFix regression in my last commit - if a struct has...
2009-12-13 Anders CarlssonMore array cookie improvements.
2009-12-13 Anders CarlssonIf the usual array deallocation function of a class...
2009-12-13 Anders CarlssonFix test.
2009-12-13 Anders CarlssonMore improvements to checking allocation and deallocati...
2009-12-13 Anders CarlssonChange the RTTIBuilder's finish member function to...
2009-12-13 Daniel DunbarLift builtin-include-path logic out of ASTUnit::LoadFro...
2009-12-13 Daniel DunbarCompilerInvocation: Move builtin-include-path logic...
2009-12-13 Daniel DunbarUse clang -cc1 in test, to improve determinism.
2009-12-13 Daniel DunbarTests: Fix some bugs in clang_f_opts, options were...
2009-12-13 Chandler CarruthSilence some release build warnings.
2009-12-12 Daniel DunbarBackend: Switch to using TargetOptions or TargetMachine...
2009-12-12 Fariborz Jahanianpatch to add a property from a protocol to a class...
2009-12-12 Ted KremenekUpdate checker build.
2009-12-12 Douglas GregorRework the way we handle template instantiation for
2009-12-12 Zhongxing XuAdd initial support for realloc() in MallocChecker.
2009-12-12 John McCallRemember the type name's scope specifier in the DeclSpec.
2009-12-12 Douglas GregorWhen certain diagnostics involving run-time behavior...
2009-12-12 Douglas GregorGive PartialDiagnostic copy semantics rather than move...
2009-12-12 Douglas GregorRemove unnecessary pointers from PartialDiagnostic
2009-12-12 Douglas GregorSuppress warnings and errors about certain uses of...
2009-12-12 Jeffrey YasskinUn-namespace-qualify llvm_unreachable. It's a macro...
2009-12-12 Eli FriedmanFix for PR4642: move work in HTMLPrinter out of the...
2009-12-12 Anders CarlssonFix tyop.
2009-12-12 Mike StumpImplement runtime checks for undefined behavior. WIP.
2009-12-12 Eli FriedmanRemove empty directory.
2009-12-12 Ted KremenekWe should only scan for nested blocks if we are analyzi...
2009-12-12 Daniel DunbarRemove clang-cc tool, it has joined in unholy union...
2009-12-12 Ted KremenekConvert the remainder of this test case over to using...
2009-12-12 Daniel DunbarXFAIL this test on Win32 until I can take a look.
2009-12-12 Daniel DunbarRemove non-sensical FIXME.
2009-12-12 Ted KremenekMake using '-fshort-enums' an error until it is actuall...
2009-12-12 Anders CarlssonCorrectly diagnose [basic.stc.dynamic.allocation]p1
2009-12-12 Anders CarlssonFactor operator new declaration checking out into a...
2009-12-12 Anders CarlssonMore work on improving the operator delete diagnostics.
2009-12-11 Douglas GregorSwitch the Emacs clang-completion-mode over to clang...
2009-12-11 Daniel DunbarTests: Stop looking for clang-cc, we don't need it.
next