]> granicus.if.org Git - clang/shortlog
clang
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...
2010-01-15 John McCallPreserve type source information in explicit cast expre...
2010-01-15 Ted KremenekgetLocationFromCursor: If a cursor is a reference and...
2010-01-15 Fariborz JahanianDo not do the block-specific rewrite when there is...
2010-01-15 Douglas GregorWhen determining whether a DeclRefExpr is value-depende...
2010-01-15 Douglas GregorWhen determining whether the type is the current instan...
2010-01-15 Ken DyckConvert the type of the LValue offset variable in APVal...
2010-01-15 John McCallDon't repeat lookup when instantiating resolved member...
2010-01-15 Ted KremenekDon't suggest the developer use 'arc4random' instead...
2010-01-15 Ted KremenekTeach BugReporter to "escape" the occurance of '%'...
2010-01-15 Ted KremenekConvert a few more uses of std::string& to llvm::StringRef.
2010-01-15 Mike StumpAdd testcase for recent checkin.
2010-01-15 Mike StumpRefine unreachable warnings. WIP.
2010-01-15 Douglas GregorWhen performing qualified name lookup into the current...
2010-01-15 Mike StumpFix Release-Asserts for the time being.
2010-01-14 Fariborz JahanianPatch to avoid duplicate declaration of byref structs
2010-01-14 Devang PatelEmit linkage name even if it matches regular name....
2010-01-14 Anton KorobeynikovForgot to commit these
2010-01-14 Chris Lattnerfix grammaro
2010-01-14 Anton Korobeynikovlong long is 64 bits on msp430
2010-01-14 John McCallPre-emptive bugfixes in the diagnostics code: allow...
2010-01-14 Ted KremenekSimplify test case. This test case also applies to...
2010-01-14 Ted KremenekAssociate test case with Bugzilla PR.
2010-01-14 John McCallDocument the extensions I made to the diagnostics-forma...
2010-01-14 Douglas GregorAfter dyn_cast'ing, it generally makes sense to check...
2010-01-14 Devang PatelAdd comment.
2010-01-14 Douglas GregorWhen qualified lookup into the current instantiation...
2010-01-14 Douglas GregorSwitch a few callers of MaybeAddResult over to AddResul...
2010-01-14 Douglas GregorSwitch code-completion's ivar lookup over to LookupVisi...
2010-01-14 Douglas GregorStart migrating code-completion results from
2010-01-14 Douglas GregorSwitch the remaining code completions over to LookupVis...
2010-01-14 David ChisnallMade ObjC method name mangling match GCC (which does...
2010-01-14 Zhongxing XuFix pr6035.
2010-01-14 Douglas GregorMove code completion for qualified name lookup (foo...
2010-01-14 John McCallImprove overload diagnostics some more by calling out...
next