]> granicus.if.org Git - clang/shortlog
clang
2010-01-28 Devang PatelEmit vtable info.
2010-01-28 John McCallAccess control for surrogate function calls. Required...
2010-01-28 Douglas GregorIntroduce serialization and deserialization of diagnost...
2010-01-28 Ted KremenekAdd position of conversion specifier character to ...
2010-01-28 Ted KremenekRename namespace clang::printf to clang::analyze_printf...
2010-01-28 John McCallAccess control for overloaded call operators. Not...
2010-01-28 John McCallAccess checking for overloaded operators.
2010-01-28 Fariborz JahanianFixes a rewrite bug rewriting nested ivars reference.
2010-01-28 Ted KremenekAdd placeholder function in Sema for new format string...
2010-01-28 Ted KremenekFix 80 col violation.
2010-01-28 Ted KremenekAllow HandleFormatSpecifier() to indicate that no more...
2010-01-28 Douglas GregorSwitch the remaining diagnostic printing in CIndex...
2010-01-28 Ted KremenekAdd '@' conversion specifier.
2010-01-28 Devang PatelWhile emitting debugging infor for a C++ class, identif...
2010-01-28 Devang PatelInclude "this" pointer argument while emitting debug...
2010-01-28 Douglas GregorImplement a diagnostics callback for the C interface...
2010-01-28 Ted KremenekRemove invalid conversion specifiers from format string...
2010-01-28 Ted KremenekAdd a few more conversion specifiers to ParseFormatSpec...
2010-01-27 Ted KremenekAdd skeleton for a more structured way to analyzing...
2010-01-27 Jeffrey YasskinRemove ModuleProviders from clang after r94686 removed...
2010-01-27 Daniel DunbarARM/APCS: Fix alignment of long double.
2010-01-27 Ted KremenekMove more naming conventions logic out of the retain...
2010-01-27 Ken DyckChange the return type of ASTContext::getDeclAlignInByt...
2010-01-27 Benjamin KramerUse raw_ostreams in Preprocessor::ExpandBuiltinMacro...
2010-01-27 Ted KremenekAdd missing call to Optional<...>.getValue() that was...
2010-01-27 Ken DyckUse getTypeAlignInChars() for alignment in VisitSizeOfA...
2010-01-27 David ChisnallUnique ObjC strings (GNU Runtime); fix for PR6142....
2010-01-27 Chandler CarruthSilence a GCC warning about uninitialized variables...
2010-01-27 Chris Lattnerfix a bug in the _MM_TRANSPOSE4_PS definition, patch...
2010-01-27 Chandler CarruthFix libCIndex.so's lookup of the clang executable on...
2010-01-27 Ted KremenekRemove unnecessary ASTContext* argument from isRefType().
2010-01-27 Ted KremenekUpdate CMake build.
2010-01-27 Ted KremenekStart pulling out pieces of the monolithic retain/relea...
2010-01-27 Daniel DunbarSet -ccc-host-triple in these tests.
2010-01-27 Douglas GregorFix a major oversight in the comparison of standard...
2010-01-27 John McCallImplement access-check delays for out-of-line member...
2010-01-27 Anders CarlssonAdd support for 3dnow and 3dnowa, and define the target...
2010-01-27 Anders CarlssonIt's not Explicit anymore.
2010-01-27 Anders CarlssonStructs and classes with non-trivial destructors or...
2010-01-27 Anders CarlssonUpdate the xcode project for real and don't check in...
2010-01-27 Anders CarlssonUpdate xcode project.
2010-01-27 Anders CarlssonXFAIL this for now.
2010-01-27 Anders CarlssonFix test/CodeGenCXX/default-destructor-synthesis.cpp...
2010-01-27 Anders CarlssonFix attr.cpp by not checking the generated assembler...
2010-01-27 John McCallImplement access control for overloaded functions....
2010-01-27 Owen AndersonClarify the documentation of ext_vector, and add a...
2010-01-27 Daniel DunbarSupport -marm by treating it as an alias for -mno-thumb.
2010-01-27 Daniel DunbarDriver/Darwin: Eliminate invalid uses of DarwinVersion...
2010-01-27 Daniel DunbarDriver/Darwin: Simplify target version checks.
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.
next