]> granicus.if.org Git - clang/shortlog
clang
2010-03-16 Douglas GregorAudit all callers of SourceManager::getCharacterData...
2010-03-16 Douglas GregorAudit all callers of SourceManager::getBufferData(...
2010-03-16 Douglas GregorAudit all getBuffer() callers (for both the FullSourceL...
2010-03-16 Douglas GregorTeach the one caller of SourceManager::getMemoryBufferF...
2010-03-16 Chris Lattneraccept and ignore __gcc_tdiag__ so we don't produce...
2010-03-16 Douglas GregorMake sure we actually override ReadHeaderFileInfo when...
2010-03-16 Daniel DunbarDriver: Fix forwarding of -fno-lax-vector-conversions.
2010-03-16 Douglas GregorFix header-search problems with precompiled headers...
2010-03-16 Benjamin KramerSwitch another function to StringRef instead of char...
2010-03-16 Benjamin KramerLet SourceManager::getBufferData return StringRef inste...
2010-03-16 Zhongxing XuAdd VisitCXXContructExpr logic to the analyzer. This...
2010-03-16 John McCallAccess control for implicit calls to copy assignment...
2010-03-16 Douglas GregorDon't consume tokens past the end-of-file in an @interf...
2010-03-16 John McCallPerform access control even for the implicit destructor...
2010-03-16 John McCallPerform access control for the implicit base and member...
2010-03-16 Douglas GregorIntroduce optional "Invalid" parameters to routines...
2010-03-16 Douglas GregorUse SourceManager's Diagnostic object for all file...
2010-03-16 Douglas GregorGive SourceManager a Diagnostic object with which to...
2010-03-15 Douglas GregorAdd some <cstdio> includes to unbreak the buildbots
2010-03-15 Eric ChristopherAdd remaining sse4.1 intrinsics and builtins.
2010-03-15 Douglas GregorIntroduce a new BufferResult class to act as the return...
2010-03-15 Ted KremenekMove method FindPropertyVisibleInPrimaryClass() from...
2010-03-15 Ted KremenekChange ObjCCategoryDecl::FindPropertyDeclaration()...
2010-03-15 Ted KremenekMake 'findPropertyDecl()' a static method of ObjCProper...
2010-03-15 Ted KremenekAdd 'expected-note'
2010-03-15 Ted KremenekCorrectly determine if the @property has been previousl...
2010-03-15 Fariborz Jahanianobjective-c++ must take into account qualifiers when
2010-03-15 Ted KremenekAdd comment to CFG to 'buildCFG()' arguments indicating...
2010-03-15 Ted KremenekRename clang_constructUSR_ObjCategory to clang_construc...
2010-03-15 Kovarththanan... Remove useless forward decl.
2010-03-15 Douglas GregorDuring C++ name lookup, use DeclContext::Equals() rathe...
2010-03-15 Douglas GregorImplement C++ [temp.local]p8, which specifies that...
2010-03-15 John McCallAdd support for -Wwrite-strings. Patch by Mike M!...
2010-03-15 John McCallRemember declaration scope qualifiers in the AST. ...
2010-03-15 John McCallRemember access paths for visible conversion decls.
2010-03-14 Anton KorobeynikovFix thinko and enable clang build on mingw again (hopef...
2010-03-14 Kovarththanan... Add EmitString helper method
2010-03-14 Kovarththanan... Unbreak last commit. This should have been part of...
2010-03-14 Kovarththanan... Pass file string by reference
2010-03-14 Kovarththanan... Path related cleanup. Remove unnecessary variables.
2010-03-14 Kovarththanan... Use makeAbsolute()
2010-03-14 Kovarththanan... Move to anonymous namespace
2010-03-13 David ChisnallFixed copy-and-paste error causing categories to contai...
2010-03-13 Benjamin KramerRevert 98439. There is a bad race condition in sys...
2010-03-13 Rafael EspindolaAdd missing space.
2010-03-13 Douglas GregorGive explicit template instantiations weak ODR linkage...
2010-03-13 Rafael EspindolaFix PR6562. If a type is dependent, we don't know if...
2010-03-13 Benjamin KramerMake getTemporaryPath a static member of CIndexer and...
2010-03-13 Benjamin KramerUse raw_ostream instead of sprintf.
2010-03-13 Benjamin KramerSimplify code.
2010-03-13 Kovarththanan... Use SmallString instead of SmallVector
2010-03-13 Kovarththanan... No need to call setIdentifierInfo() after LookUpIdentif...
2010-03-13 Douglas GregorRe-revert the explicit template instantiation linkage...
2010-03-13 Douglas GregorReinstate patch to turn explicit template instantiation...
2010-03-13 Ted KremenekImplement several CIndex functions for constructing...
2010-03-12 John McCallCheck compatibility of vector types using their canonic...
2010-03-12 Jeffrey YasskinAllow users to set CPPFLAGS and CXXFLAGS on the make...
2010-03-12 Ted KremenekUse llvm::SmallVector instead of std::vector.
2010-03-12 Fariborz JahanianFix a rare corner case bug which exposed a serious...
2010-03-12 Devang PatelIf main file name is empty then use "<unknown>".
2010-03-12 John McCallPreserve the inherited-default-argument bit through...
2010-03-12 John McCallRemember whether a ParmVarDecl was spelled with a defau...
2010-03-12 Ted KremenekFix grammar
2010-03-12 Kovarththanan... Make IdentifierTable::get(StringRef) "primary" (no...
2010-03-12 Kovarththanan... Reintroduce r98340 and r98341 now without copy/paste...
2010-03-12 Kovarththanan... Back out r98340 abd r98341
2010-03-12 Kovarththanan... Add IdentifierTable::get() overload and start using it
2010-03-12 Nuno Lopesfix PR6584: __SSE3__ not defined with -mss3
2010-03-12 Kovarththanan... Switch parameter order for consistency (no functionalit...
2010-03-12 Kovarththanan... Add keywords using StringRef
2010-03-12 Kovarththanan... Cleanup using StringRef
2010-03-12 Kovarththanan... Switch over IdentifierInfoLookup to StringRef
2010-03-12 John McCallImprove the unused-value check to look into comma expre...
2010-03-12 Anders CarlssonMore this adjustment simplification.
2010-03-12 Douglas GregorRevert the linkage change for explicit template instant...
2010-03-12 Anders CarlssonRemove OldOffset.
2010-03-12 Anders CarlssonRemove debug output.
2010-03-12 Anders CarlssonBegin simplifying handling of thunks.
2010-03-12 Douglas GregorGive explicit template instantiations weak linkage...
2010-03-12 John McCallExtend the builtin syntax to allow address-space qualif...
2010-03-12 Ted KremenekSplit Sema::ActOnProperty() into two recursive function...
2010-03-12 Eric ChristopherAdd SSE4 packed integer comparisons and corresponding...
2010-03-12 John McCallAdd an extra test to this test-case.
2010-03-12 John McCallImplement basic support for friend types and functions...
2010-03-12 Ted KremenekFix 80 col violations.
2010-03-12 Ted KremenekMove 'ActOn' methods to the beginning of the file
2010-03-12 Ted KremenekUpdate CMake build.
2010-03-12 Ted KremenekSplit Sema logic for ObjC @property and @synthesize...
2010-03-11 Eric ChristopherInteger array extraction for sse4.1.
2010-03-11 Eric ChristopherAdd packed integer array insertion.
2010-03-11 Devang PatelKeep track of Record context to ensure that record...
2010-03-11 Ted KremenekFor ivars created using @synthesize, set their DeclCont...
2010-03-11 John McCallWarn about comparing an unsigned expression with 0...
2010-03-11 John McCallRemember the PR number.
2010-03-11 John McCallImplement -Wmissing-field-initializers. Patch by mikem!
2010-03-11 Daniel DunbarUse -emit-llvm-only, to avoid leaving a temp around.
2010-03-11 Fariborz JahanianAdd tentative support for accessing local variables...
2010-03-11 Chris Lattnerfix PR6433, crash on va_arg of typedef.
2010-03-11 Daniel DunbarDriver: Free Action objects.
2010-03-11 Daniel DunbarDriver: Free synthesized derived arguments.
next