]> granicus.if.org Git - clang/shortlog
clang
2009-06-25 Argyrios KyrtzidisIntroduce tools/index-test.
2009-06-25 Argyrios KyrtzidisIntroduce the ResolveLocationInAST function which takes...
2009-06-25 Argyrios KyrtzidisHandle PCHReader::IgnorePCH, it gets returned for when...
2009-06-25 Argyrios KyrtzidisSet the end range location of a FunctionDecl to the...
2009-06-25 Argyrios KyrtzidisFix column checking for SourceManager::getLocation().
2009-06-25 Ted KremenekRemove declaration for unused and unimplemented static...
2009-06-25 Anders CarlssonExtra asserts never hurt anybody, right?
2009-06-25 Anders CarlssonDecltype needs to have a dependent type if the expr...
2009-06-25 Duncan SandsExplicit braces to avoid ambiguous ‘else’.
2009-06-25 Zhongxing Xuremove RegionKills GDM. Now UnknownVal is bound to...
2009-06-25 Zhongxing XuMove element region retrieving logic into a separate...
2009-06-25 Douglas GregorMake sure install Clang headers when building clang-cc
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system
2009-06-25 Zhongxing XuMove all logic for retrieving ElementRegion binding...
2009-06-24 Ted KremenekRemove uses of std::ostream from libAnalysis.
2009-06-24 Ted KremenekRemove unneeded #includes.
2009-06-24 Ted KremenekRemove GRStateManager::GetSValAsScalarOrLoc()/GetSVal().
2009-06-24 Anders CarlssonWe now support decltype (as far as I know :)
2009-06-24 Fariborz JahanianBacked out my last patch which caused a clang-test...
2009-06-24 Anders CarlssonC++ decltype support (N2343)
2009-06-24 Anders CarlssonType::getDesugaredType needs to handle decltype types.
2009-06-24 Fariborz JahanianAdded a missing else part to my previous patche(s).
2009-06-24 Ted KremenekFix typo.
2009-06-24 Ted KremenekReference the correct image...
2009-06-24 Ted KremenekAdd scan-build screenshot for attribute 'nonnull' example.
2009-06-24 Ted KremenekFix broken HTML tag.
2009-06-24 Ted KremenekRemove reference to using 'clang' directly to analyze...
2009-06-24 Ted KremenekTighten screenshot.
2009-06-24 Anders CarlssonAdd a DecltypeType type.
2009-06-24 Ted KremenekReplace 'clang --analyze' example for attribute cf_retu...
2009-06-24 Ted KremenekReplace 'clang --analyze' example (in text) with screen...
2009-06-24 Anders CarlssonParse the C++0x decltype specifier.
2009-06-24 Owen AndersonUpdate for LLVM API changes.
2009-06-24 Chris Lattnerfix the type of wchar_t for windows, PR4417
2009-06-24 Fariborz JahanianFix a clang crash caused by incorrect user code.
2009-06-24 Douglas GregorImplement matching of function templates, so that one...
2009-06-24 Anders CarlssonNested classes are now complete.
2009-06-24 Anders CarlssonAdd test for [class.local]p2.
2009-06-24 Zhongxing Xuuse a concrete type instead of a trait type to make...
2009-06-24 Zhongxing XuRegionStore: revert to the default value approach for...
2009-06-24 Douglas GregorMake sure that the template parameter lists get from...
2009-06-24 Anders Carlssonclass.nested.type is done.
2009-06-24 Anders CarlssonAdd test for [class.nested.type]p1
2009-06-24 Anders CarlssonSupport for [class.local]p4.
2009-06-24 Douglas GregorWhen declaring a function template, create a FunctionTe...
2009-06-24 Anders Carlsson[class.local] p1 and p3. Also, add back the xcodeproj...
2009-06-23 Fariborz JahanianSome changes to accomodate Doug's comment for
2009-06-23 Douglas GregorStart propagating template parameter lists to the right...
2009-06-23 Daniel DunbarFix warning when building w/o asserts.
2009-06-23 Argyrios KyrtzidisIntroduce SourceManager::ísBeforeInTranslationUnit...
2009-06-23 Argyrios KyrtzidisMove the command line source location parsing from...
2009-06-23 Argyrios KyrtzidisUpdate CMakeLists.txt
2009-06-23 Ted KremenekFix build.
2009-06-23 Fariborz JahanianPatch fixes an obscure bug when 'used' attribute is...
2009-06-23 Douglas GregorEliminate DeclPtrTy() arguments to ActOnDeclarator...
2009-06-23 Ted KremenekRemove GRStateManager::getRegion/getSelfRegion().
2009-06-23 Ted KremenekRemove GRStateManager::BindLoc() and GRStateManager...
2009-06-23 Ted KremenekRemove GRStateManager::BindDecl() and GRStateManager...
2009-06-23 Douglas GregorMake sure that argument-dependent lookup looks into...
2009-06-23 Ted Kremenek- Add MemRegion::getMemorySpace()
2009-06-23 Douglas GregorFix some TableGen-related dependencies for the Clang...
2009-06-23 Ted KremenekMove 'hasStackStorage()' and 'hasHeapStorage()' from...
2009-06-23 Ted KremenekAPI cleanup: move more methods from GRStateManager...
2009-06-23 Ted KremenekRemove old Xcode project. We can now automatically...
2009-06-23 Ted KremenekUpdate CMake file.
2009-06-23 Douglas GregorAdd a test illustrating our current inability to proper...
2009-06-23 Douglas GregorNew test for when the subexpressions within a typeid...
2009-06-23 Zhongxing XuMove all factory methods from SVal to ValueManager...
2009-06-23 Zhongxing XuSplit ValueManager method definitions into its own...
2009-06-23 Zhongxing XuValueManager::makeNonLoc -> ValueManager::makeIntVal
2009-06-23 Zhongxing XuIf the init list is fewer than the struct fields, bind...
2009-06-23 Zhongxing XuInstead of setting the default value of the array regio...
2009-06-23 Chris LattnerFix our check for "random whitespace between a \ and...
2009-06-23 Zhongxing XuMemRegionManager: Migrate logic for getCodeTextRegion...
2009-06-23 Zhongxing XuRemove duplicated methods.
2009-06-23 Zhongxing Xuadd a fixme.
2009-06-23 Chris Lattnerfix PR4423.
2009-06-23 Anders CarlssonCheck in a new template argument list builder that...
2009-06-23 Chris Lattnerswitch Warnings.cpp to use the diagnostics machinery...
2009-06-23 Ted KremenekMemRegions:
2009-06-23 Chris Lattner__APPLE_CC__ should only be set when building for darwi...
2009-06-23 Argyrios KyrtzidisRemove operator '<=' overload for SourceLocation.
2009-06-23 Argyrios KyrtzidisDon't use operator overload '<' for SourceLocation...
2009-06-23 Argyrios KyrtzidisIn SourceManager::createFileID missed setting ContentCa...
2009-06-23 Argyrios KyrtzidisAdd a comment.
2009-06-23 Ted KremenekMemRegionManager: Migrate logic for getAllocaRegion...
2009-06-23 Ted KremenekMemRegionManager: Migrate getObjCObjectRegion() and...
2009-06-22 Douglas GregorSome semantic tests for implicit instantiations
2009-06-22 Fariborz Jahanianpatch to mark use of implicit copy constructors.
2009-06-22 Ted KremenekMigrate factory methods for FieldRegion and ObjCIVarReg...
2009-06-22 Douglas GregorRobustify a bunch of C++-related declaration actions.
2009-06-22 Ted KremenekRefactor some of the logic in MemRegionManager for...
2009-06-22 Douglas GregorImplement implicit instantiation of the member function...
2009-06-22 Chris Lattneradd a warning group for unavailable decls that mirrors...
2009-06-22 Douglas GregorRework the way we track which declarations are "used...
2009-06-22 Fariborz JahanianChanges made per Doug's comments.
2009-06-22 Fariborz JahanianRemove ImplicitMustBeDefined, use universal 'Used'...
2009-06-22 Argyrios KyrtzidisAddressing Doug's suggestions:
2009-06-22 Fariborz JahanianFixed text of a diagnostics.
2009-06-22 Zhongxing XuAllow CodeTextRegion to be cast to 'void *'.
next