]> granicus.if.org Git - clang/shortlog
clang
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 *'.
2009-06-21 Fariborz JahanianRenamed Protocol as TheProtocol so people can use clang...
2009-06-21 Zhongxing XuReturn UnknownVal for pointer arithmetic on struct...
2009-06-20 Fariborz JahanianMade improvements in c++'s object model patch on Doug...
2009-06-20 Argyrios KyrtzidisSlight modification to column checking inside SourceMan...
2009-06-20 Argyrios KyrtzidisAdd the license part to the new source files.
2009-06-20 Argyrios KyrtzidisIntroduce SourceManager::getLocation() to get a source...
2009-06-20 Argyrios KyrtzidisSerialize FunctionDecl's EndRangeLoc out to the PCH...
2009-06-20 Argyrios KyrtzidisIntroduce Decl::getSourceRange() which, like Stmt:...
2009-06-20 Argyrios KyrtzidisAdd operator '<=' for comparing SourceLocations.
2009-06-20 Argyrios KyrtzidisIntroduce the ASTUnit class.
2009-06-20 Douglas GregorParsing and AST support for using declarations, from...
2009-06-20 Douglas GregorAdd -fblocks
2009-06-20 Fariborz JahanianAdded writing and reading of the ConstQualAdded flag of
2009-06-19 Douglas GregorKeep track of when declarations are "used" according...
2009-06-19 Fariborz JahanianUse QualType to represent block's implicit return type as
2009-06-19 Fariborz JahanianPatch for implementation of C++'s object model. This is
2009-06-19 Ted KremenekRemove more GetSVal/GetLValue methods in GRExprEngine...
2009-06-19 Argyrios KyrtzidisFix bug in the new PCHReader constructor. PP and Contex...
2009-06-19 Argyrios KyrtzidisTiny correction on the command-line source location...
2009-06-19 Zhongxing XuA further step of r73690: associate the cast-to type...
2009-06-19 Zhongxing XuIf the SymbolicRegion was cast to another type, use...
2009-06-19 Argyrios KyrtzidisMake changes to PCHReader to allow reading a PCH file...
2009-06-18 Ted KremenekMove clients over from using GRStateManager::BindXXX...
2009-06-18 Ted KremenekRemove GRStateManager& field from SimpleConstraintManager.
2009-06-18 Ted KremeneklibAnalysis:
2009-06-18 Douglas GregorSome cleanups suggested by Chris
2009-06-18 Douglas GregorMove the static DeclAttrs map into ASTContext. Fixes...
2009-06-18 Douglas GregorAdd some missing CMake dependencies
2009-06-18 Zhongxing XuModify test case comments.
2009-06-18 Zhongxing XuWhen casting region, if we do not create an element...
2009-06-18 Chris LattnerFix a crash that can occur when a #pragma handler eats...
2009-06-18 Zhongxing XuMore GRStateRef removal fix.
2009-06-18 Eli FriedmanAdd a target triple to a couple of tests which depend...
2009-06-18 Ted KremenekRemove GRStateRef.
2009-06-18 Ted KremenekRemove more dependencies on GRStateRef. As a consequen...
2009-06-18 Ted KremenekRemove another dependency on GRStateRef.
2009-06-17 Douglas GregorDiagnose class members that shadow a template parameter...
2009-06-17 Douglas GregorFix regression testing in Xcode, again
2009-06-17 Argyrios KyrtzidisFix some erroneous comments due to trigger-happy copy...
2009-06-17 Argyrios KyrtzidisFactor out some common code into Sema::EnterDeclaratorC...
2009-06-17 Argyrios KyrtzidisImplement correct name lookup inside an initializer...
2009-06-17 Argyrios KyrtzidisMove CXXMethodDecl::OutOfLineDefinition into Decl:...
2009-06-17 Fariborz JahanianRemoved deadcode related to addition of constructor
2009-06-17 Steve NaroffFirst step toward fixing <rdar://problem/6613046> refac...
2009-06-17 Ted KremenekRemove more uses of GRStateRef.
2009-06-17 Ted KremenekClass 'Environment' no longer should subclass llvm...
2009-06-17 Ted KremenekStart moving in the direction of removing GRStateRef...
2009-06-17 Douglas GregorSupport dependent extended vector types and template...
2009-06-17 Daniel DunbarTesting improvements:
2009-06-17 Douglas GregorSearch path for 64-bit Ubuntu Linux, from Anders Johnsen
2009-06-17 Fariborz JahanianAdded missing @endcode.
2009-06-17 Douglas GregorDiagnose the use of attributes on namespace aliases...
2009-06-17 Douglas GregorMake sure that .td and .def files get into the list...
2009-06-17 Chris Lattnerlink in targets
2009-06-17 Chris LattnerRemove old #includes
2009-06-17 Douglas GregorUse env properly in test/Driver/analyze.c
2009-06-17 Chris LattnerUpdate clang for the add ->add/fadd split. Likewise...
2009-06-17 Anders CarlssonRemove all non-const getters from TemplateArgumentList.
2009-06-17 Fariborz JahanianPlace -Wreadonly-setter-attrs under -Wmost option group.
2009-06-16 Douglas GregorIf any tests fail, the test runner returns a status...
2009-06-16 Douglas GregorMake these driver tests do the right thing even when...
2009-06-16 Daniel DunbarStub out printing of the thread model with -v.
2009-06-16 Daniel DunbarFake support for -print-multi-*
2009-06-16 Anders CarlssonSince integral template arguments can't have dependent...
2009-06-16 Ted KremenekAdd utility method GRStateRef::makeWithStore().
2009-06-16 Anders CarlssonMake DeduceNonTypeTemplateArgument take an APSInt inste...
2009-06-16 Ted KremenekRegionStoreManager:
2009-06-16 Douglas GregorMake the clang executable target depend on clang-cc
2009-06-16 Douglas GregorDon't warn about -Winvalid-pch or -Wno-invalid-pch...
2009-06-16 Daniel DunbarFix typo in prev commit.
2009-06-16 Daniel DunbarDarwin/Driver: Also look at -arch command line options...
2009-06-16 Ted KremenekAdd IOKit test cases for retain/release checker.
2009-06-16 Douglas GregorUpdate Clang to include the InitializeAllTargets and
next