]> granicus.if.org Git - clang/shortlog
clang
2011-07-15 Argyrios Kyrtzidis[arcmt] For:
2011-07-15 Douglas GregorDon't refer to check.deps unless LLVM_INCLUDE_TESTS...
2011-07-15 Jordy Rose[analyzer] GNU __null is a pointer-sized integer, not...
2011-07-15 Joerg SonnenbergerFix typo
2011-07-15 Jeffrey YasskinUse the new APFloat::convertToInt(APSInt) function...
2011-07-15 Douglas GregorStore bracket locations for array subscript expressions...
2011-07-15 Douglas GregorWhen creating a property in a class extension, make...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 John McCallRestore the C-style cast hack for enum template arguments,
2011-07-15 Chandler CarruthMove the Serialization library from 'instantiation...
2011-07-15 John McCallAdd serialization support for SubstNonTypeTemplateParmExpr.
2011-07-15 John McCallFix the definition of AsTypeExpr. I'm still not sure...
2011-07-15 Chris Lattnerprotect some calls to ConvertType when a function info...
2011-07-15 Jordy RoseClean up UnixAPIChecker, including switching its array...
2011-07-15 Jordy RoseClean up MacOSXAPIChecker, including switching its...
2011-07-15 Chris LattnerEnhance the IR type lowering code to be much smarter...
2011-07-15 John McCallCreate a new expression node, SubstNonTypeTemplateParmExpr,
2011-07-15 Ted KremenekAdd 'Contains()' method to GRStateTrait for ImmutableLi...
2011-07-15 Chandler CarruthSwitch a comment in Rewrite from 'instantiation' to...
2011-07-15 Chandler CarruthSwitch help text in the CC1 driver from 'instantiation...
2011-07-15 Chandler CarruthSwitch comments and assert text in AST from 'instantiat...
2011-07-15 Chandler CarruthSwitch comments about 'macro instantiation' to 'macro...
2011-07-15 Richard TrieuRemove warnings of constant operands of logical operato...
2011-07-14 Evan ChengMatch llvm API change.
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...
next