]> granicus.if.org Git - clang/shortlog
clang
2009-06-29 Daniel DunbarOpenBSD support.
2009-06-29 Argyrios Kyrtzidis-Keep a reference to the ASTContext inside the Translat...
2009-06-29 Argyrios KyrtzidisRemove redundant leftover code.
2009-06-29 Chris LattnerFix the FloatingLiteral API to take the isexact flag...
2009-06-29 Douglas GregorMove FunctionDecl::TemplateSpecializationInfo out into...
2009-06-29 Steve NaroffRemove ASTContext::getObjCQualifiedIdType().
2009-06-29 Zhongxing XuInvalidate the alloca region by setting its default...
2009-06-29 Zhongxing XuThe default answer for isBoundable() should be false.
2009-06-28 Bill WendlingMake the StackProtector bitfield use enums instead...
2009-06-28 Anders CarlssonMove the check for vprintf* functions inside of SemaChe...
2009-06-28 Chris Lattnermake these tests pass with the stack canary stuff even...
2009-06-28 Nate BegemanFix incorrect AST's being produced, noticed by Eli.
2009-06-28 Zhongxing XuNow this test case passes.
2009-06-28 Zhongxing XuAdjust retrieve handler priority. If a field is of...
2009-06-28 Zhongxing XuInvalidate a field of struct type by setting its defaul...
2009-06-28 Zhongxing XuDo not crash on binding concrete integer location.
2009-06-28 Zhongxing XuSimplify some code. As in region store, we always expec...
2009-06-28 Bill WendlingAdd stack protector support to clang. This generates...
2009-06-28 Nate BegemanOpenCL 1.0 support:
2009-06-27 Nate BegemanImplement feedback from Eli re: the purpose of lax...
2009-06-27 Douglas GregorImprove support for overloaded operator templates.
2009-06-27 Eli FriedmanFix the parser error hanlding for __builtin_offsetof...
2009-06-27 Douglas GregorAdd a Last Updated field to the C++ status page
2009-06-27 Fariborz JahanianRenamed MarcDestructorReferenced -> MarkDestructorRefer...
2009-06-27 Eli FriedmanFix screwup with my previous patch which broke tests...
2009-06-27 Eli FriedmanFix a crash with constructs like x<false>() in C++...
2009-06-27 Eli FriedmanFix a bogus error overloading an operator where the...
2009-06-27 Anders CarlssonImplement support for the format_arg attribute. Fixes...
2009-06-27 Anders CarlssonMake it possible for using decls to point to operators...
2009-06-27 Ted KremenekRemove the last 'GetXXX' methods from GRStateManager.
2009-06-27 Douglas GregorMake a note of improvements to function templates
2009-06-26 Fariborz JahanianPatch to mark destructors when they are used.
2009-06-26 Anders CarlssonFix test.
2009-06-26 Douglas GregorSet the rest of the flags we need to perform template...
2009-06-26 Douglas GregorDuring template argument deduction from a function...
2009-06-26 Anders CarlssonMore auto work.
2009-06-26 Anders CarlssonFix test.
2009-06-26 Douglas GregorA little template argument deduction test uncovered...
2009-06-26 Nate BegemanOpenCL 1.0 Support: fix a bug with lvalue swizzles
2009-06-26 Douglas GregorTemplate argument deduction is no longer responsible...
2009-06-26 Anders CarlssonCan't have arrays of auto.
2009-06-26 Anders CarlssonAn auto variable can't appear in its own initializer.
2009-06-26 Anders CarlssonImplement enough of the 'auto' keyword so we can claim...
2009-06-26 Devang Pateltypo
2009-06-26 Devang PatelRevrt PR4228 fix for now.
2009-06-26 Daniel DunbarSimplify, and fix a possible crash (never happens howev...
2009-06-26 Daniel DunbarFix bar title in graphs.
2009-06-26 Douglas GregorImprove template argument deduction for reference param...
2009-06-26 Nate BegemanOpenCL 1.0 Support:
2009-06-26 Daniel DunbarUpdate performance numbers (missed a link)
2009-06-26 Daniel DunbarUpdate performance numbers.
2009-06-26 Fariborz JahanianMinor change per Doug's comments.
2009-06-26 Nate BegemanOpenCL 1.0 support: attributes
2009-06-26 Anders CarlssonAdd NamedDecl::getUnderlyingDecl that can see through...
2009-06-26 Anders CarlssonSee through UsingDecls in more places.
2009-06-26 Anders CarlssonFix failing test.
2009-06-26 Zhongxing XuFix build break.
2009-06-26 Chris LattnerImprove error recovery in C++: when we hit 'implicit...
2009-06-26 Chris Lattnerfix PR4452, a crash on invalid. The error recovery...
2009-06-26 Chris Lattneroink is dead.
2009-06-26 Anders CarlssonFix another assert related to using decls.
2009-06-26 Chris Lattnerrearrange more code, this avoids a token lookahead...
2009-06-26 Chris Lattnermove some code around, no functionality change.
2009-06-26 Chris Lattnersimplify some code.
2009-06-26 Anders CarlssonWhen creating LookupResults, see through UsingDecls...
2009-06-26 Anders CarlssonFix PR4448.
2009-06-26 Nate BegemanOpenCL 1.0 support: explicit casts to ext-vector types
2009-06-26 Ted KremenekRemove '#include <sstream>' from libAnalysis.
2009-06-26 Ted KremenekUpdate method signature.
2009-06-26 Ted KremenekUnbreak build.
2009-06-26 Ted KremenekAdd missing header file.
2009-06-26 Douglas GregorImplicit instantiation for function template specializa...
2009-06-26 Ted KremenekRemove orphaned header file.
2009-06-26 Ted KremenekIntroduce a new concept to the static analyzer: SValuator.
2009-06-25 Nate BegemanOpenCL 1.0 Support: support "bool, true, false" tokens...
2009-06-25 Nate BegemanWrite/Read new Language Options
2009-06-25 Nate BegemanPCH support for OpenCL language options
2009-06-25 Nate BegemanOpenCL 1.0 patch 2/N: Language options & file extension
2009-06-25 Fariborz JahanianTest case for my last patch.
2009-06-25 Argyrios KyrtzidisCheck that index-test uses an up-to-date AST file.
2009-06-25 Douglas GregorImproved semantic analysis and AST respresentation...
2009-06-25 Argyrios KyrtzidisAdd some comments and clean-up some leftover code.
2009-06-25 Fariborz JahanianPatch to diagnose and Mark use of implicit default...
2009-06-25 Nate BegemanOpenCL 1.0 Support, patch 1/N: upper case swizzle opera...
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.
next