]> granicus.if.org Git - clang/shortlog
clang
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...
2010-01-18 John McCallPreserve type source information in compound literal...
2010-01-18 Douglas GregorPrint fix-it hints properly around tabs, from Christian...
2010-01-18 Daniel DunbarRemove ../libexec from clang program search path, clang...
2010-01-18 Mike StumpSilence a control reaches end of function warning....
2010-01-18 Fariborz JahanianMostly renaming some methods and updating comments to
2010-01-18 Douglas GregorMake CMake's clang++ installation respect DESTDIR,...
2010-01-18 Douglas GregorImprove source-location information for builtin TypeLoc...
2010-01-18 Daniel DunbarDon't build/install clang++ in CLANG_IS_PRODUCTION...
2010-01-18 Daniel DunbarFix -Asserts warning.
2010-01-18 Daniel DunbarFix race condition in creating objdir.
2010-01-18 Douglas GregorEncoding calling conventions in the type system, from...
2010-01-18 Anders CarlssonMore VTT builder fixes. With these fixes we now correct...
2010-01-18 Zhongxing XuAdd support for computing size in elements for symbolic...
2010-01-18 Anders CarlssonMove some common code into BuildVTT.
2010-01-18 Anders CarlssonFix a bunch of VTT layout bugs, add simple tests for...
2010-01-18 Zhongxing XuAdd test case for pr6069.
2010-01-18 Anders CarlssonUpdate virt.cpp for changes to the LLVM asm printer...
2010-01-18 Zhongxing XuIf the symbol has not been tracked, do not free it...
2010-01-17 Anders CarlssonMinor VTT builder cleanup, no functionality change.
2010-01-17 Anders CarlssonGet the ctor vtable address points directly from the...
2010-01-17 Nuno LopesPR6055: fix FreeBSD c++ include path. patch by Roman...
2010-01-16 Douglas GregorIntroduce a second queue of "local" pending implicit...
2010-01-16 Sam WeinigAdd PCH support for CXXStaticCastExpr, CXXDynamicCastEx...
2010-01-16 Douglas GregorWhile determining when to parse inline member functions...
2010-01-16 Douglas GregorWhen we are instantiating a member function of a local...
2010-01-16 Fariborz JahanianFix a rewriting crash and correct rewriting of __block
2010-01-16 Douglas GregorImprove the test for unused-expression warnings slightly
2010-01-16 Douglas GregorPartial fix for PR6022, where we were complaining when...
2010-01-16 Douglas GregorGive ObjCClassRef cursors a sane representation, which...
2010-01-16 Douglas GregorImprove location information for Objective-C category...
2010-01-16 Douglas GregorUse a sane encoding for CXCursor_ObjCProtocolRef, using...
2010-01-16 Douglas GregorKeep track of the source locations for each protocol...
2010-01-16 Douglas GregorGive CXCursor_ObjCSuperClassRef a sane encoding, which...
2010-01-16 John McCallFix a use of uninitialized memory in overload diagnostics.
2010-01-16 Ted KremenekAdd mapping from ObjCPropertDecl to CXCursorKind.
2010-01-16 Ted KremenekRemove 'default' case in switch statement in clang_getC...
2010-01-16 Ted KremenekRemove TranslateKind and centralize Decl -> CXCursorKin...
2010-01-16 Tanya LattnerAdd codgen for BI__builtin_llvm_memory_barrier.
2010-01-16 Tanya LattnerThe codegen for these builtins was removed long ago...
2010-01-16 Eli FriedmanFix crash generating debug info for constructor for...
2010-01-16 Ted KremenekMigrate Decl* -> cursorkind logic into CXCursor.cpp...
2010-01-16 Eli FriedmanMake the AST explicitly represent the cast of the first...
2010-01-15 Ted KremenekRemove unused code.
2010-01-15 Ted KremenekRefactor USR logic for EnumDecls and RecordDecls so...
2010-01-15 Mike StumpGeneralize handling for unreachable code warnings to...
2010-01-15 John McCallCandidates with arity mismatches are extra-special...
2010-01-15 Mike StumpRefine location reporting for unreachable code warnings...
2010-01-15 Ted KremenekUSR generation: look at the typedef of an anonymous...
2010-01-15 Fariborz Jahaniandefine __weak to null in rewritten source for
2010-01-15 Douglas GregorMake CXCursor's data opaque.
2010-01-15 John McCallMake LookupResult::resolveKind() robust against NotFoun...
2010-01-15 Ted KremenekAdd CXCursor.[h,cpp]. These files will centralize...
2010-01-15 Eli FriedmanFix a couple bugs in copy assignment operator synthesis.
2010-01-15 Ted KremenekAdd USR generation for enums.
2010-01-15 Douglas GregorAdd -cursor-at=file:line:column command line option...
2010-01-15 John McCallPreserve type source information for C++ named casts...
2010-01-15 John McCallDon't lose type source information when rebuilding...
next