]> granicus.if.org Git - clang/shortlog
clang
2010-10-13 Douglas GregorFix a silly bug in the suppression of non-error diagnos...
2010-10-13 Douglas GregorCompute whether a type is variably modified as we build...
2010-10-13 Fariborz JahanianEliminates a clang warning.
2010-10-13 Rafael EspindolaCall InitSections when assembling. This makes clang...
2010-10-13 John McCallPreserve the original scope when picking the right...
2010-10-13 John McCallSupport friend function declarations in local classes...
2010-10-13 Argyrios KyrtzidisEmbrace C++ ABI 5.2.6 and consider that template instan...
2010-10-13 Douglas GregorTeach the warning about unnamed/local types in template...
2010-10-12 Douglas GregorIntroduce support for emitting diagnostics (warnings...
2010-10-12 Devang PatelFix debug info for anon union.
2010-10-12 Devang PatelFix anon union member assignment expression's location.
2010-10-12 John McCallHandle dependent friends more explicitly and deal with...
2010-10-12 Eli FriedmanPR8325: don't do destructor checking when a pointer...
2010-10-12 John McCallEnter the context of the declared function template...
2010-10-12 Douglas GregorWhen finalizing a function template specialization...
2010-10-12 Douglas GregorIf we end up instantiating a function parameter whose...
2010-10-12 Chris Lattnerfix PR7885, rejecting invalid uses of __builtin_constant_p.
2010-10-12 Nick LewyckyReplace \r\n with \n in this file.
2010-10-12 Douglas GregorParse default arguments within member functions in...
2010-10-12 Duncan SandsPacify gcc-4.4.
2010-10-12 John McCallC's comma operator performs lvalue conversion on both...
2010-10-12 John McCallFlesh out test.
2010-10-12 John McCallI just do what the comments tell me to do.
2010-10-12 Chris Lattnerfix the definition of __builtin_constant_p, the first...
2010-10-12 John McCallProgress.
2010-10-12 Francois PichetThis patch remove the Win32 XFAIL from remap-complete.c
2010-10-12 Douglas GregorWhen we load an ASTUnit from command-line arguments...
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-12 John McCallAdd some infrastructure for dealing with expressions...
2010-10-11 Fariborz JahanianFixes a typo which caused byte offset in debug info
2010-10-11 Daniel DunbarBasic: Tweak attempt to make version tags work from...
2010-10-11 Daniel DunbarBasic: Attempt to make version tags work from 'svn...
2010-10-11 Daniel DunbarDriver/Darwin: Remove a useless warning about missing...
2010-10-11 Douglas GregorThis test should now work on windows, since we're no...
2010-10-11 Douglas GregorEliminate CIndexer::getClangPath(), since libclang...
2010-10-11 Fariborz JahanianTest for //rdar: //8493239
2010-10-11 Fariborz JahanianSome refactoring of property rewriting stuff
2010-10-11 Douglas GregorEliminate the (de-)serialization of code completion...
2010-10-11 Douglas GregorEliminate -fdiagnostics-binary and all of the infrastru...
2010-10-11 Devang PatelFix debug info for functions whose context is a namespace.
2010-10-11 Douglas GregorEliminate clang_codeComplete(). libclang clients should...
2010-10-11 Douglas GregorSwitch c-index-test from clang_codeComplete() over to
2010-10-11 Fariborz JahanianThis patch does a few things in the area of objective-c
2010-10-11 Daniel DunbarIRgen/Obj-C: Fix encoding of "long double".
2010-10-11 Daniel DunbarMerge encode-test-1.m into encode-test.m
2010-10-11 Daniel DunbarFileCheck'ize test.
2010-10-11 Douglas GregorEliminate clang_setUseExternalASTGeneration() from...
2010-10-11 Francois PichetAdd parsing support for Microsoft attributes. MS attrib...
2010-10-11 Francois PichetAdd 2 Microsoft compiler intrinsics that don't require...
2010-10-11 Axel NaumannDeclare argv parameters as const char* const* instead...
2010-10-11 Axel NaumannTighten up constness of argv parameters to allow for...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-11 Chris Lattnercomment out unused function
2010-10-11 Chris Lattnerbe less threatening.
2010-10-11 Argyrios KyrtzidisMake sure the VTables for template instantiations are...
2010-10-11 Argyrios KyrtzidisDon't let typeinfo name symbols be 'internal hidden...
2010-10-11 NAKAMURA Takumilib/CodeGen/CodeGenModule.cpp: DLLImportLinkage should...
2010-10-11 NAKAMURA Takumilib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin...
2010-10-11 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Fix compatibility...
2010-10-10 Chris Lattnerfix PR8217, a silent miscompilation of invalid code.
2010-10-10 Chris LattnerAllow a string literal to initialize a tail array ...
2010-10-10 Francois PichetUnbreak the CMake build.
2010-10-10 Zhongxing XuAdd experimental chroot check which checks improper...
2010-10-10 Argyrios KyrtzidisImplement __builtin_ia32_vec_ext_v2si function (require...
2010-10-10 NAKAMURA Takumilib/Driver/Tools.cpp: Disable cxa_atexit by default...
2010-10-09 Benjamin KramerDon't rely on a StringRef being null-terminated (it...
2010-10-09 Bill WendlingAdd target implementations for the X86 builtins:
2010-10-09 Abramo BagnaraFixed __builtin_constant_p return type.
2010-10-09 Argyrios KyrtzidisFix g++.dg regressions introduced at r115347 (rdar...
2010-10-09 John McCallSecure this test against slightly different number...
2010-10-09 John McCallPermit constant evaluation of const floating-point...
2010-10-09 Nico WeberAdd support for UCNs for character literals
2010-10-08 Douglas GregorImplement C++0x scoped enumerations, from Daniel Wallin...
2010-10-08 Fariborz JahanianRename test name.
2010-10-08 Fariborz JahanianMethod implemented in class's implementation may implement
2010-10-08 Fariborz JahanianWhen dealing with an assignment with LHS being a proper...
2010-10-08 Douglas GregorImprove XML output for class/struct/union declarations...
2010-10-08 Douglas GregorFix a typo in the Clang man page, from Alexander Best.
2010-10-08 Douglas GregorRevert the hack Chris Lattner added in r97981 to work...
2010-10-08 Douglas GregorThis patch fixes multiple issues in clang's designated...
2010-10-08 Douglas GregorFix the mapping of vertical-space cursor kinds to produ...
2010-10-08 Eric ChristopherTry to disable this again.
2010-10-08 Daniel Dunbarlibclang: Disable LLVM pretty stack trace functionality...
2010-10-08 Eric ChristopherDisable this test temporarily in an attempt to green...
2010-10-08 Devang PatelTighter check in r116060 blcoked enums also. Emit enum...
2010-10-08 John McCall__attribute__((aligned(n))) directly specifies the...
2010-10-08 Devang PatelDo not repeat debug info for file variable constants.
2010-10-08 Douglas GregorFix three related, wily issues with the recompilation...
2010-10-08 Argyrios KyrtzidisWhen we encounter a '==' in a context expecting a ...
2010-10-08 John McCallTrack the location of the context requiring an implicit...
2010-10-08 Argyrios KyrtzidisImplement -fshort-enums (rdar://8490496).
2010-10-07 Devang PatelIdentify functions with prototype appropriately in...
2010-10-07 Argyrios KyrtzidisFix an infinite loop, caused by unintended syntax bug...
2010-10-07 Fariborz JahanianFix a crash encoding ivars of vector types and
2010-10-07 Abramo BagnaraFixed cast to union with anonymous bitfields.
2010-10-07 Douglas GregorBugs should go to Bugzilla, not the mailing list
2010-10-07 Daniel Dunbartests: Force a triple to avoid wchar_t differences.
2010-10-07 Daniel Dunbartests: Tweak test to also match MSVC format.
2010-10-07 Fariborz JahanianStart and end location of a property-dot syntax expression
2010-10-07 Douglas GregorDon't force spell checking when code-completing. Let...
next