]> granicus.if.org Git - clang/shortlog
clang
2010-08-19 Daniel Dunbarlibclang/Darwin: Always set the compatibility version...
2010-08-19 Douglas GregorFix some typos in the documentation of -fdiagnostics...
2010-08-19 John McCallCorrectly instantiate templates with non-type template...
2010-08-19 Douglas GregorFix the source range of an anonymous namespace, from...
2010-08-19 Douglas GregorIntialize all of the code-generation options
2010-08-19 Douglas GregorFix a c-index-test leak with file remapping
2010-08-19 Douglas GregorAdd machine-parseable Fix-It output as part of diagnost...
2010-08-19 Daniel DunbarFix a loop overrun in ComputePreamble when the last...
2010-08-19 Eli FriedmanTest for PR7888.
2010-08-19 Jordy RoseRemove dead code. Patch by Jon Mulder!
2010-08-19 Douglas GregorWe don't actually need to check the implicit object...
2010-08-19 Daniel DunbarCrashRecovery: Disable the reparse test for now while...
2010-08-19 Douglas GregorProperly implement the part of C++ [over.match.funcs...
2010-08-19 Douglas GregorInclude a proper citation for the wacky hijinks involvi...
2010-08-19 Anton Yartsevsupport for predicates with bool/pixel arguments
2010-08-19 Eli FriedmanRemove default argument from operator delete; per repor...
2010-08-19 Eli FriedmanFix for PR7911 and PR7921: make isIntegralOrEnumeration...
2010-08-19 Anton Yartsevsupport for the rest of AltiVec functions with bool...
2010-08-19 Sean HuntAdd a missing initializer.
2010-08-19 Anton Yartsevsupport for vec_perm and all dependent functions (vec_m...
2010-08-19 Charles DavisAdd some enum goodness as requested by Chris. Now inste...
2010-08-19 Douglas GregorPlug a leak when precompiling the preamble in ASTUnit.
2010-08-19 John McCallRestore the build
2010-08-19 John McCallOn second thought, don't warn about reinterpret_casts...
2010-08-19 Charles DavisAdd a special RecordLayoutBuilder for the Microsoft...
2010-08-19 Ted KremenekAdd warning for functions/blocks that have attribute...
2010-08-19 Ted KremenekHandleCommonNoReturnAttr() now only has a single caller...
2010-08-19 Douglas GregorMake sure to initialize ASTUnit::UnsafeToFree
2010-08-19 Douglas GregorMake sure to deallocate the identifier lookup tables...
2010-08-19 John McCallWhen deducing the element type of an array, ignore...
2010-08-18 Sebastian RedlRename pch namespace to serialization.
2010-08-18 Sebastian RedlRename PCHBitCodes.h -> ASTBitCodes.h
2010-08-18 Sebastian RedlRename stuff in PCHBitCodes.h
2010-08-18 Sebastian RedlRename the ASTReader header files.
2010-08-18 Sebastian RedlRename the ASTReader implementation files.
2010-08-18 Sebastian RedlMore PCH -> AST renaming.
2010-08-18 Sebastian RedlRename various classes from PCH to AST.
2010-08-18 Sebastian RedlRename PCHStmtReader -> ASTStmtReader.
2010-08-18 Sebastian RedlRename PCHDeclReader -> ASTDeclReader.
2010-08-18 Sebastian RedlRename PCHReader to ASTReader.
2010-08-18 Sebastian RedlRename PCHWriter.h to ASTWriter.h
2010-08-18 Sebastian RedlRename the ASTWriter implementation files
2010-08-18 Sebastian RedlDo the PCH->AST rename for ASTWriter's implementation...
2010-08-18 Sebastian RedlRename PCHWriter to ASTWriter
2010-08-18 Douglas GregorWhen creating an ASTUnit by parsing source code, set...
2010-08-18 Sean HuntGenerate Attr subclasses with TableGen.
2010-08-18 Daniel Dunbarlibclang: Put clang_reparseTranslationUnit inside a...
2010-08-18 Daniel DunbarCrashRecovery: Add #pragma clang __debug handle_crash...
2010-08-18 Daniel Dunbarc-index-test: Change -test-load-source-repase to only...
2010-08-18 Douglas GregorFix crasher with IgnoringDiagClient
2010-08-18 Douglas GregorSimplify the ownership model for DiagnosticClients...
2010-08-18 Eli FriedmanAdd/update a bunch of svn:ignore properties; get rid...
2010-08-18 Douglas GregorThere is no pointer conversion between to similar types...
2010-08-18 Dan GohmanCall llvm::remove_fatal_error_handler before deallocati...
2010-08-18 Tom CareAdded psuedo-constant analysis and integrated it into...
2010-08-18 John McCallContextual arity is a feature of mangling expressions...
2010-08-18 Daniel Dunbarlibclang: Put clang_parseTranslationUnit inside a crash...
2010-08-18 Daniel Dunbarlibclang: Implicitly enable crash recovery when using...
2010-08-18 Chris Lattnerzap dead code.
2010-08-18 Chris Lattnerno need to pass bumppointer allocator into macroinfo...
2010-08-18 Douglas GregorMake sure to add MallocAttr to explicitly-declared...
2010-08-18 Douglas GregorSimplify FixItHint by eliminated the unnecessary Insert...
2010-08-18 John McCallFlesh out the test cases a little.
2010-08-18 John McCallRip out the existing retroactive abstract-class usage...
2010-08-18 Argyrios KyrtzidisRemove -Wunused-member-function from the 'Extra' diagno...
2010-08-18 Chandler CarruthCheck whether errors should be included in the diagnost...
2010-08-18 Jordy RoseRemove dead malloc symbols from the symbol-state map.
2010-08-18 Jordy RoseUse RegionStateTy everywhere we mean ImmutableMap<Symbo...
2010-08-18 Chris Lattnerzap dead code.
2010-08-18 Chris Lattnerzap a big dead method.
2010-08-18 Douglas GregorEmit an error if an array is too large. We're slightly...
2010-08-18 Chris Lattnerfix typo
2010-08-18 Chris LattnerFix PR7889 by generalizing some over specialized code...
2010-08-17 Chris Lattnerfix PR7892, a crash on valid in c++ codegen of __PRETTY...
2010-08-17 Ted KremenekTypedRegion::isBoundable() should return true by defaul...
2010-08-17 Fariborz JahanianGet rid of extra nesting when checking for invalid...
2010-08-17 Ted KremenekRewrite code fragment to avoide ICE in MSVC. Fixes...
2010-08-17 Fariborz JahanianDiagnose if type of iboutletcollection attribute is...
2010-08-17 Sebastian RedlGet rid of pretty non-ASCII quotes.
2010-08-17 Daniel DunbarStringRef'ication of lots stuff, patch by Peter Davies!
2010-08-17 Daniel DunbarLex: Add #pragma clang __debug {llvm_fatal_error, llvm_...
2010-08-17 Daniel DunbarDriver: Claim the -mlinker-version synthesized argument...
2010-08-17 Argyrios KyrtzidisRename -Wunused-method -> -Wunused-member-function.
2010-08-17 Ted KremenekRemove dead code.
2010-08-17 John McCallWhoops. Don't fall through into the overload case...
2010-08-17 Argyrios KyrtzidisIntroduce -Wunused-method option for warning on unused...
2010-08-17 Fariborz JahanianDiagnose use of iboutletcollection on ivar/property
2010-08-17 John McCallImplicit decl ref expressions might not have name locat...
2010-08-17 Sebastian RedlFix CMake build
2010-08-17 Ted KremenekFix horrible CFG bug caused by a series of NullStmts...
2010-08-17 Ted KremenekCFGBuilder: don't create the empty "loop back" block...
2010-08-17 Sebastian RedlReintroduce the serialization library, with fixed depen...
2010-08-17 Fariborz JahanianPatch to add type parameter support for attribute ibout...
2010-08-17 Douglas GregorRemove the last bit of the Clang Serialization library...
2010-08-17 Douglas GregorRevert Sebastian's build-breaking patch.
2010-08-17 Dan GohmanAdd the clangSerialization library to libclang.
2010-08-17 Sebastian RedlCreate a new Serialization module that contains all...
2010-08-17 Sebastian RedlFix a typo in a diag name.
2010-08-17 Daniel DunbarRemove a gratuitous lie.
2010-08-17 Douglas GregorA member function never has "C" linkage. Fixes <rdar...
next