]> granicus.if.org Git - clang/shortlog
clang
2011-07-14 Ted KremenekFix false negative reported in PR 10358 by using 'Unkno...
2011-07-14 Douglas GregorTweak the CMake build so that building a project just...
2011-07-14 Argyrios Kyrtzidis[arcmt] Don't remove retains/releases on a global varia...
2011-07-14 Rafael EspindolaRevert 135177 to fix PR10363.
2011-07-14 Argyrios Kyrtzidis[arcmt] Allow -retain of an __unsafe_unretained receive...
2011-07-14 John McCallTeach -Wconversion, -Wsign-compare etc. about division...
2011-07-14 Richard SmithPR10359: Template declarations which define classes...
2011-07-14 Argyrios Kyrtzidis[arcmt] Emit an error for unused -autorelease messages.
2011-07-14 Sebastian RedlFor C++11, do more checking of initializer lists up...
2011-07-14 Sebastian RedlFix problems Johannes noticed, and extend test cases...
2011-07-14 Sebastian RedlRemove InitializationSequence::ReferenceBinding, the...
2011-07-14 Chris Lattnersimplify
2011-07-14 Chris LattnerStringMap::first() is about to start returning a String...
2011-07-14 Benjamin KramerChange intrinsic getter to take an ArrayRef, now that...
2011-07-14 Caitlin SadowskiMoving one misplaced entry in the attribute enum in...
2011-07-14 Ted KremenekRevert r135147 and r135075. The consensus was that...
2011-07-14 Chandler CarruthUpdate the remaining comments in Frontend to 'expansion'.
2011-07-14 Chandler CarruthClean up some comments I missed when switching from
2011-07-14 Chandler CarruthClean up two lingering comments that mention 'instantia...
2011-07-14 Ted KremenekAdd extra sanity checking in FormatString::matchesType...
2011-07-14 Chandler CarruthNestedMacroInstantiations -> NestedMacroExpansions
2011-07-14 Chandler CarruthUpdate all of the libclang code corresponding to the...
2011-07-14 Chandler CarruthMove the rest of the preprocessor terminology from...
2011-07-14 Chandler CarruthConvert terminology in the Lexer from 'instantiate...
2011-07-14 Chandler CarruthSwitch the TokenLexer's terminology from various forms...
2011-07-14 Chandler CarruthSwitch all local code and comments from '[Ii]nstantiat...
2011-07-14 Chandler CarruthSwitch the diagnostic messages about macros to use...
2011-07-14 Ted KremenekReapply r135075, but modify format-strings.c and format...
2011-07-14 NAKAMURA TakumiRevert r135075, "format string checking: long and int...
2011-07-14 Douglas GregorAdd a hackaround to avoid the crash in PR10355. However...
2011-07-14 Argyrios Kyrtzidis[arcmt] Make sure migrating to ARC works even if '...
2011-07-13 John McCallDocument the behavior of property modifiers in ARC.
2011-07-13 Richard SmithPR8800: When building a conversion to A& using a member...
2011-07-13 Bruno Cardoso... Reapply r134946 with fixes. Tested on Benjamin testcase...
2011-07-13 Douglas GregorAdd 'mutable' to the function declarator chunk, to...
2011-07-13 Douglas GregorFix an incorrect namespace typo-correction diagnostic...
2011-07-13 Devang PatelEmit debug info for extended vectors.
2011-07-13 Ted Kremenekformat string checking: long and int have the same...
2011-07-13 John McCallEnforce access control for the destructor in a new...
2011-07-13 Argyrios Kyrtzidis[arcmt] Add weak/unsafe_unretained for "@property ...
2011-07-13 Argyrios Kyrtzidis[arcmt] For properties rewrite 'assign' -> 'weak or...
2011-07-13 Fariborz JahanianWith -Wselector, don't warn about unimplemented optiona...
2011-07-13 John McCallDon't crash if defining -dealloc in a category.
2011-07-13 John McCallIn debugger mode, make ObjC message sends to unknown...
2011-07-13 Fariborz Jahanianobjc++: Some level of covariance is allowed in ObjC...
2011-07-13 Ted KremenekRe-relax conversion specifier checking for printf forma...
2011-07-13 Ted KremenekFix inversion in argument type checking for format...
2011-07-13 John McCallOkay, that rule about zero-length arrays applies to...
2011-07-13 John McCallArrays are permitted to be zero-length in some situations.
2011-07-13 John McCallMake the integer-range analysis recognize ^= correctly,
2011-07-13 John McCallConvert the standard default-construction loops to...
2011-07-13 Chris Lattnerper john's advice, speculatively lower uses of forward...
2011-07-13 Chris LattnerPR10337 reminds me that calls return values, lets handl...
2011-07-13 John McCallAggressive dead code elimination.
2011-07-13 John McCallGeneralize the routine for destroying an object with...
2011-07-13 Douglas GregorEliminate an incomplete/incorrect attempt to provide...
2011-07-13 Eli FriedmanSilliness with commas, as reported at http://blog.regeh...
2011-07-13 John McCallSwitch delete[] IR-generation over to the destroy frame...
2011-07-13 Douglas GregorWhen compiling ::delete for a class with a virtual...
2011-07-12 Richard SmithCorrectly set up the list of virtual base classes for...
2011-07-12 Fariborz Jahanianrevert fix for // rdar://9740328
2011-07-12 Bruno Cardoso... Revert r134946
2011-07-12 Argyrios Kyrtzidis[arcmt] Also avoid 'weak' for forward references to...
2011-07-12 Argyrios Kyrtzidis[arcmt] Before applying '__weak' check whether the...
2011-07-12 Fariborz Jahanianobjc++: Some level of covariance is allowed in ObjC...
2011-07-12 David ChisnallFix another typo (int -> id for captured_obj).
2011-07-12 John McCallGeneralize Cleanup::Emit's "isForEH" parameter into...
2011-07-12 Peter CollingbourneImplement -MG. Fixes PR9613
2011-07-12 Benjamin KramerAdd more compiler workarounds. Should fix the build...
2011-07-12 Douglas GregorIn ARC mode, consider Objective-C lifetime types (objec...
2011-07-12 Fariborz JahanianFix a bug where a local variable named 'self' is causing
2011-07-12 John McCallUgh, use this compiler workaround again.
2011-07-12 John McCallSwitch field destruction over to use the new destroyer...
2011-07-12 Douglas GregorImprove name mangling for instantiation-dependent types...
2011-07-12 Benjamin KramerPop block scope after reading from it.
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Chandler CarruthWork around a problem with a static helper's formulatio...
2011-07-12 Hans WennborgFix typo correction crash on overloaded functions,...
2011-07-12 Douglas GregorImplement name mangling for sizeof...(function paramete...
2011-07-12 Douglas GregorFix the desugaring of dependent decltype and typeof...
2011-07-12 Chris LattnerFix a problem Eli ran into where we now reject incomple...
2011-07-12 Chris Lattnerinsert a bitcast in the 'expand' case of argument passi...
2011-07-12 Chris Lattnerfix an unintended behavior change in the type system...
2011-07-12 Douglas GregorMangle dependent template names of unknown arity
2011-07-12 Chris Lattnerfix PR10335 by watching out for IR type compatibility...
2011-07-12 Argyrios KyrtzidisMove OBJC_PR_NumBits out of PropertyAttributeKind enum...
2011-07-12 Chris Lattnermake test name less specific
2011-07-12 Douglas GregorImplement the Itanium C++ ABI's mangling rule for
2011-07-12 Chris Lattneradd some aggressive assertions that call arguments...
2011-07-12 Douglas GregorCentralize the getCanonicalType() calls in the Itanium...
2011-07-12 Argyrios Kyrtzidis[ARC] Complain about property without storage attribute...
2011-07-12 Bruno Cardoso... Fix a typo!
2011-07-12 Bruno Cardoso... Do the same as r134946 for arrays. Add more testcases...
2011-07-12 Bill WendlingRevert r134888 (and related patches in other trees...
2011-07-12 Bruno Cardoso... Fix one x86_64 abi issue and the test to actually look...
2011-07-12 John McCallDo full-expression cleanups in a much more sensible...
2011-07-11 Bruno Cardoso... Disable avx feature from corei7-avx, and use -mavx...
2011-07-11 Chandler CarruthStyle tweak to the more idiomatic 'assert(!bad_state...
2011-07-11 Chandler CarruthHoist the logic for checking the number of arguments...
2011-07-11 Bruno Cardoso... Enable "avx" feature, so it can be seen by llvm
next