]> granicus.if.org Git - clang/shortlog
clang
2010-09-29 Douglas GregorWhen performing template argument deduction of a functi...
2010-09-29 Devang PatelUpdate to reflect DIFactory::CreateSubprogram() interfa...
2010-09-29 Devang PatelRemove dead code.
2010-09-29 Daniel DunbarBasic: Simplify getClangRepositoryPath and getClangRevi...
2010-09-29 Devang PatelTest case for r115067.
2010-09-29 Daniel DunbarAdd support for attribute((naked)), patch by Zoxc on...
2010-09-29 Douglas GregorFix handling of dependent nested namespace specifiers...
2010-09-29 Daniel DunbarBasic: Add support for git svn to get the repo version...
2010-09-29 Daniel DunbarFrontend/XML: Add support for printing nested structure...
2010-09-29 Douglas GregorDefine _Bool, bool, true, and false macros in <stdbool...
2010-09-29 Douglas GregorMove the management of the set of conversion functions...
2010-09-29 Craig SilversteinVisit the type information for CXXUnresolvedConstructEx...
2010-09-29 Douglas GregorMove the maintenance of CXXRecordDecl::DefinitionData...
2010-09-28 Chris Lattnerenhance tentative parsing to handle ms extensions,...
2010-09-28 Douglas GregorTeach FunctionDecl::setPure() to (indirectly) mark...
2010-09-28 Ted KremenekAdd test case for <rdar://problem/8452791> (fixed in...
2010-09-28 Douglas GregorReinstate r114925 and r114929, both steps toward
2010-09-28 Fariborz Jahanianvla expressions used in __typeof__ must be evaluated.
2010-09-28 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-28 Sebastian RedlFollow-up to r114978, used wrong tag.
2010-09-28 Sebastian RedlMove ExternalSemaSource::ReadMethodPool's implementatio...
2010-09-28 Douglas GregorReinstate r114921, which I've exonerated via a self...
2010-09-28 Douglas GregorWhen we have two identifiers in a row in Objective...
2010-09-28 Argyrios KyrtzidisDon't warn with -Wbool-conversions if the user wrote...
2010-09-28 Argyrios KyrtzidisDon't warn for an unused label if it has 'unused' attri...
2010-09-28 Sebastian RedlFix a bug in loading macro records. Fixes yet another...
2010-09-28 Sebastian RedlFix a use of an invalidated reference due to a hash...
2010-09-28 Bill WendlingAccidentally committed some temporary changes on my...
2010-09-28 Bill WendlingTemporarily revert 114929 114925 114924 114921. It...
2010-09-28 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Sebastian RedlMy previous fix was incorrect for non-chained PCH reuse...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the handling of CXXRecordDecl::DefinitionData's
2010-09-27 Fariborz JahanianPatch to support transparent_union arguments
2010-09-27 Douglas GregorKill FunctionDecl's IsCopyAssignment bit; it duplicated...
2010-09-27 Sebastian RedlWhen chaining PCHs, only write PPRecords that don't...
2010-09-27 Douglas GregorCentralize the handling of
2010-09-27 Bill WendlingRevert my patch changing the MMX "shift" intrinsics...
2010-09-27 Douglas GregorClean up the handling of the DeclaredDefaultConstructor and
2010-09-27 Nico WeberCorrectly set "explicit template instantiation" kind...
2010-09-27 Nico WeberLet lit give helpful advice if 'make test' was not...
2010-09-27 Daniel Dunbarutils/ABITest: Factor out type naming code slightly.
2010-09-27 Daniel Dunbarutils/ABITest: Tweak default bit-field types to cover...
2010-09-27 Daniel Dunbarutils/ABITest: Add a workaround for mismatches due...
2010-09-27 Daniel Dunbarutils/ABITest: Add option to skip individual tests...
2010-09-27 Daniel DunbarFrontend: Teach clang -cc1as to respond to -v.
2010-09-27 Fariborz JahanianIssue warning for trivial cases of nonnull attributes
2010-09-27 Fariborz JahanianCopying result of object property reference expression
2010-09-27 Douglas GregorRemove libclang logging code
2010-09-27 Abramo BagnaraFixed isConstantInitializer for __builtin_choose_expr.
2010-09-27 Michael J.... Fix coding standard mistake from my last commit.
2010-09-27 Michael J.... Lexer: Implement GCC's version of pragma message.
2010-09-27 Douglas GregorEnable caching of global code completion results in...
2010-09-25 Daniel DunbarDriver/Linux: Translate rewritten lib options back...
2010-09-25 Marcin SwiderskiIn preparation for adding generation of destructors...
2010-09-25 Fariborz JahanianFix a NYI in IRGen which was due to incorrect AST
2010-09-24 Douglas GregorWhen setting the globally-visible declarations for...
2010-09-24 Anders CarlssonAllow the use of C++0x deleted functions as an extensio...
2010-09-24 Douglas GregorTeach libclang to enable multithreading in LLVM, since...
2010-09-24 Daniel DunbarDriver: Add -fallow-unsupported which disables some...
2010-09-24 Fariborz JahanianFix rewriting of property declared in @protocol's.
2010-09-24 Fariborz JahanianPatch implements passing arrays to functions expecting
2010-09-24 Douglas GregorUpdate Clang man page to say a little bit more about C++
2010-09-24 Ted KremenekRemove this test for now until I figure out how to...
2010-09-24 Ted KremenekPass -fobjc-nonfragile-abi2 in test.
2010-09-24 Ted KremenekSince this test depends on default ivar synthesis,...
2010-09-24 Ted KremenekUpdate comment in test with reference to bug report.
2010-09-24 Ted KremenekDefault synthesized ivars don't really have a location...
2010-09-24 Nick LewyckyRevert r114712 due to failure on darwin buildbot.
2010-09-23 Nick LewyckyMake -M/-MM behave like in gcc; use -MF first then...
2010-09-23 Nick LewyckyFix header comment so we don't break emacs.
2010-09-23 Douglas GregorSynchronize globally-cached code completion results...
2010-09-23 Nick LewyckyFix typo.
2010-09-23 Ted KremenekWhen warning about comparing an unsigned int to being...
2010-09-23 Ted KremenekAdd test case for c-index-test showing that @property...
2010-09-23 Ted KremenekFor properties declared in a @protocol and redeclared...
2010-09-23 Douglas GregorAdd some missing concurrency checks into libclang
2010-09-23 Argyrios KyrtzidisFix bogus compiler errors when declaring anonymous...
2010-09-23 Argyrios KyrtzidisIf -fcolor-diagnostics is explicitly passed to the...
2010-09-23 Argyrios KyrtzidisDon't crash on _Imaginary.
2010-09-23 Argyrios KyrtzidisUse -emit-llvm-only in the test.
2010-09-23 Ted KremenekRefactor GRExprEngine::VisitCall() to use EvalArguments...
2010-09-23 Daniel DunbarTweak test to pass -ffreestanding, to avoid platform...
2010-09-23 Daniel DunbarIRgen/ABI/ARM: Return large vectors in memory.
2010-09-23 Daniel DunbarIRgen/ABI/ARM: Trust the backend to pass vectors correc...
2010-09-23 Ted KremenekUpdate checker build.
2010-09-22 Douglas GregorImplement libclang API functions for retrieving the...
2010-09-22 Devang PatelTestcase for r114585.
2010-09-22 Tom CareFix an inverse boolean and unnecessary new line in...
2010-09-22 Sebastian RedlChange source manager serialization to be less tied...
2010-09-22 Douglas GregorFix a hard-to-reproduce crash-on-invalid, where we...
2010-09-22 Argyrios KyrtzidisImplement -Wpadded and -Wpacked.
2010-09-22 Chris Lattnerupdate a bunch of tests that are using the x86 backend...
2010-09-22 Sebastian RedlOnly preload SLocEntries after the entire PCH chain...
2010-09-22 Sebastian RedlReshuffle PerFileData's members to make more sense.
2010-09-22 Daniel DunbarDriver/Darwin: Add a runtime library just for ___eprint...
2010-09-21 Chris Lattnerfix the rest of rdar://8461279 - clang miscompiles...
2010-09-21 Chris Lattnersame bug as before, this time with __sync_val_compare_a...
next