]> granicus.if.org Git - clang/shortlog
clang
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.
2010-01-21 Fariborz JahanianAlso allow cast of block pointer type to
2010-01-20 Douglas GregorStash a CXXUnit pointer into each cursor. This allows...
2010-01-20 Devang Patel A Decl->getName() is not unique. However, the debug...
2010-01-20 Douglas GregorEliminate the MakeCXCursor routines that require their...
2010-01-20 Fariborz JahanianIn objective-c++ land, a block pointer is another objec...
2010-01-20 Douglas GregorYet more Doxygen-comment tweaking in the CIndex library.
2010-01-20 Douglas GregorImprove Doxygen documentation for the CIndex library...
2010-01-20 John McCallChange LLVM/clang #includes to use quotes, not angle...
2010-01-20 Douglas GregorKill CXEntity and CXDecl. The first has never been...
2010-01-20 John McCallFirst pass at collecting access-specifier information...
2010-01-20 Douglas GregorKill some CXDecl-related APIs that have been superceded by
2010-01-20 Douglas GregorKill CXStmt. It isn't being used anywhere, and has...
2010-01-20 Douglas GregorKill clang_loadDeclaration() and clang_loadTranslationU...
2010-01-20 Douglas GregorSwitch c-index-test from clang_loadDeclaration() and
2010-01-20 Douglas GregorSwitch the internals of clang_loadTranslationUnit(...
2010-01-20 Daniel DunbarUse sizeof() instead of hard-coding a size for WrittenB...
2010-01-20 Douglas GregorIntroduce a new, cursor-based traversal function that...
2010-01-20 Fariborz JahanianSettled rule on warning on unimplemented property in
2010-01-20 Chris Lattnerreduce redundant are's
2010-01-20 Fariborz JahanianImprove performance of warning when not implementing...
2010-01-20 Benjamin KramerMake some helper functions static.
2010-01-20 Benjamin KramerDon't store a Twine temporary, it's unsafe.
2010-01-20 Duncan SandsFix html glitch. Pointed out by clwi (PR6090).
2010-01-20 Zhongxing XuCorrect comments.
2010-01-20 Chris Lattnerallow this test to pass, even with the recent .s printe...
2010-01-20 Chandler CarruthFix a typo pointed about by gabor.
2010-01-20 Chandler CarruthMove the MacroBuilder utilitiy to its own header. Updat...
2010-01-20 Daniel DunbarFix an invalid Twine use spotty by abbeyj, it isn't...
next