]> granicus.if.org Git - clang/shortlog
clang
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()...
2010-01-22 Fariborz Jahanianoutside a method, 'super' should resolve in a normal...
2010-01-22 Ted KremenekAdd 'clang_getClangVersion()' function to CIndex. ...
2010-01-22 Mike StumpFixup the rest of the testcases to grep the .ll file...
2010-01-22 Fariborz JahanianFixes test.
2010-01-22 Ted KremenekMove version string generation (e.g., "clang 1.1 ....
2010-01-22 Douglas GregorImprove content and structure of the Doxygen documentat...
2010-01-22 Ted Kremenek(1) Rename getClangSubversionRevision() to getClangRevi...
2010-01-22 Mike StumpConvert more testcases to checking the .ll file instead...
2010-01-22 Douglas GregorYet more CIndex API cleanup:
2010-01-22 Fariborz Jahanianui64, etc. are valid VS suffixes.
2010-01-22 Ted KremenekRename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL...
2010-01-22 Ted KremenekRename getClangSubversionPath() -> getClangRepositoryPa...
2010-01-22 Douglas GregorEliminate index-test; all of its tested functionality...
2010-01-22 Douglas GregorEliminate CIndex's dependency on the Clang Index librar...
2010-01-22 Mike StumpBe sure to select primary bases among the nearly emptie...
2010-01-22 Douglas GregorTeach CIndex's cursor visitor to restrict its traversal...
2010-01-22 Mike StumpFinish off fixing up debug information.
2010-01-22 Fariborz JahanianPatch fixes a lookup bug in c++'s anonymous union member
2010-01-22 Anders CarlssonNo need to canonicalize the type and use dyn_cast....
2010-01-22 Douglas GregorEliminate some Clang warnings
2010-01-22 Benjamin KramerSimplify code.
2010-01-22 Chandler CarruthFix an obvious goof that caused us to only see the...
2010-01-22 Mike StumpEnsure we output all non-virtual base vtables. Fixes...
2010-01-22 Zhongxing XuProcess cast according to the cast kind. Prepare for...
2010-01-22 Daniel DunbarDriver/Darwin: Update tool chain to use static clang_rt...
2010-01-22 Daniel DunbarDriver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL...
2010-01-22 Mike StumpUpdate debugging code.
2010-01-22 Daniel DunbarDriver/Darwin/ld: Factor out getDarwinArchName, for...
2010-01-22 Daniel DunbarDriver/Darwin/ld: Eliminate AddDarwinSubArch, our linke...
2010-01-22 Daniel DunbarAdd a Coding Standards section to hacking.html, and...
2010-01-22 Daniel DunbarUse raw_ostream instead of cstdio.
2010-01-22 Douglas GregorVisit if, switch statements properly
2010-01-22 Douglas GregorTeach the cursor visitor to walk all of the C and Objec...
2010-01-22 John McCallCreate function, block, and template parameters in...
2010-01-22 Chris Lattnerrevert my patch for rdar://7520940 that warns when...
2010-01-21 Mike StumpWire up the new range reporting for unreachable code.
2010-01-21 Douglas GregorTeach the cursor visitor to walk statements and express...
2010-01-21 Mike StumpImprove unreachable code warnings with respect to dead...
2010-01-21 John McCallDue to local reversions and re-patching, I accidentally...
2010-01-21 Mike StumpImprove unreachable code warnings for with respect...
2010-01-21 Douglas GregorTeach the cursor visitor to walk into typeof types...
2010-01-21 Mike StumpImprove unreachable code warnings for with respect...
2010-01-21 Mike StumpImprove unreachable code warnings for with respect...
2010-01-21 Ted KremenekAllocate the 'Protocols' array in ObjCInterfaceType and
2010-01-21 Benjamin KramerRevert r94073, it fails in Release-Asserts builds.
2010-01-21 Fariborz JahanianFixes a comment.
2010-01-21 Fariborz JahanianPatch to implement rewriting of properties.
2010-01-21 Mike StumpImprove unreachable code warnings for with respect...
2010-01-21 Douglas GregorTeach the cursor visitor to walk into a variety of...
2010-01-21 Mike StumpImprove unreachable code warnings with respect to dead...
2010-01-21 Daniel DunbarAdd a test for clang_rt support on Darwin. With appropr...
2010-01-21 Daniel DunbarTweak OptionalTests paths.
2010-01-21 Daniel DunbarUpdate to use llvm/utils/GetSourceVersion to detect...
2010-01-21 Daniel DunbarAdd utils/OptionalTests, a dumping ground for additiona...
2010-01-21 Anders CarlssonMove the VTT related code into its own file, CGVTT.cpp
2010-01-21 Douglas GregorIntroduce type references into the C API, capturing...
2010-01-21 Douglas GregorTeach code-completion to deal with calls to functions...
2010-01-21 Mike StumpSpeed up compilation by avoiding generating exceptional...
2010-01-21 Benjamin KramerMatch branch labels with the trailing colon so we don...
2010-01-21 Mike StumpMove some recent checking code into SemaChecking instead.
2010-01-21 Mike StumpAvoid instantiating std::sort to save on compiler size.
2010-01-21 Mike StumpWhen checking for unreachable code, we can trivially...
2010-01-21 Mike StumpWhen checking for unreachable blocks, we can trivially...
2010-01-21 Mike StumpAdd infrastructure to add base initializers and member...
2010-01-21 Fariborz JahanianFixes comments.
next