]> granicus.if.org Git - clang/shortlog
clang
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...
2010-01-20 Chandler CarruthActually remove the include that r93974 made unnecessary.
2010-01-20 Chandler CarruthFix a layering issue between Basic and FE by moving...
2010-01-20 Zhongxing XuAdd a missing case for DeclContext printer.
2010-01-20 Daniel DunbarDriver: Lift clang resource directory computation to...
2010-01-20 Daniel Dunbarclang/Darwin: Update for rename of 10.4 static runtime...
2010-01-20 Mike StumpAlso handle CXXConstructor, CXXDestructor and CXXConver...
2010-01-20 Mike StumpUse the llvm coding convention for indentation for...
2010-01-20 Fariborz JahanianPatch to implement required warnings for unimplemented
2010-01-20 John McCallMake UnresolvedSet.h standalone.
2010-01-20 Mike StumpWire up the EH context for the catch clauses to the...
2010-01-20 Mike StumpAdd an exceptional edge from the try terminated block...
2010-01-20 Douglas GregorAttempt to improve CIndex Doxygen organization, althoug...
2010-01-20 John McCallGive UnresolvedSet the ability to store access specifie...
2010-01-20 Douglas GregorRemove some #if 0'd code that's never going to get...
2010-01-20 Mike StumpImprove CheckFallThrough analysis in the presense of...
2010-01-20 Douglas GregorKill off clang_getDeclColumn, clang_getDeclExtent,...
2010-01-20 Douglas GregorIntroduce a special cursor kind for the translation...
2010-01-20 Douglas GregorCXCursor_UnexposedDecl to the first declaration kind
2010-01-19 Chris Lattneradd support for Fedora 10 x86_64, there really should...
2010-01-19 Douglas GregorKill CXCursor_ObjCSelectorRef, CXCursor_VarRef, CXCurso...
2010-01-19 Douglas GregorExtend the CIndex API with direct support for expressio...
2010-01-19 Mike StumpImplement goto inside of blocks.
2010-01-19 Eric ChristopherUpdate and move around comments.
2010-01-19 John McCallThe type of a compound literal expression is not necess...
2010-01-19 Douglas GregorKill the unused and unnecessary CXCursor_MemberRef...
2010-01-19 Douglas GregorKill CXCursor_ObjCIvarRef. Such cursors could never...
2010-01-19 Douglas GregorIntroduce the notion of an "unexposed" declaration...
2010-01-19 Mike StumpAdd CFG support for the start and end of scopes and...
2010-01-19 Fariborz JahanianRewriteing of gnu extension __typeof in objective-c...
2010-01-19 Douglas GregorRework the CXSourceLocation and CXSourceRange APIs...
2010-01-19 Daniel DunbarDon't try to build/install/clean compiler-rt stuff...
2010-01-19 Daniel DunbarInitial cut at integrating compiler-rt (on Darwin)...
2010-01-19 Ted KremenekTighten code and rework indentation of some if() branch...
2010-01-19 Ted KremenekRemove extra space in uses of 'assert()'.
2010-01-19 Ted KremenekRe-alphabetize cases in switch statement.
2010-01-19 Douglas GregorEliminate cursor kinds used to express definitions...
2010-01-19 Fariborz Jahanianobjective-c test case for __attribute__((unused)) on...
2010-01-19 Fariborz JahanianIssue diagnostics (instead of crashing in code gen...
2010-01-19 Benjamin KramerAvoid an instantiation of std::sort.
2010-01-19 Douglas GregorTeach Sema::ActOnDependentTemplateName that a dependent...
2010-01-19 Zhongxing XuAdd test case.
2010-01-19 Zhongxing XuFix a serious bug: Tmp3 is the wrong destination set...
2010-01-19 Douglas GregorAnother test case for PR6062
2010-01-19 Douglas GregorIn a mem-initializer, a nested-name-specifier followed...
2010-01-19 Douglas GregorWhen looking up enumerator names for redeclaration...
2010-01-19 Anders CarlssonUpdate Xcode project.
2010-01-19 Mike StumpAdd try/catch CFG support. Also improve throw CFG...
2010-01-19 Devang PatelEmit human readable names for operators.
2010-01-19 Devang PatelFirst cut at emitting debugging information for C+...
2010-01-19 Ted KremenekFix possible memory leak by using an OwningPtr.
2010-01-19 Douglas GregorIntroduce clang_getCursorReferenced, to get a cursor...
2010-01-19 Douglas GregorImplement clang_getCursorExtent, which provides a sourc...
2010-01-19 Devang PatelUse llvm::Function name as the linkage name, but strip...
2010-01-19 Devang PatelRefactor.
2010-01-18 Douglas GregorTeach clang_getCursorLocation() to return the locations...
2010-01-18 Devang Patelllvm::Function name is the linkage name. If it has...
2010-01-18 Ted KremenekTweak USR output for ObjC categories.
2010-01-18 John McCallMove AccessSpecifier into the new Specifiers.h; fixes...
2010-01-18 Fariborz JahanianAllow conversion of pointer to an objective-c pointer to
2010-01-18 Douglas GregorNow that a reasonable deprecation cycle has passed...
2010-01-18 Douglas GregorIntroduce clang_getCursorLocation(), which supercedes
2010-01-18 Ted KremenekRefactor USR generation for TagDecls into a common...
2010-01-18 Chris Lattnerallow the HandlerComment callback to push tokens into the
2010-01-18 Chris Lattnersimplify the code for skipping in a #if 0 block. The...
2010-01-18 Douglas GregorClean up the CIndex API slightly.
2010-01-18 Ted KremenekExplicitly not handle ObjCForwardProtocolDecl in GetCur...
2010-01-18 Ted KremenekTweak USR generation to handle anonymous bitfields.
2010-01-18 Daniel DunbarAdd missing newline.
2010-01-18 Douglas Gregorfloat, double, and long double do need extra data in the
2010-01-18 Ted KremenekReplace clang_getDeclUSR() with clang_getCursorUSR...
next