]> granicus.if.org Git - clang/shortlog
clang
2010-11-05 Douglas GregorCheck for an invalid field earlier in a constructor...
2010-11-05 Argyrios KyrtzidisDon't write an empty DIAG_USER_MAPPINGS record.
2010-11-05 Argyrios KyrtzidisRead/write from/to PCH the diagnostic mappings that...
2010-11-05 Argyrios KyrtzidisInitialize the array with the "C++ way".
2010-11-05 Douglas GregorTeach clang_getCursorReferenced() that a
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-05 Fariborz JahanianProper rewriting of block envokation with
2010-11-05 Daniel Dunbarlibclang: Enable requesting a larger stack for several...
2010-11-05 Anders CarlssonExpressions of type std::nullptr_t can be used as senti...
2010-11-05 Daniel Dunbarlibclang: Add some support for running certain entry...
2010-11-05 Daniel DunbarFix 80-col violas.
2010-11-05 Anders CarlssonImplement [over.ics.rank]p4: A conversion that does...
2010-11-04 Benjamin KramerAdjust return type of thread_runner.
2010-11-04 John McCallUse the real keyword location when rebuilding an elabor...
2010-11-04 Anders CarlssonPass a -I flag when compiling nullptr.cpp so the typein...
2010-11-04 Argyrios KyrtzidisDon't be so eager to replace UsingDecls in a DeclContex...
2010-11-04 Anders Carlssonstd::nullptr_t is a fundamental type for RTTI purposes.
2010-11-04 Anders CarlssonMangle std::nullptr_t as specified by the Itanium C...
2010-11-04 Argyrios KyrtzidisDon't instantiate members not belonging in the semantic...
2010-11-04 Anders CarlssonIt's OK to use nullptr in relational operators if the...
2010-11-04 Daniel Dunbarc-index-test: Switch to using clang_executeOnThread...
2010-11-04 Daniel Dunbarlibclang: Add clang_executeOnThread, for use in c-index...
2010-11-04 Douglas Gregoradd a comment to my last commit
2010-11-04 Douglas GregorWhen canonicalizing nested-name-specifiers involving...
2010-11-03 Fariborz JahanianFixes a rewriting bug when type in a block argument...
2010-11-03 Fariborz JahanianPatch to rewrite objc qualified types which occur in
2010-11-03 Argyrios KyrtzidisImplement -working-directory.
2010-11-03 Argyrios KyrtzidisFix an assertion.
2010-11-03 Nick LewyckyMake this error less specific but also less likely...
2010-11-03 Douglas GregorWhen producing overload candidates for binary built...
2010-11-03 David ChisnallSome fixes for synthesized ivar metadata (GNU runtime).
2010-11-03 David ChisnallAdded cursor visitor that takes a block as an argument...
2010-11-03 Zhongxing Xufix test case.
2010-11-03 Zhongxing XuDo not add elidable CXXConstructExpr as block-level...
2010-11-03 Marcin SwiderskiAdded generating destructors for temporary objects...
2010-11-03 Rafael EspindolaRevert while I debug test failures :-(
2010-11-03 Rafael EspindolaSwitch clang to run ld directly on linux. I tested...
2010-11-03 Anders CarlssonWhen setting a tied check if it's already tied. If...
2010-11-03 Anders CarlssonA number in an input constraint can't point to a read...
2010-11-03 Sean HuntProvide an error when a non-identifier name (such as...
2010-11-03 Douglas GregorImprove source-location information for CXXConstructExp...
2010-11-02 Ted KremenekDon't add Decls with an invalid location to DeclsInCont...
2010-11-02 Ted KremenekHack to workaround deficiency in ObjC ASTs. Functions...
2010-11-02 John ThompsonTests for inline asm constraints, generic and x86.
2010-11-02 Daniel DunbarAdd link to LLVM releases page.
2010-11-02 Fariborz JahanianFixes an assertion violation when bind to temporary
2010-11-02 John McCallEnsure that static local variables in function template...
2010-11-02 Douglas GregorTeach code completion to provide property results when...
2010-11-02 Daniel DunbarDriver: Silently ignore -fasm-blocks for now instead...
2010-11-02 Rafael EspindolaAdd support for Fedora 14. Patch by Daniel Kozlowski.
2010-11-02 John McCallUnbreak private_extern, which apparently we had zero...
2010-11-02 Fariborz JahanianFix a crash mangling decayed val argument-typed function.
2010-11-02 Argyrios KyrtzidisProperly handle temporaries that are created in a AsmStmt.
2010-11-02 John McCallIgnore attributes on classes when calculating visibilit...
2010-11-02 Fariborz JahanianDiagnose a coherant message when @interface
2010-11-02 Douglas GregorTeach SourceManager::getPresumedLoc() how to fail grace...
2010-11-02 Douglas GregorWhen performing template argument deduction against...
2010-11-01 Douglas GregorMake my test case test what it meant to
2010-11-01 Ted KremenekEncapsulate within CXCursor the notion of whether a...
2010-11-01 Douglas GregorTeach the CStringChecker and PthreadLockChecker about...
2010-11-01 Douglas GregorEliminate an unused local variable
2010-11-01 Argyrios KyrtzidisClean up temporaries created by an asm statement. Fixes...
2010-11-01 Douglas GregorHarden Sema::MaybeBindTotemporary.
2010-11-01 Fariborz JahanianRestore patch for PR8453 which was undone in r117829
2010-11-01 Douglas GregorDo not compare invalid source locations
2010-11-01 Argyrios KyrtzidisEmit error when using a bound member function for somet...
2010-11-01 Douglas GregorRequire that the types of the parameters of a block...
2010-11-01 Devang PatelSimplify. Builtin types' context is always implied.
2010-11-01 Anders CarlssonDon't update empty field subobjects for bitfields....
2010-11-01 Douglas GregorPlug a leak in the preprocessing record's handling...
2010-11-01 Douglas GregorDisable some timing code
2010-11-01 Zhongxing XuExplicitly handle CXXBindTemporaryExpr, CXXFunctionalCa...
2010-11-01 Zhongxing XuNow initializer of C++ record type is visited as block...
2010-11-01 Zhongxing XuMake all CXXConstructExpr's block-level expressions...
2010-11-01 John McCallOnly apply -fvisibility-inlines-hidden to definitions...
2010-11-01 Anders CarlssonGet rid of more calls to getBaseClassOffsetInBits.
2010-10-31 Anders CarlssonPort over a couple of getVBaseClassOffsetInBits call...
2010-10-31 Anders CarlssonRename getBaseClassOffset to getBaseClassOffsetInBits...
2010-10-31 Anders CarlssonStart converting over the RecordLayoutBuilder next.
2010-10-31 Anders CarlssonEmptyObjectMap now uses CharUnits wherever possible.
2010-10-31 Anders CarlssonMore CharUnits conversion.
2010-10-31 Anders CarlssonMore CharUnits conversion.
2010-10-31 Anders CarlssonUse CharUnits in the EmptyClassOffsets map.
2010-10-31 Anders CarlssonAdd a DenseMapInfo specializaiton for CharUnits.
2010-10-31 Nick LewyckyCorrect typos and whitespace, spotted by Nico Weber!
2010-10-31 Nick LewyckyFix typo spotted by Nico Weber.
2010-10-31 Anders CarlssonBaby steps towards using only CharUnits for base class...
2010-10-31 Anders CarlssonTeach the constant expr evaluator about derived-to...
2010-10-31 Zhanyong WanMake Clang static analyzer skip function template defin...
2010-10-31 Anders CarlssonDon't try to evaluate the LHS or RHS of a member pointe...
2010-10-30 Argyrios KyrtzidisEmit an error when trying to form a pointer-to-member...
2010-10-30 Argyrios Kyrtzidisrenamed: test/SemaCXX/ptrtomember-badcall.cpp -...
2010-10-30 Daniel DunbarRevert r117678, "Qualified 'id' should implement all...
2010-10-30 Benjamin KramerTurns out that we may end up calling dladdr on GetExecu...
2010-10-30 Benjamin KramerThis function doesn't need external linkage either.
2010-10-30 John McCallBetter solution: calculate the visibility of functions...
2010-10-30 John McCallGCC faithfully calculates visibility for variables...
2010-10-30 Benjamin KramerUse the expanded form of S_ISREG. Hopefully this unbrea...
2010-10-30 Nick LewyckyPreserve the template type parameter name when instanti...
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
next