]> granicus.if.org Git - clang/shortlog
clang
2010-01-27 Daniel DunbarDriver/Darwin: Fix a few link arguments when targetting...
2010-01-27 Daniel DunbarDriver/Darwin: Switch clang -triple synthesis to use...
2010-01-27 Daniel DunbarDriver/Darwin: Eliminate confusing IsIPhoneOS parameter...
2010-01-27 Daniel DunbarDriver/Darwin: Switch to using isTargetIPhoneOS where...
2010-01-27 Daniel DunbarDriver/Darwin: Disallow -m{macosx,iphoneos}-version...
2010-01-27 Daniel DunbarDriver/Darwin: Track target platform more explicitly...
2010-01-27 Ted KremenekAdd const version of ObjCMethodDecl::getCanonicalDecl().
2010-01-26 Ted KremenekTeach RegionStore to handle initialization of incomplet...
2010-01-26 Ted KremenekMove 'LocalCheckers.h' to the 'Checkers' subdirectory.
2010-01-26 Ted KremenekMove 'include/Checkers/PathSensitive/Checkers' director...
2010-01-26 Fariborz JahanianPatch to add 'volatile' to first argument of all
2010-01-26 Mike StumpRefine the non-virtual this adjustments for thunks...
2010-01-26 Sebastian RedlBring some semblance of order into Decl.h and Decl...
2010-01-26 Mike StumpRefine the non-virtual this adjustments for thunks...
2010-01-26 Fariborz JahanianAdded assert to the rewrite.
2010-01-26 Ken DyckConvert one last size variable to CharUnits (follow...
2010-01-26 Ken DyckUse CharUnits for sizes, offsets, alignments, and paddi...
2010-01-26 Douglas GregorFix typo in comment
2010-01-26 Ted KremenekImplement 'clang_getInclusions()' in CIndex. This...
2010-01-26 Douglas GregorEliminate clang_getInstantiationLocationOffset(), and...
2010-01-26 Ken DyckUse CharUnits for alignments in character units.
2010-01-26 Sebastian RedlFix two redefinitions in test cases that weren't diagno...
2010-01-26 Ken DyckUse CharUnits for alignment of UTF16 string in GetAddrO...
2010-01-26 Ken DyckUse CharUnits for alignment in EmitNullInitializationLV...
2010-01-26 Douglas GregorImplement clang_annotateTokens(), which associates...
2010-01-26 Fariborz JahanianRefix rewriting of an ivar access when it is
2010-01-26 Ted KremenekAdd 'PostVisitTU' callback hook to 'perform_test_load...
2010-01-26 Ted KremenekAllow the 'visitor' argument to 'perform_test_load...
2010-01-26 Anders CarlssonUse the right definition when emitting a global variabl...
2010-01-26 Anders CarlssonChange getUnique to return a GlobalDecl. Fixes PR6147.
2010-01-26 Ken DyckCorrect cut-and-paste error in doxygen comment for...
2010-01-26 Ken DyckAdd getTypeAlignInChars() for use in code that works...
2010-01-26 Douglas GregorIntroduce a CIndex API for lexing the raw tokens within...
2010-01-26 Ken DyckReplace inheritance of RegionRawOffset from std::pair...
2010-01-26 Ken DyckIntroduce CodeGenModule::GetTargetTypeStoreSize() to...
2010-01-26 John McCallAvoid some unnecessary copying of unresolved lookup...
2010-01-26 John McCallHandle redeclarations found by ADL deterministically...
2010-01-26 Chandler CarruthCorrectly treat 64 bit integers specified via the mode...
2010-01-26 Anders CarlssonIf a global variable has an initializer with side effec...
2010-01-26 John McCallAllow ADL to find functions imported by using decls...
2010-01-26 Chandler CarruthRemove a few more references to index-test; this was...
2010-01-26 Anders CarlssonFix another debug info crash with virtual bases.
2010-01-26 Anders CarlssonFix the test I broke, and also fix a crash when declari...
2010-01-26 Anders CarlssonFactor creating the DISubprogram for a member function...
2010-01-26 Anders CarlssonSimplify CGDebugInfo::CollectCXXMemberFunctions a littl...
2010-01-26 Anders CarlssonMake sure to always mark a global variable as not being...
2010-01-26 Daniel DunbarSimplify.
2010-01-26 Mike StumpBe sure to track the non-virtual part of the vcall...
2010-01-26 John McCallPreserve access bits through overload resolution much...
2010-01-26 Douglas GregorIntroduce clang_getInstantiationLocationOffset(), which...
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...
next