]> granicus.if.org Git - clang/shortlog
clang
2010-11-09 Chris Lattnerfix PR8380, a crash on invalid due to an illogical...
2010-11-09 Douglas GregorRevert the fix for PR8013.
2010-11-09 Benjamin KramerSimplify code.
2010-11-09 Chris Lattnermake the example a bit better, encouraging people to...
2010-11-09 Ted KremenekReplace "#if __clang__" by "#if __has_feature(attribute...
2010-11-09 Charles DavisUse the right calling convention when mangling names...
2010-11-09 Bruno Cardoso... Add support for soft/hard float options to the Sparc...
2010-11-09 Rafael EspindolaInclude System/DataTypes.h in Diagnostic.h to get intptr_t.
2010-11-09 Douglas GregorHandle overload resolution when calling an overloaded...
2010-11-09 Douglas GregorMake #pragma unused work for static local variables.
2010-11-09 David ChisnallRemove the use of aliases in outputted code from ObjC...
2010-11-09 Nick LewyckyRemove debugging printf.
2010-11-09 NAKAMURA Takumilib/Lex/PPMacroExpansion.cpp: Fixup to appease MSVC.
2010-11-09 Douglas Gregorntroduce clang_getSpellingLocation() into libclang...
2010-11-09 Douglas GregorRevert r118492, which didn't update all of its tests...
2010-11-09 Douglas GregorAppeasing MSVC, take 3
2010-11-09 Douglas GregorIntroduce clang_getSpellingLocation() into libclang...
2010-11-09 Anders CarlssonIntroduce the concept of a non-virtual base type to...
2010-11-09 Douglas GregorTry to appease MSVC
2010-11-09 Douglas GregorAdd missing include
2010-11-09 Douglas GregorTeach code completion not to include out-of-line declar...
2010-11-09 Argyrios KyrtzidisFix the test for Release.
2010-11-09 Douglas GregorAdd __nullptr as a C++0x nullptr literal, available...
2010-11-09 Douglas GregorFix source locations in unnamed bitfield diagnostic...
2010-11-09 NAKAMURA Takumilibclang and c-index-test can be built on Cygming.
2010-11-09 NAKAMURA Takumic-index-test: Be available on Cygwin by using Win32...
2010-11-09 Douglas Gregorsprintf -> snprintf conversion, from Vladimir Kirillov
2010-11-09 Fariborz JahanianRemove this test for now.
2010-11-09 Fariborz JahanianReverse patch for // rdar://8632525. It might
2010-11-09 Fariborz JahanianRemove space from rdar URIs.
2010-11-09 Ted KremenekTeach AttrNonNullChecker about transparent unions....
2010-11-09 Ted KremenekFix InitListExpr::getSourceRange() to work in the case...
2010-11-09 Argyrios KyrtzidisFix miscompilation regarding VLAs; subscription of...
2010-11-09 John McCallWhen re-using a vtable slot for the nearest overridden...
2010-11-09 Nick LewyckyFix warning about unused variable 'Fn' in no-asserts...
2010-11-08 Nick LewyckyDon't lose track of previous-declarations when instanti...
2010-11-08 Fariborz JahanianProvide a precise builtin declaration for objc_msgSend
2010-11-08 Craig Silverstein1) Fix a typo in PPCallbacks: It's elif, not elfif...
2010-11-08 Ted KremenekAdd CursorVisitor::VisitBinaryOperator() to explicitly...
2010-11-08 Douglas GregorIf an instance method messages is sending to an express...
2010-11-08 John McCallDocument Clang's support for attributes on individual...
2010-11-08 Roman DivackyAdd a forgotten break. Found by Rafael Espindola!
2010-11-08 Argyrios KyrtzidisWhen building a compound literal, check that the base...
2010-11-08 Fariborz JahanianFixes a rewrite bug, rewriting nested property usage
2010-11-08 Roman DivackyUse integrated-as for processing .s files on FreeBSD...
2010-11-08 Douglas GregorImprove our handling of C++ [class.copy]p3, which speci...
2010-11-08 Ted KremenekOnly enable the ObjCAtSyncChecker when the translation...
2010-11-08 Douglas GregorWhen attempting reference binding to an overloaded...
2010-11-08 Rafael EspindolaPass "-z relro" as two arguments. This works with both...
2010-11-08 Ted KremenekClean up some of the comments in Index.h (e.g., misname...
2010-11-08 Douglas GregorAdd missing test case for PR8230
2010-11-08 Douglas GregorProperly diagnose invalid casts to function references...
2010-11-08 NAKAMURA Takumitest/CodeGenCXX/rtti-linkage.cpp: Get rid of sort(1...
2010-11-07 Rafael EspindolaUse the integrated assembler when procession .s files...
2010-11-07 Douglas GregorRemove broken support for variadic templates, along...
2010-11-07 Rafael EspindolaAdd support for -rdynamic.
2010-11-07 Rafael EspindolaUse ld directly on linux. Changes from the previous...
2010-11-07 Anders CarlssonA union cannot contain static data members or data...
2010-11-07 Ted KremenekChange the StringSet used by CalculateHiddenNames(...
2010-11-07 Ted KremenekFix memory leak of IdentifierIterator object.
2010-11-07 John McCallARM EH uses a different personality function in C.
2010-11-06 Argyrios KyrtzidisAdd a comment.
2010-11-06 Anders CarlssonDon't warn when matching %p to nullptr.
2010-11-06 John McCallSimplify the logic for emitting guard variables for...
2010-11-06 Craig SilversteinFix a bug where we were recursing on friend decls for...
2010-11-06 Craig SilversteinAdd PPCallbacks for #if/#ifdef/etc.
2010-11-05 Argyrios KyrtzidisWhen determining which template partial specialization...
2010-11-05 Douglas GregorWhen searching for an instantiated declaration requires...
2010-11-05 Douglas GregorCheck for an invalid field earlier in a constructor...
2010-11-05 Argyrios KyrtzidisDon't write an empty DIAG_USER_MAPPINGS record.
2010-11-05 Argyrios KyrtzidisRead/write from/to PCH the diagnostic mappings that...
2010-11-05 Argyrios KyrtzidisInitialize the array with the "C++ way".
2010-11-05 Douglas GregorTeach clang_getCursorReferenced() that a
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-05 Fariborz JahanianProper rewriting of block envokation with
2010-11-05 Daniel Dunbarlibclang: Enable requesting a larger stack for several...
2010-11-05 Anders CarlssonExpressions of type std::nullptr_t can be used as senti...
2010-11-05 Daniel Dunbarlibclang: Add some support for running certain entry...
2010-11-05 Daniel DunbarFix 80-col violas.
2010-11-05 Anders CarlssonImplement [over.ics.rank]p4: A conversion that does...
2010-11-04 Benjamin KramerAdjust return type of thread_runner.
2010-11-04 John McCallUse the real keyword location when rebuilding an elabor...
2010-11-04 Anders CarlssonPass a -I flag when compiling nullptr.cpp so the typein...
2010-11-04 Argyrios KyrtzidisDon't be so eager to replace UsingDecls in a DeclContex...
2010-11-04 Anders Carlssonstd::nullptr_t is a fundamental type for RTTI purposes.
2010-11-04 Anders CarlssonMangle std::nullptr_t as specified by the Itanium C...
2010-11-04 Argyrios KyrtzidisDon't instantiate members not belonging in the semantic...
2010-11-04 Anders CarlssonIt's OK to use nullptr in relational operators if the...
2010-11-04 Daniel Dunbarc-index-test: Switch to using clang_executeOnThread...
2010-11-04 Daniel Dunbarlibclang: Add clang_executeOnThread, for use in c-index...
2010-11-04 Douglas Gregoradd a comment to my last commit
2010-11-04 Douglas GregorWhen canonicalizing nested-name-specifiers involving...
2010-11-03 Fariborz JahanianFixes a rewriting bug when type in a block argument...
2010-11-03 Fariborz JahanianPatch to rewrite objc qualified types which occur in
2010-11-03 Argyrios KyrtzidisImplement -working-directory.
2010-11-03 Argyrios KyrtzidisFix an assertion.
2010-11-03 Nick LewyckyMake this error less specific but also less likely...
2010-11-03 Douglas GregorWhen producing overload candidates for binary built...
2010-11-03 David ChisnallSome fixes for synthesized ivar metadata (GNU runtime).
2010-11-03 David ChisnallAdded cursor visitor that takes a block as an argument...
next