]> granicus.if.org Git - clang/shortlog
clang
2010-03-18 Benjamin KramerReplace some SmallVectors with arrays.
2010-03-18 Douglas GregorDefang
2010-03-18 Douglas GregorMore token-annotation experimentation, preprocessing...
2010-03-18 Douglas GregorDefang a test that's failing intermittently on windows
2010-03-18 Kovarththanan... Fix 80 col violation
2010-03-18 Kovarththanan... Simply tags target
2010-03-18 John McCallfrom code inspection, we were treating placement news...
2010-03-18 Kovarththanan... Make some typedefs private
2010-03-18 Kovarththanan... Rename variable to indicate what it is being used for
2010-03-18 John McCallRedeclaration lookups for parameter names should be...
2010-03-18 Ted KremenekBump clang minor version (1.5).
2010-03-18 Ted KremenekRefactor argument checking in CallAndMessageChecker...
2010-03-18 Anders CarlssonWhen dumping vtables, also dump the thunks.
2010-03-18 Ted KremenekDetect pass-by-value arguments that are structs that...
2010-03-18 Ted KremenekTweak dead stores checker to not emit a warning when...
2010-03-18 Ted KremenekSimplify code (and remove 'dyn_cast') by using ObjCProp...
2010-03-18 Ted KremenekTurn several PCH reader assertions into compiler errors...
2010-03-18 Douglas GregorExperimental stab at using relexing to identify preproc...
2010-03-17 Anders CarlssonMore work on thunks.
2010-03-17 John McCallImplement non-dependent friend functions and classes.
2010-03-17 John McCallActOnTagDefinitionError is supposed to 'unwind' ActOnTa...
2010-03-17 Douglas GregorReduce the default alignment for ASTContext and Stmt...
2010-03-17 Douglas GregorXFAIL this test on that silly Windows platform. Grrr
2010-03-17 Douglas GregorRemove this test. It is causing problems has has relati...
2010-03-17 Douglas GregorRemove warning about shadowing a built-in; built-ins...
2010-03-17 Douglas GregorEntering the main source file in the preprocessor can...
2010-03-17 Douglas GregorCheck the inode in addition to size and modification...
2010-03-17 Douglas GregorUse a simple diagnostic (file modified) when we detect...
2010-03-17 Kovarththanan... Simplify error path using OwningPtr
2010-03-17 Kovarththanan... Simplify ProcessWarningOptions since it can't fail
2010-03-17 Kovarththanan... Remove useless forward decl.
2010-03-17 Kovarththanan... Issue a proper diagnostic if we couldn't open dump...
2010-03-17 Kovarththanan... Remove useless foward decl.
2010-03-17 John McCallAdd another compatibility note and tweak a few of the...
2010-03-17 Chandler CarruthFix a typo in a tag.
2010-03-17 John McCallGrant nested classes the access privileges of their...
2010-03-17 Rafael EspindolaDocument common clang compatibility issues.
2010-03-17 Rafael EspindolaCorrectly mangle dependent TypenameType.
2010-03-17 Zhongxing XuMark CXXThisRegion in the current or parent stack frame...
2010-03-17 John McCallMake -faccess-control and -fno-access-control driver...
2010-03-17 John McCallProvide a test case for PR6629.
2010-03-17 John McCallClean up after ourselves when there's an error parsing...
2010-03-17 Douglas GregorDon't "take" the file manager and source manager when
2010-03-17 Fariborz Jahanianobjective-c patch to provide type safty when blocks...
2010-03-17 Douglas GregorEmit output of PCH consistency checking test case to...
2010-03-16 Fariborz JahanianIssue error when a byref array is accessed in a block
2010-03-16 Douglas GregorRemove unused variable
2010-03-16 Douglas GregorTeach SourceManager's content cache to keep track of...
2010-03-16 Douglas GregorAudit all Preprocessor::getSpelling() callers, improvin...
2010-03-16 Blaine Garstfix copyright & typo
2010-03-16 John McCallForgot the testcases.
2010-03-16 John McCallImplement -Wshadow. Based on a patch by Mike M.!
2010-03-16 Chris Lattnerupdate link
2010-03-16 John McCallPerform access control for the implicit calls to base...
2010-03-16 Blaine Garstat least give the Apple ABI a name that reflects Apple...
2010-03-16 Blaine Garstrev existing doc to account for recent ABI changes
2010-03-16 Douglas GregorUpdate get*LineNumber() and get*ColumnNumber() function...
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...
next