]> granicus.if.org Git - clang/shortlog
clang
2011-10-18 Fariborz Jahanianobjc: diagnose invalid argument to an
2011-10-18 Argyrios Kyrtzidis[libclang] Since an objc extension semantically continu...
2011-10-18 Douglas GregorMake it possible to compute the type of 'this' without...
2011-10-18 Douglas GregorAdd code completions for C++0x expressions
2011-10-18 Argyrios Kyrtzidis[libclang] Index implicit property references.
2011-10-18 Argyrios Kyrtzidis[libclang] When printing the diagnostic print it with...
2011-10-18 Argyrios Kyrtzidis[libclang] Index method references.
2011-10-18 Benjamin KramerUse llvm::Triple's methods to parse FreeBSD version...
2011-10-18 Hans WennborgAnother attempt at fixing format-strings-fixit.c.
2011-10-18 Hans WennborgDisable the ssize_t test in format-strings-fixit.c.
2011-10-18 Hans WennborgSuggest %zu for size_t args to printf.
2011-10-18 David BlaikieSwitch to the C++11 warning flags in tests.
2011-10-18 David BlaikieUpdate documentation to use "C++11" instead of "C++0x"
2011-10-18 Douglas GregorDon't format the code completion for parameters of...
2011-10-18 Richard SmithAdd -Wc++11-compat warning for an inline specifier...
2011-10-18 Douglas GregorWhen transforming the arguments for a C++ "new" express...
2011-10-18 Richard SmithRefactor the checking for explicit template instantiati...
2011-10-18 John McCallArgyrios says this change is required for safety under...
2011-10-18 Eli FriedmanRevert accidental commit.
2011-10-18 Eli FriedmanRewrite parts of MS ABI C++ layout. Based on work...
2011-10-18 John McCallFix several bugs with #pragma clang arc_cf_code_audited...
2011-10-18 Argyrios KyrtzidisRevert r142311, -mios-simulator-version-min does not...
2011-10-17 John McCallIn hasPlaceholderType(Kind) and isSpecificPlaceholderTy...
2011-10-17 Argyrios KyrtzidisRemove the hack where we sniff the __IPHONE_OS_VERSION_...
2011-10-17 Richard SmithPerform lvalue-to-rvalue conversions on __builtin_offse...
2011-10-17 Argyrios Kyrtzidis[arcmt] In ARC default for properties is 'strong' so...
2011-10-17 Richard SmithAdd -Wc++98-compat warnings for uses of the new keyword...
2011-10-17 Nick LewyckyWire up support for the controlling the extended dwarf...
2011-10-17 Matt Beaumont-GaySilence a -Wc++0x-narrowing warning
2011-10-17 Rafael EspindolaImplement -static-libstdc++ for linux.
2011-10-17 Argyrios KyrtzidisTry fixing MSVC compiler errors.
2011-10-17 Eli FriedmanAdd missing newline.
2011-10-17 Ted KremenekMove about 20 random diagnostics under -W flags. Patch...
2011-10-17 Eli FriedmanInitial implementation of __atomic_is_lock_free. The...
2011-10-17 Rafael EspindolaImplement -static-libgcc on linux and refactor the...
2011-10-17 DeLesley HutchinsSubstitute for arguments in method calls -- functionality
2011-10-17 DeLesley HutchinsSubstitute for arguments in method calls -- refactoring
2011-10-17 Richard SmithRefactor __attribute__ parsing, and add a diagnostic...
2011-10-17 Benjamin KramerCode completion chunks are pod-like.
2011-10-17 Tanya LattnerThe comparison of two vectors should return a signed...
2011-10-17 Fariborz Jahanianobj-c++: Fix a IRGen crash when getter is a reference...
2011-10-17 Eli FriedmanAdd missing case to switch.
2011-10-17 John McCallStrip qualifiers off the type of an implicit property...
2011-10-17 Argyrios Kyrtzidis[libclang] Introduce a new high level API for indexing...
2011-10-17 Argyrios KyrtzidisIntroduce ASTConsumer::HandleTopLevelDeclInObjCContaine...
2011-10-17 Argyrios KyrtzidisHave ObjCMethodDecl::getCanonicalDecl take into account...
2011-10-17 Argyrios KyrtzidisKeep track when a ObjC interface/protocol was initially...
2011-10-17 Douglas GregorControlling macros are identifiers, not declarations.
2011-10-17 John McCallTeach the ARC compiler to not require __bridge casts...
2011-10-17 John McCallAdd a new placeholder type to represent "unbridged"
2011-10-17 John McCallAdd a helper function for determining whether an expression
2011-10-17 Douglas GregorWhen we end up having to parse the initializer of a...
2011-10-17 Sebastian RedlRevert r142142: "Make a C-style cast a const-cast,...
2011-10-17 Douglas GregorFor modules, all macros that aren't include guards...
2011-10-17 Douglas GregorWhen building a module, use the macro definitions on...
2011-10-17 Erik VerbruggenFixed merge-mistake where ActOnAccessSpecifier was...
2011-10-17 Richard SmithPerform an lvalue-to-rvalue conversion on an array...
2011-10-16 Richard SmithSlightly simplify a constant expression check. No funct...
2011-10-16 Chandler CarruthAdd a testcase for r142121 based on an idea from Richar...
2011-10-16 Richard SmithSplit apart the state accumulated during constant expre...
2011-10-16 Peter CollingbourneAdd sema checks for calls to functions taking static...
2011-10-16 Sebastian RedlImplement overload resolution from init lists for scala...
2011-10-16 Sebastian RedlDiagnose when omitting braces in direct list-initializa...
2011-10-16 Sebastian RedlIn the verify-only pass, check that items that don...
2011-10-16 Sebastian RedlCheck for unavailable declarations in Sema::CanUseDecl.
2011-10-16 Sebastian RedlProve that non-overloaded function calls using init...
2011-10-16 Sebastian RedlDrop the Diagnose parameter from Sema::PerformImplicitC...
2011-10-16 Sebastian RedlMake a C-style cast a const-cast, to suppress a GCC...
2011-10-16 David BlaikieRemove the leftover partial comment.
2011-10-16 Chandler CarruthFix a silly bug introduced in r142133.
2011-10-16 Chandler CarruthClean up some cruft in the library path searching logic...
2011-10-16 Benjamin KramerConvert inline asm source ranges into clang SourceRange...
2011-10-16 Chandler CarruthI fixed this with r142127; these notes now make sense...
2011-10-16 Chandler CarruthHoist the logic I added to compute the macro name into...
2011-10-16 Chandler CarruthNow that macro expansion notes are real notes and go...
2011-10-16 Chandler CarruthFix the original bug in our diagnostic printing that...
2011-10-16 Chandler CarruthNow that the structure of this is more reasonably laid...
2011-10-16 Chandler CarruthAdd a prefix to the existing test to prepare for more...
2011-10-16 Chandler CarruthFold two run lines into a single logical one, and move...
2011-10-16 Chandler CarruthRename this test to a more general name in preparation...
2011-10-16 Bill WendlingEnable CREATE_SUBDIRS for a performance win, because...
2011-10-16 Chandler CarruthAdd proper doxyments to the entry point routine, and...
2011-10-16 Chandler CarruthPersist the TextDiagnostic object across multiple diagn...
2011-10-15 Chandler CarruthClean up the names of all the TextDiagnostic methods...
2011-10-15 Chandler CarruthMove two functions out of the public interface that...
2011-10-15 Chandler CarruthGraduate the TextDiagnostic interface to its own header...
2011-10-15 Chandler CarruthMove the message printing to a class-static function...
2011-10-15 Chandler CarruthMove the diagnostic level printing into a class static...
2011-10-15 Chandler CarruthRationalize the last bit of "arbitrary" state that...
2011-10-15 Fariborz JahanianAvoid duplicate unavailbility diagnostics in objc++.
2011-10-15 Benjamin KramerPlace static initializers on linux into the ".text...
2011-10-15 Fariborz Jahanianobj-c++: allow the getter/setter to return/take parameters
2011-10-15 Peter CollingbourneInternals manual: eliminate mention of System library
2011-10-15 Benjamin KramerReplace vectors with arrays.
2011-10-15 Chandler CarruthNeither 'Warning' nor 'NonNote' was a good name for...
2011-10-15 Chandler CarruthNuke a bunch of FIXMEs that are now fixed. =] Also...
2011-10-15 Chandler CarruthSink the include stack printing into the generic text...
2011-10-15 Chandler CarruthRationalize some of how the locations of prior diagnost...
2011-10-15 Chandler CarruthSink the EmitDiagnosticLoc method down to the generic...
2011-10-15 Chandler CarruthSink the non-caret diagnostic logic down and out of...
next