]> granicus.if.org Git - clang/shortlog
clang
2009-07-03 Ted KremenekBasicStoreManager: Use SymbolManager::canSymbolicate...
2009-07-03 Ted KremenekFix a horrible CFG bug reported in <rdar://problem...
2009-07-02 Daniel DunbarRevert prev commit, we have much bigger problems becaus...
2009-07-02 Daniel DunbarAvoid @staticmethod to allow use with Python 2.3.
2009-07-02 Ted KremenekReplace guarded calls in RegionStoreManager to
2009-07-02 Ted KremenekEnhance RegionStore to lazily symbolicate fields and...
2009-07-02 Ted KremenekFix RUN line so this test doesn't hang.
2009-07-02 Fariborz JahanianPatch to allocate list of bases in CXXRecordDecl
2009-07-02 Ted KremenekStoreManagers: Use 'hasGlobalsStorage()' and 'hasParame...
2009-07-02 Ted KremenekAdd a separate MemSpaceRegion for function/method argum...
2009-07-02 Ted KremenekRemove commented methods. Add MemRegion::printStdErr().
2009-07-02 Douglas GregorAdd support for retrieving the Doxygen comment associat...
2009-07-01 Douglas GregorLook through vector types when determining the base...
2009-07-01 Fariborz JahanianUse Destroy for member initializer list clean up.
2009-07-01 Ted KremenekMinor code cleanup: pull variables into scope of 'if...
2009-07-01 Douglas GregorFix PR 4489, a PCH crash during de-serialization.
2009-07-01 Ted KremenekTemporarily disable RegionStore for stack-addr-ps.c...
2009-07-01 Ted KremenekAdd a FIXME to RegionStore, do some minor code cleanup...
2009-07-01 Owen AndersonUpdate for changes in LLVM. Hopefully this is the...
2009-07-01 Douglas GregorKeep track of more information within the template...
2009-07-01 Owen AndersonHold the LLVMContext by reference instead of by pointer.
2009-07-01 Fariborz JahanianUpdated CXXConstructorDecl AST node for ctor-initilaize...
2009-07-01 Daniel DunbarFix thinko in r74506, test condition for floats was...
2009-07-01 Daniel DunbarDriver: Mark some Compilation members const.
2009-07-01 Daniel DunbarDriver: Move Compilation::Execute to Driver::ExecuteCom...
2009-07-01 Fariborz JahanianPatch to implement template types in ctor-initializer...
2009-07-01 Daniel DunbarDriver: Improve diagnostics for failed commands.
2009-07-01 Daniel DunbarDriver: Add Source argument for Commands to hold the...
2009-07-01 Sebastian RedlAdd header search path for Gentoo stable, x86_64 version.
2009-07-01 Owen AndersonUpdate for LLVMContext+Module change.
2009-07-01 Douglas GregorTwo fixes to make Clang build on Visual C++ (again...
2009-07-01 Steve NaroffRework Sema::CheckConditionalOperands(). No functionali...
2009-07-01 Nate BegemanImplement Eli's feedback for vecto constant expressions;
2009-07-01 Chris Lattneruse new and simplified LLVM APIs. Patch by Jay Foad!
2009-07-01 Eli FriedmanFix for PR4192: fix the definition of int64_t on x86_64...
2009-07-01 Zhongxing Xuadd fixme.
2009-07-01 Douglas GregorCope with explicitly-specified function template argume...
2009-06-30 Douglas GregorWhen explicit template arguments are provided for a...
2009-06-30 Fariborz JahanianPatch to support optional nested-name-specifier in...
2009-06-30 Douglas GregorPreliminary parsing and ASTs for template-ids that...
2009-06-30 Ted KremenekUpdate old CastRegion logic to not assume that ElementR...
2009-06-30 Ted KremenekFix: <rdar://problem/7021553> clang -fsyntax-only crash...
2009-06-30 Fariborz JahanianDiagnose multiple initialization of anonymous union
2009-06-30 Ted KremenekCombine two conditional branches into one. No function...
2009-06-30 Fariborz JahanianMore diagnostics related to initialization of direct...
2009-06-30 Douglas GregorWhen recursively instantiating function templates,...
2009-06-30 Torok EdwinReapply r74532, and inherit from OSTargetInfo instead...
2009-06-30 Torok EdwinRevert 74532 till I figure out why it breaks a bunch...
2009-06-30 Douglas GregorUpdate C++ section data and directory structure to...
2009-06-30 Fariborz JahanianCompute ending of iterator in for-loop once.
2009-06-30 Torok EdwinUse templates instead of creating a new class for each...
2009-06-30 Douglas GregorRefactor ActOnDeclarationNameExpr into a "parsing actio...
2009-06-30 Zhongxing XuInstead of r74522, use another approach to fix xfail_re...
2009-06-30 Zhongxing XuWhen retrieving element region, if its super region...
2009-06-30 Zhongxing XuBlock level expr should be visited. Otherwise variables...
2009-06-30 Zhongxing Xuadd utility method.
2009-06-30 Zhongxing Xuadd utility methods.
2009-06-30 Zhongxing Xuremove dead code.
2009-06-30 Zhongxing XuWe do not require the super region of element region...
2009-06-30 Chris LattnerImplement PR4175, catching some questionable comparison...
2009-06-30 Argyrios KyrtzidisDe-ASTContext-ify DeclContext.
2009-06-30 Argyrios KyrtzidisIntroduce DeclContext::getParentASTContext().
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the getBody()...
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the printing relat...
2009-06-30 Argyrios KyrtzidisDecl::getTranslationUnitDecl() should return itself...
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the attribute...
2009-06-30 Chris LattnerKey decisions about 'bool' vs '_Bool' to be based on...
2009-06-30 Fariborz JahanianTake care of Chris's comments.
2009-06-30 Anders CarlssonMake an error message more clear.
2009-06-30 Fariborz JahanianA more detailed diagnosis of ill-formed ctor-initializer
2009-06-29 Daniel DunbarUse true/false instead of 1/0.
2009-06-29 Anders CarlssonImprovements to decltype. We now don't crash anymore...
2009-06-29 Daniel DunbarDon't define __KPRINTF_ATTRIBUTE__ unconditionally...
2009-06-29 Douglas GregorImprove code generation for function template specializ...
2009-06-29 Fariborz JahanianDiagnose multiple initialzation of data-member/base
2009-06-29 Anders CarlssonRemove some dead code
2009-06-29 Douglas GregorKeep track of function template specializations, to...
2009-06-29 Daniel DunbarOpenBSD support.
2009-06-29 Argyrios Kyrtzidis-Keep a reference to the ASTContext inside the Translat...
2009-06-29 Argyrios KyrtzidisRemove redundant leftover code.
2009-06-29 Chris LattnerFix the FloatingLiteral API to take the isexact flag...
2009-06-29 Douglas GregorMove FunctionDecl::TemplateSpecializationInfo out into...
2009-06-29 Steve NaroffRemove ASTContext::getObjCQualifiedIdType().
2009-06-29 Zhongxing XuInvalidate the alloca region by setting its default...
2009-06-29 Zhongxing XuThe default answer for isBoundable() should be false.
2009-06-28 Bill WendlingMake the StackProtector bitfield use enums instead...
2009-06-28 Anders CarlssonMove the check for vprintf* functions inside of SemaChe...
2009-06-28 Chris Lattnermake these tests pass with the stack canary stuff even...
2009-06-28 Nate BegemanFix incorrect AST's being produced, noticed by Eli.
2009-06-28 Zhongxing XuNow this test case passes.
2009-06-28 Zhongxing XuAdjust retrieve handler priority. If a field is of...
2009-06-28 Zhongxing XuInvalidate a field of struct type by setting its defaul...
2009-06-28 Zhongxing XuDo not crash on binding concrete integer location.
2009-06-28 Zhongxing XuSimplify some code. As in region store, we always expec...
2009-06-28 Bill WendlingAdd stack protector support to clang. This generates...
2009-06-28 Nate BegemanOpenCL 1.0 support:
2009-06-27 Nate BegemanImplement feedback from Eli re: the purpose of lax...
2009-06-27 Douglas GregorImprove support for overloaded operator templates.
2009-06-27 Eli FriedmanFix the parser error hanlding for __builtin_offsetof...
2009-06-27 Douglas GregorAdd a Last Updated field to the C++ status page
next