]> granicus.if.org Git - clang/shortlog
clang
2010-10-22 Benjamin KramerMore class anonymization.
2010-10-22 Benjamin KramerMove classes into anonymous namespaces.
2010-10-22 Douglas GregorWhen performing name lookup for a namespace definition...
2010-10-21 Douglas GregorTeach the C++ simple-type-specifier parser and tentativ...
2010-10-21 Douglas GregorUpdate clang_getCursor() test to check searches on...
2010-10-21 Dan GohmanRename clang's TBAA tree root from "experimental" to...
2010-10-21 Ted KremenekTweak diagnostics for redeclaration of a @property...
2010-10-21 Ted KremenekTidy up comment (remove extraneous text).
2010-10-21 Dan GohmanAdd some more comments.
2010-10-21 Douglas GregorImplement the integral promotion rules for the C++0x...
2010-10-21 Douglas GregorDiagnose the declaration of template template parameter...
2010-10-21 Douglas GregorAlways treat 'main' as an extern "C" function, so that...
2010-10-21 Douglas GregorWhen checking whether a return statement returns a...
2010-10-21 Francois PichetRevert r117005, WIN32 is not predefined after all.
2010-10-21 Ted KremenekTweak the ObjCAtSyncChecker to assume that a mutex...
2010-10-21 Francois PichetMSVC defines WIN32 as a predefined macro.
2010-10-21 Michael J.... Targets: Fix MinGW and VisualStudio predefined macros.
2010-10-21 Douglas GregorImprove the implementation of libclang's token-annotati...
2010-10-21 Michael J.... Add test for Windows predefined macros.
2010-10-21 Michael J.... Reorganize predefined macros for all Windows targets.
2010-10-21 Ted KremenekPreviously, the printf warnings would say your argument...
2010-10-21 Ted KremenekRemove unused variable.
2010-10-21 Andrew Trickputback r116782, it's a safe fix and should not break...
2010-10-21 Michael J.... Fix Whitespace.
2010-10-21 Michael J.... Revert "Cleanup and fix predefined macros for windows."
2010-10-21 Michael J.... Cleanup and fix predefined macros for windows.
2010-10-21 Craig SilversteinPass TInfo to CXXDestructorDecl::Create(), just like...
2010-10-20 Andrew Trickrevert r116782 & r116793 to fix msvc9 buildbots
2010-10-20 Argyrios KyrtzidisWhen implicit members are added to a C++ record, notify...
2010-10-20 Argyrios KyrtzidisModify the assumptions of an assert; the updated latest...
2010-10-20 Ted KremenekRemove obsolete GRAuditor and GRSimpleAPICheck, which...
2010-10-20 Ted KremenekConvert GRSimpleAPIChecks in BasicObjCFoundationChecks...
2010-10-20 Douglas GregorExtend the preprocessing record and libclang with suppo...
2010-10-20 Ted KremenekCall clang_disposeTokens() when we are done with the...
2010-10-20 Craig SilversteinGet FunctionDecl to recurse on FunctionTypeLoc rather...
2010-10-20 Argyrios KyrtzidisFix chained PCH issue; make sure all visible decls...
2010-10-20 Argyrios KyrtzidisMinor optimization; Try to iterator over redeclarations...
2010-10-20 Fariborz JahanianFixes a potential crash in rewriter when sending message
2010-10-20 Chandler CarruthTry again to pacify the build bots. =/ I'm getting...
2010-10-20 Duncan SandsGCC 4.4 warns that Receiver may be used uninitialized...
2010-10-20 John McCallAccess control polish: drop the note on the original...
2010-10-20 Chandler CarruthRemove a modern bash-ism and use simpler shell redirect...
2010-10-20 Chandler CarruthAdd support for the '--sysroot' flag, and an accompanyi...
2010-10-20 John McCallWhen matching template parameter lists to template...
2010-10-20 Douglas GregorFix handling of property and ivar lookup in typo correc...
2010-10-20 Anders CarlssonAdd a __has_attribute macro that works much like __has_...
2010-10-20 Douglas GregorDisable this test while I track down the platform-speci...
2010-10-20 Douglas GregorIntroduce a simple cache for unqualified typo correctio...
2010-10-20 Douglas GregorBah, incompetence
2010-10-20 Douglas GregorEliminate another ordering dependency in typo correctio...
2010-10-20 Craig SilversteinHad the wrong type for ArgType. :-( Fixed.
2010-10-20 Craig SilversteinThe type-to-delete may not be a pointer if it's a depen...
2010-10-20 Bill WendlingLinux still needs these hacks.
2010-10-20 Argyrios KyrtzidisFix issue with chained PCH where forward references...
2010-10-19 Fariborz JahanianDo not rewrite new accessor if user has defined accessors.
2010-10-19 Ted KremenekSilence uninitialized value warning.
2010-10-19 Ted KremenekReally^2 fix <rdar://problem/8361834>, this time withou...
2010-10-19 Douglas GregorProvide an upper bound to the edit-distance algorithm...
2010-10-19 Andrew TrickPutting back safe fixes 116836,116837,116838
2010-10-19 Ted KremenekRevert most of r116862. It isn't quite the right fix...
2010-10-19 Ted KremenekReally fix: <rdar://problem/8361834> MacroInfo::AddToke...
2010-10-19 Ted KremenekSimplify loop. No functionality change.
2010-10-19 Andrew TrickReverting 116836,116837,116838 until we resolve the...
2010-10-19 Bill WendlingNow that mm_malloc.h was rewritten to *not* include...
2010-10-19 Douglas GregorImprove the performance of typo correction, by using...
2010-10-19 Fariborz JahanianFixes a bug in ivar lookup in the new objc's default
2010-10-19 John McCallTag references shouldn't ever get template parameter...
2010-10-19 Ted KremenekSimplify lifetime management of MacroInfo objects in...
2010-10-19 Argyrios KyrtzidisFix up the comments for creating ParmVarDeclAbbrev...
2010-10-19 Argyrios KyrtzidisMinor optimization; if we have a CXXRecordDecl we can...
2010-10-19 Argyrios KyrtzidisMerge headers into test/PCH/chain-cxx.cpp for convenience.
2010-10-19 Douglas GregorFix CMake installation of arm_neon.h
2010-10-19 Ted KremenekIn ~Preprocessor(), also cleanup the MacroInfo objects...
2010-10-19 Ted KremenekFix typo in comment.
2010-10-19 Fariborz JahanianThis patch implements Next's IRGen for -fconstant-strin...
2010-10-19 Douglas GregorWhen marking declarations referenced within an expressi...
2010-10-19 Chandler CarruthUse CLANG_RESOURCE_DIR define if one is provided, other...
2010-10-19 Michael J.... test: FileCheck'ize and document test.
2010-10-19 Michael J.... Fix Whitespace.
2010-10-19 John McCallMSVC space optimization.
2010-10-19 John McCallPetty space optimizations in ElaboratedType and Depende...
2010-10-19 John McCallWhen instantiating a dependently-scoped friend function...
2010-10-19 NAKAMURA Takumilib/Headers/stddef.h: wint_t should be defined whenever...
2010-10-19 NAKAMURA Takumitest/Coverage/html-diagnostics.c: Use find(1) to glob...
2010-10-19 John McCallInstantiate enclosing template parameter lists when...
2010-10-19 John McCallUncomputable contexts are always records but can exist.
2010-10-19 John McCallRedirect templated friend class decls to a new Sema...
2010-10-19 NAKAMURA Takumitest/Sema/return.c: Cygwin does not have _longjmp().
2010-10-19 NAKAMURA Takumitest/Coverage/html-diagnostics.c: Do not make hit ...
2010-10-19 Douglas GregorTweak code-completion result priorities, so that exact...
2010-10-18 Bill WendlingWe shouldn't keep track of MMX registers "needed" separ...
2010-10-18 Eric ChristopherFrom scratch rewrite of mm_malloc.h.
2010-10-18 Daniel Dunbartests: Force triple to avoid limited precision warning...
2010-10-18 Ted Kremenek"Fix" bogus idempotent operations warning due to loop...
2010-10-18 Daniel DunbarDriver: Reject -fasm-blocks except on X86 (where we...
2010-10-18 Daniel DunbarDriver/IA: Accept and ignore -force_cpusubtype_ALL...
2010-10-18 Daniel DunbarDriver/Darwin: Forward -ObjC when linking, which may...
2010-10-18 Douglas GregorFix the translation of the PCC_ForInit code-completion...
2010-10-18 Douglas GregorProvide code completion for types after the '^' that...
2010-10-18 John McCallFix some bugs in local class mangling brought up in...
next