]> granicus.if.org Git - clang/shortlog
clang
2010-01-26 Daniel DunbarDriver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET.
2010-01-26 Daniel DunbarDriver/Darwin: Stuff iPhoneOS into environment portion...
2010-01-26 John McCallPass access specifiers around in overload resolution.
2010-01-26 Fariborz JahanianFix a regression caused by my rewriting of cast of...
2010-01-26 Mike StumpFixup a missing vcall entry. WIP.
2010-01-25 Devang PatelFirst cut at emitting inheritance info.
2010-01-25 Devang PatelEmit debug info for virtual functions.
2010-01-25 John McCallFixit to remove 'volatile' in file-scope 'asm volatile'.
2010-01-25 Daniel DunbarDriver: Fix fallback to gcc to -c instead of -S if...
2010-01-25 Ted KremenekPull functions that translate from CXSourceLocation...
2010-01-25 John McCallWarn on top-level 'asm volatile' (instead of misparsing...
2010-01-25 Fariborz Jahanianglobal variable that binds reference to a non-lvalue...
2010-01-25 Ted KremenekFix include guard.
2010-01-25 Fariborz JahanianFixes a rewriting bug of access ivar of a variable...
2010-01-25 Fariborz JahanianFix a code gen. bug involving compiling global references.
2010-01-25 Douglas GregorAdd test case for ? : crasher
2010-01-25 Ted KremenekMove BugReporter.h, PathDiagnostic.h, and BugType.h...
2010-01-25 Eli FriedmanCode simplification; this should have no visible effects.
2010-01-25 Douglas GregorLoosen preconditions for clang_getCursorSpelling()...
2010-01-25 Douglas GregorExpect the impossible
2010-01-25 Douglas GregorMove the type specifier location for elaborated-type...
2010-01-25 Douglas GregorVisit the condition variables of while and for loops...
2010-01-25 Benjamin KramerUpdate C++ include paths for Exherbo, by Ingmar Vanhassel.
2010-01-25 Daniel Dunbarcindex/Python: Move translation unit load functions...
2010-01-25 Daniel Dunbarcindex/Python: Support file objects as unsaved_files...
2010-01-25 Ted KremenekAdd missing header.
2010-01-25 Ted KremenekAdd missing file.
2010-01-25 Ted KremenekSplit libAnalysis into two libraries: libAnalysis and...
2010-01-25 Chris Lattnermerge another one in.
2010-01-25 Chris Lattnerconsolidate two testcases.
2010-01-25 Chris Lattnerfix rdar://7556129 a crash in blocks debug info codegen.
2010-01-25 Chris Lattnersimplify code.
2010-01-25 Daniel Dunbarcindex/Python: Add Cursor test.
2010-01-25 Daniel Dunbarcindex/Python: Implement support for unsaved/remapped...
2010-01-25 Daniel DunbarASTUnit: Don't check that input files exist when parsin...
2010-01-25 Daniel Dunbarcindex/Python: Fix/simplify Index.parse() passing comma...
2010-01-25 Daniel DunbarUpdate comment.
2010-01-25 Daniel Dunbarcindex/Python: Update comments, add module docstrings...
2010-01-25 Daniel DunbarCIndex: Don't crash when visitor passes null child...
2010-01-24 Daniel Dunbarcindex/Python: Move Cursor.is_ methods to CursorKind...
2010-01-24 Daniel Dunbarcindex/Python: Implement explicit objects for CursorKin...
2010-01-24 Daniel Dunbarcindex/Python: Fetch SourceLocation instantiation locat...
2010-01-24 Daniel Dunbarcindex/Python: Add Cursor.get_usr().
2010-01-24 Daniel Dunbarcindex/Python: Return null cursors as None instead...
2010-01-24 Daniel Dunbarcindex/Python: Convert CXString objects to regular...
2010-01-24 Daniel DunbarSimplify.
2010-01-24 Daniel Dunbarcindex/Python: Remove Cursor.file forwarding method...
2010-01-24 Chris Lattner-fno-rtti is now the default.
2010-01-24 Fariborz JahanianEnhance test to check on expected rewritten output.
2010-01-24 Anders CarlssonFix a pretty bad bug where if a constructor (or convers...
2010-01-24 Anders CarlssonImplement [dcl.fct.spec]p6.
2010-01-24 Mike StumpOk, turn back off -Wunreachable-code by default.
2010-01-24 Sebastian RedlMark PartialDiagnostic.h as a C++ header
2010-01-24 Anders CarlssonLand test case.
2010-01-24 Anders CarlssonImplement instantiation of AsmStmts (Crazy, I know)
2010-01-24 Daniel DunbarTweak clang_visitChildren comment.
2010-01-24 Daniel Dunbarcindex/Python: Add Cursor.get_children()
2010-01-24 Daniel Dunbarcindex/Python: Remove Declaration class, this has been...
2010-01-24 Daniel Dunbarcindex/Python: Eliminate Entity class, it has been...
2010-01-24 Daniel DunbarSimplify.
2010-01-24 Daniel Dunbarcindex/Python: Add TranslationUnit.cursor.
2010-01-24 Daniel Dunbarcindex/Python: Tweak Source{Location,Range}
2010-01-24 Daniel Dunbarcindex/Python: Make Cursor.is_... functions not properties.
2010-01-24 Sean HuntMangle static variables with an extra name to distingui...
2010-01-24 Daniel DunbarIndex.h: Tweak comments, delete trailing whitespace...
2010-01-24 Daniel DunbarInitial checkin of CIndex Python bindings, by Andrew...
2010-01-24 Chris Lattnerfix PR6034, a crash on invalid where the switch stack...
2010-01-24 Chris Lattneradd a prototype for __builtin_fpclassify. We don't...
2010-01-24 Chris Lattnerdisable this test, it is failing sporadically.
2010-01-24 Anders CarlssonFix a nasty bug where temporaries weren't marked as...
2010-01-24 Anders CarlssonUse new initialization code when dealing with [dcl...
2010-01-23 Anders CarlssonChange all InitializedEntity pointers over to be refere...
2010-01-23 Anders CarlssonStart passing InitializedEntity to CheckDesignatedIniti...
2010-01-23 John McCallPreserve access for enum constants during template...
2010-01-23 Anders CarlssonMore init work, adding more entity parameters.
2010-01-23 Mike StumpTemporary flip default for -Wunreachable-code so some...
2010-01-23 Anders CarlssonUse the new init code for member subobjects.
2010-01-23 Anders CarlssonSwitch some array initialization over to the new init...
2010-01-23 Mike StumpInsulate these from changes to the default for -Wunreac...
2010-01-23 Anders CarlssonBaby steps towards migrating the InitListChecker over...
2010-01-23 Anders CarlssonWhen an InitializedEntity is passed to CheckSingleIniti...
2010-01-23 Eli FriedmanAdd bzero builtin; this should help codegen quality...
2010-01-23 Anders CarlssonChange CheckSingleInitializer to take/return OwningExpr...
2010-01-23 Anders CarlssonFix typo.
2010-01-23 Benjamin KramerSimplify code with StringRef.
2010-01-23 Benjamin KramerNo need to terminate this buffer.
2010-01-23 Ted KremenekAdd doxygen comment to clang_getClangVersion().
2010-01-23 Benjamin KramerAdjust testcase for recent AsmPrinter changes, sigh.
2010-01-23 Benjamin KramerAdjust testcase for recent DWARF printer changes.
2010-01-23 John McCallProduce a special diagnostic when users call a function...
2010-01-23 Anders CarlssonFix the EntityKind order so that all entity kinds that...
2010-01-23 John McCallDuring overload resolution diagnostics, sort non-viable...
2010-01-23 Anders CarlssonSeparate EK_ArrayOrVectorElement into EK_ArrayElement...
2010-01-23 David ChisnallCreated __builtin___NSStringMakeConstantString() builti...
2010-01-23 Ted KremenekRename getClangFullVendorVersion() to getClangFullVersi...
2010-01-23 John McCallImplement elementary access control.
2010-01-23 Douglas GregorTeach the cursor visitor to recurse into the type infor...
2010-01-23 Daniel DunbarExtern darwin-clang_rt.c test to also test targetting...
2010-01-23 Daniel DunbarFix a FIXME, this test folds to a constant now.
2010-01-23 Douglas GregorExtend clang_createTranslationUnitFromSourceFile()...
next