]> granicus.if.org Git - clang/shortlog
clang
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
2009-06-16 Chris Lattnersimplify .td file
2009-06-16 Fariborz JahanianAdd -Wundeclared-selector to -Wmost options group.
2009-06-16 Devang PatelIt is possible that main input file does not have any...
2009-06-16 Fariborz JahanianTest case was left behind from my last patch.
2009-06-16 Ted KremenekUpdate checker build.
2009-06-16 Chris Lattnertestcase for r72869, it turns out that it happens in...
2009-06-16 Chris Lattnerfollow-on to my patch: some targets (like sparc) do not
2009-06-16 Fariborz JahanianImplements -Wundeclared-selector for ObjC.
2009-06-16 Chris Lattnerremove extraneous diff.
2009-06-16 Chris Lattnermy refactoring of builtins changed target-specific...
2009-06-16 Zhongxing XuUse canonical type for building ElementRegion. Otherwis...
2009-06-16 Zhongxing XuDo not invalidate unboundable regions in GRSimpleVals...
2009-06-16 Anders CarlssonHandle temporaries in default arguments.
2009-06-16 Anders CarlssonKeep track of whether a type parameter type is a parame...
2009-06-16 Steve NaroffAdd a comment to Sema::ActOnTranslationUnitScope().
2009-06-15 Chris Lattneraccept and ignore -Wdiv-by-zero
2009-06-15 Ted KremenekFix: <rdar://problem/6945561> -[CIContext createCGLayer...
2009-06-15 Ted KremenekFix: <rdar://problem/6961230> add knowledge of IOKit...
2009-06-15 Douglas GregorTweak the C++ open projects page
2009-06-15 Eli FriedmanPR4395: Don't detect token concatenation in C mode for
2009-06-15 Anders CarlssonInclude <limits>
2009-06-15 Douglas GregorMore XML output support, from Olaf Krzikalla!
2009-06-15 Anders CarlssonMore parameter pack work.
2009-06-15 Ted KremenekRevert r73341.
2009-06-15 Daniel DunbarMore [basic.lookup.unqual] tests.
2009-06-15 Anders CarlssonAdd a new 'Pack' argument kind to TemplateArgument...
2009-06-15 Douglas GregorBase SFINAE error suppression counting on the class...
2009-06-15 Douglas GregorNote that we've implemented the right angle brackets...
2009-06-15 Daniel DunbarTest for [basic.lookup.unqual]p3
2009-06-15 Zhongxing Xu'not magic' => 'is not magic'
2009-06-15 Eli FriedmanPR4388: get rid of an extra # line directive; in additi...
2009-06-15 Chris LattnerMinor tweak to -fdiagnostics-print-source-range-info...
2009-06-15 Chris LattnerFix #pragma GCC system_header by making it insert a...
2009-06-15 Chris Lattnerrename test
2009-06-15 Chris Lattnerconvert this test to -verify mode.
2009-06-15 Chris LattnerIf PCH refers to a file that doesn't exist anymore...
2009-06-15 Chris Lattneruse the new Path::isAbsolute function, fixing a fixme...
next