]> granicus.if.org Git - clang/shortlog
clang
2009-10-20 Ted KremenekAdd destructor and cleanup code to LocationContext...
2009-10-20 Fariborz JahanianUpdated, we support == and != builtins for member pointers.
2009-10-20 Fariborz JahanianChanges to reflect more pointer-to-member support.
2009-10-20 Mike StumpFor now, we need to have the llvm type of the block...
2009-10-20 Fariborz JahanianMoved comment to its proper place in my last patch.
2009-10-20 Fariborz JahanianPatch implements ranking conversions between member...
2009-10-20 Devang PatelDo not eagerly cache DITypes because it allows real...
2009-10-20 Daniel DunbarDriver: If unable to find the gcc tool chain, try the...
2009-10-20 Devang PatelEncode global variable name in debug info.
2009-10-20 Daniel DunbarAdd missing semi-colon.
2009-10-20 Fariborz JahanianChanged text of warning in my last patch.
2009-10-20 Edward O'CallaghanBring Darwin into the switch-case statement instead...
2009-10-20 Fariborz JahanianIssue warning if method body starts with a semicolon.
2009-10-20 Steve NaroffAdd an example to help claify the process/assumptions...
2009-10-20 Steve Naroff- Extend clang_createIndex() to support PCH and diagnos...
2009-10-20 Eli FriedmanRemove default argument for ImpCastExprToType. Add...
2009-10-20 Ted KremenekCall 'clear()' in ~RopePieceBTreeLeaf(), decrementing...
2009-10-20 Douglas GregorHandle substitutions into the "first qualifier in scope...
2009-10-20 Ted KremenekRevert 84601. Looks like it was causing failures on...
2009-10-20 Ted KremenekBumpVectorContext: Use 'unsigned' integer type with...
2009-10-20 Chris LattnerImplement PR5242: don't desugar a type more than once...
2009-10-20 Chris Lattnerteach FormatDiagnostic to aggregate previously formatte...
2009-10-20 Ted KremenekFix a reference count imbalance in RewriteRope::MakeRop...
2009-10-20 Chris Lattnercode cleanup, convert if tree to switch etc.
2009-10-20 Mike StumpRefine the type of the first parameter to block invoke...
2009-10-20 Anders CarlssonForce triple for test.
2009-10-20 Ted KremenekRegionStore: Use the *default* binding (instead of...
2009-10-20 Ted Kremenekretain/release checker: allow 'new', 'copy', 'alloc...
2009-10-20 Fariborz JahanianBuiltin candidate minimization for
2009-10-19 Ted KremenekFix inverted preprocessor guard, and fix the resulting...
2009-10-19 Ted KremenekReally fix <rdar://problem/7312058> by adding a 'displa...
2009-10-19 Douglas GregorParse a simple-template-id following a '~' when calling...
2009-10-19 Ted KremenekThe constructor for ASTUnit now takes a DiagnosticClien...
2009-10-19 Fariborz JahanianAdd the built-in candidate set reduction hueristic
2009-10-19 Ted KremenekRe-order includes so that the logic involving '#ifdef...
2009-10-19 Fariborz JahanianCopy conversion of an expression to its base class
2009-10-19 Anders CarlssonHandle emitting the assignment operator when the lhs...
2009-10-19 Anders CarlssonSet the cast kind to CK_NoOp for C-style casts that...
2009-10-19 Steve NaroffMove Diagnostic/DiagClient/FileManager from Indexer...
2009-10-19 Steve NaroffChange indenting for case/compound statements to confor...
2009-10-19 Benjamin KramerCIndex: make variable non-static to avoid potential...
2009-10-19 Daniel DunbarWorkaround a bug exposed by the FileCheckify of message...
2009-10-19 Edward O'CallaghanAuroraUX toolchain should call GNU assembler not the...
2009-10-19 Chris Lattnerconvert this to FileCheck, PR5232
2009-10-19 Daniel DunbarAvoid std::string concatenation.
2009-10-19 Daniel DunbarUpdate NamedDecl::getName() to work for empty names.
2009-10-19 Daniel DunbarTwinify CodeGenFunction::CreateTempAlloca
2009-10-19 Daniel DunbarAdd ObjCImplementationDecl::getName() for consistency...
2009-10-19 Daniel DunbarAdd FIXME calling for rename of NamedDecl::getNameAsString.
2009-10-19 Daniel DunbarSuppress build warning.
2009-10-18 Anders CarlssonWhen binding a reference to a temporary, it's important...
2009-10-18 Anders CarlssonFix tyop noticed by Sean Hunt.
2009-10-18 Anders CarlssonWhen building a cast argument, make sure to bind the...
2009-10-18 Daniel DunbarPR5218: Replace IdentifierInfo::getName with StringRef...
2009-10-18 Anders CarlssonConvert temporaries.cpp to using FileCheck.
2009-10-18 Nate BegemanAdd test for OpenCL vector initializer codegen
2009-10-18 Anders CarlssonRename temp-1.cpp to temporaries.cpp.
2009-10-18 Daniel DunbarTwinify CGObjCMac, this simplifies the code and should...
2009-10-18 Anders CarlssonUse CK_BitCast for member function pointer casts. Fixes...
2009-10-18 Daniel DunbarMove misc clients to IdentifierInfo StringRef API.
2009-10-18 Daniel DunbarMove clients to use IdentifierInfo::getNameStart()...
2009-10-18 Daniel DunbarAdd ObjCCategoryImplDecl::getName() -> StringRef, and...
2009-10-18 Nate BegemanSupport IRgen of OpenCL vector initializers, ensuring...
2009-10-18 Benjamin KramerTry to unbreak MSVC build.
2009-10-18 Anders CarlssonIt's OK for a pure virtual function to override another...
2009-10-18 Benjamin KramerAdd FloatingCast to getCastKindName's list.
2009-10-18 Benjamin Kramernon-POD members => make it a class (also silences MSVC...
2009-10-18 Anders CarlssonAdd some more cast kinds.
2009-10-18 Benjamin KramerCIndex: fix typo.
2009-10-18 Benjamin KramerMissed a paren.
2009-10-18 Benjamin KramerCIndex: add a (untested) WIN32 codepath to get ClangPath.
2009-10-18 Benjamin KramerCIndex: compute ClangPath lazily.
2009-10-18 Nuno Lopesadd support for codegening CXXZeroInitValueExprs
2009-10-18 Sebastian RedlIgnore all the test output directories that lit generates.
2009-10-18 Edward O'CallaghanThe AuroraUX toolchain has conflicting wchar_t between...
2009-10-18 Benjamin KramerUse sys::Path::eraseFromDisk instead of unlink as sugge...
2009-10-18 Benjamin KramerCIndex: replace fork/exec with our portable ExecuteAndW...
2009-10-18 Benjamin KramerCIndex: avoid a dangling pointer issue.
2009-10-18 John McCallWhen performing template-substitution into a type,...
2009-10-18 Zhongxing Xuuse DenseSet instead of SmallSet.
2009-10-18 Daniel DunbarAdd NameDecl::getName() -> StringRef.
2009-10-18 Daniel DunbarAdd another two ExtVectorComponent FIXMEs.
2009-10-18 Daniel DunbarSwitch ExtVectorElementExpr::getEncodedElementAccess...
2009-10-18 Daniel DunbarSimplify HandleModeAttr.
2009-10-18 Daniel DunbarSimplify HandleFormatAttr.
2009-10-18 Daniel DunbarAdd FIXME... maybe Nate will get bored? :)
2009-10-18 Daniel DunbarGrammaro.
2009-10-18 John McCallClone the full Type hierarchy into the TypeLoc hierarch...
2009-10-17 Daniel DunbarAttempt to unbreak the MSVC build.
2009-10-17 Daniel DunbarSimplify ExtVectorElementExpr::containsDuplicateElements().
2009-10-17 Daniel DunbarAdd FIXME.
2009-10-17 Daniel DunbarAvoid std::string concatenation.
2009-10-17 Daniel DunbarStringRefize some parts of Diagnostic API.
2009-10-17 Daniel DunbarRemove unused BernsteinHash functions.
2009-10-17 Daniel DunbarSwitch to llvm::HashString.
2009-10-17 Nuno Lopesadd gentoo x86 2009.1 (gcc 4.3.4) include paths
2009-10-17 Douglas GregorFix a crash with qualified member access into a non...
2009-10-17 Daniel DunbarDescribe/link some of the universal driver related...
2009-10-17 Daniel DunbarAdd a "Universal Driver" open project, and web page.
2009-10-17 Douglas GregorWhen type-checking a C++ "new" expression, don't type...
next