]> granicus.if.org Git - clang/shortlog
clang
2010-11-17 Chris Lattnermove AdvanceToTokenCharacter and getLocForEndOfToken...
2010-11-17 Chris Lattneradd a static version of PP::AdvanceToTokenCharacter.
2010-11-17 Chris Lattnerpush use of Preprocessor out farther.
2010-11-17 Chris Lattnerpush use of Preprocessor out of getOffsetOfStringByte
2010-11-17 Chris Lattneradd a static form of the efficient PP::getSpelling...
2010-11-17 Chris Lattnerrefactor the interface to StringLiteralParser::getOffse...
2010-11-17 Marcin SwiderskiAdded mapping from 'this' to it's SymbolicRegion in...
2010-11-17 Chris Lattnerfactor some code out to a helper function, no functiona...
2010-11-17 Ted KremenekCursorVisitor: Migrate handling of
2010-11-17 Douglas GregorFor an Objective-C @synthesize statement, e.g.,
2010-11-17 Ted KremenekCursorVisitor: migrate handling of CXXUuidofExpr to
2010-11-17 Ted KremenekCursorVisitor: migrate handling of UnaryTypeTraitExpr
2010-11-17 Ted KremenekCursorVisitor: refactor visitation of
2010-11-17 Ted KremenekCursorVisitor: migrate handling of
2010-11-17 Ted KremenekCursorVisitor: migrate handling of
2010-11-17 Ted KremenekCursorVisitor: migrate handling of
2010-11-17 Ted KremenekCursorVisitor: migrate handling of
2010-11-17 Ted KremenekCursorVisitor: Migrate CXXUnresolvedConstructExpr over...
2010-11-17 Ted KremenekAdd comments.
2010-11-17 Bob WilsonRe-enable test with modifications for Neon vector chang...
2010-11-17 Rafael EspindolaAdd support for distros that like x86_64-unknown-linux...
2010-11-17 Fariborz JahanianFixes synthesis of type for the object which holds...
2010-11-17 Douglas GregorFix source-range information for Objective-C properties...
2010-11-17 John McCallReset the lifetime-managed flag between emission of...
2010-11-17 Dan GohmanFront-end support for __attribute__((may_alias)). This...
2010-11-16 John McCallSupport compound complex operations as l-values in...
2010-11-16 Argyrios KyrtzidisWarn about arg1 && arg2 || arg3, as GCC 4.3+ does....
2010-11-16 Douglas GregorUse an OwningPtr for the preamble buffer in ASTUnit...
2010-11-16 Anton Yartsevturned pointers into pointers to const in function...
2010-11-16 Fariborz JahanianImplements __block API for c++ objects. There is still
2010-11-16 Bob WilsonTemporarily disable this check for Neon vector type...
2010-11-16 Ted KremenekStatic analyzer: Catch calls to malloc() with
2010-11-16 Argyrios KyrtzidisEmit a specific diagnostic when typedefing C++ bool...
2010-11-16 Benjamin KramerMSVC doesn't like the noinline attribute at the end...
2010-11-16 Nico WeberAdd gcc-4.4.4 headers on Gentoo systems. Patch by Bertj...
2010-11-16 Chandler CarruthRemove an unintended restriction on sysroots introduced...
2010-11-16 Chandler CarruthThis really seems like a boring set of fixes to our...
2010-11-16 John McCallSimplify some complex emission and implement correct...
2010-11-16 Chandler CarruthFuther reduce the includes of our builtin headers,...
2010-11-16 John McCallReverting r119341: doesn't compile, no obvious fix.
2010-11-16 Marcin SwiderskiRefactored GRExprEngine::getCXXThisRegion to use CXXMet...
2010-11-16 Chandler CarruthFix PR8625 and correctly interpret member-calls to...
2010-11-16 Chandler CarruthRe-work the handling of implicit 'this' arguments and...
2010-11-16 Ted KremenekRework USR generation from CXCursors to use CXStringBufs
2010-11-16 Ted KremenekChange CXTranslationUnit to not directly cast to an...
2010-11-16 Argyrios KyrtzidisImprove diagnostic for calling non-const method on...
2010-11-16 Zhongxing XuHandle member initializer in C++ ctor.
2010-11-16 Craig SilversteinHave CXXDeleteExpr::getDestroyedType return the actual...
2010-11-16 Marcin SwiderskiBasic support for C++ in BasicStore:
2010-11-16 John McCallNow that we have reliable cast kinds, simplify scalar...
2010-11-16 John McCallKill CK_Unknown and flesh out the documentation for...
2010-11-16 John McCallTeach complex compound assignment IR-generation that...
2010-11-16 John McCallKill off the remaining places which generate CK_Unknown...
2010-11-16 Ted KremenekAdd CXString.cpp and CXString.h
2010-11-16 Ted KremenekMove CXString creation/management routines into
2010-11-16 Ted KremenekUpdate checker build.
2010-11-16 John McCallAdd an ExternalASTSource hook to complete a type on...
2010-11-16 Bob WilsonAdd a test for Neon vector mangling
2010-11-16 Bob WilsonAdd tests for new Neon vector type attributes.
2010-11-16 Bob WilsonUpdate TypePrinter::PrintVector to handle new Neon...
2010-11-16 Bob WilsonAdd support for "neon_vector_type" and "neon_polyvector...
2010-11-16 Bob WilsonASTContext::getVectorType should preserve the vector...
2010-11-16 Bob WilsonChange CXXNameMangler::mangleNeonVectorType to require...
2010-11-16 Bob WilsonFix a comment typo.
2010-11-16 Bob WilsonUse getTypeSize() method.
2010-11-16 John McCallAdd another case to the whitelist of cast kinds that...
2010-11-15 Ted KremenekCursorVisitor: cache worklists created for data-recursi...
2010-11-15 John McCallAdd a new expression kind, OpaqueValueExpr, which is...
2010-11-15 Zhanyong WanAdds a README for the Clang static analyzer to document...
2010-11-15 Ted KremenekUse LLVM_ATTRIBUTE_NOINLINE instead of attribute((noinl...
2010-11-15 Douglas GregorTweak libclang's heuristics for building precompiled...
2010-11-15 Ted KremenekRemove invalid assertion from CFG builder. When buildi...
2010-11-15 Ted KremenekCast pointers instead of returning a new value within...
2010-11-15 Ted KremenekAnnotate CursorVisitor::VisitDataRecursive() with attri...
2010-11-15 Ted KremenekAdd method ParentMap::addStmt().
2010-11-15 Ted KremenekRelax assertion in SValuator so that we don't crash...
2010-11-15 Fariborz JahanianSome cleanup of block API code.
2010-11-15 Rafael EspindolaFixes PR8611.
2010-11-15 Fariborz JahanianRestore these tests. I think I fixed the problem.
2010-11-15 Douglas GregorImplement C++0x [temp.func.order]p3 (aka DR532) properl...
2010-11-15 Chandler CarruthSilence an unused variable warning during release build...
2010-11-15 John McCallYes, vector conversions are bitcasts.
2010-11-15 John McCallKill CK_Unknown references in the ObjC rewriter. The...
2010-11-15 Chandler CarruthFix a think-o. Fixes PR8606.
2010-11-15 John McCallAssorted work leading towards the elimination of CK_Unk...
2010-11-15 Zhongxing XuAdd driver support for Ubuntu 9.10.
2010-11-15 Zhongxing XuAdd skeleton for handling other kinds of CFGElements.
2010-11-15 Chandler CarruthClean up some names and fix the handling of default...
2010-11-15 Chandler CarruthSwitch the sysroot logic to use the Path interface...
2010-11-15 Chandler CarruthMake sysroot only apply to baked in paths which start...
2010-11-14 Ted KremenekRevert r119045. It was failing on Windows.
2010-11-14 Ted Kremenek"Fix" some unintentional fallout from converting
2010-11-14 Ted KremenekClean up initialization of LangOptions object by splitt...
2010-11-14 Zhongxing XuRevert r118991.
2010-11-14 John McCallAlways emit full loads from volatile complex l-values.
2010-11-14 John McCallAdd a few more complex-related cast kinds that arise...
2010-11-14 Chris Lattnertypo2
2010-11-14 Chris Lattnerfix typo
2010-11-14 Ted KremenekCursorVisitor: make data-recursion algorithm the defaul...
2010-11-14 Ted KremenekRemove stale #include.
next