]> granicus.if.org Git - clang/shortlog
clang
2009-05-13 Daniel DunbarAdd a test case to showcase a difference in #pragma...
2009-05-13 Anders CarlssonUse an iterator type for found_decls_begin/found_decls_end.
2009-05-13 Anders CarlssonAdd a new, more advanced CheckDerivedToBaseConversion...
2009-05-13 Ted KremenekAdd some basic type checking for attributes ns_returns_...
2009-05-13 Ted KremenekUpdate checker build.
2009-05-13 Douglas GregorExplicit instantiations of templates now instantiate...
2009-05-13 Anders CarlssonDisable access control by default. It can be enabled...
2009-05-13 Ted KremenekAdd PostStmt::getStmtAs(). This unbreaks the build.
2009-05-13 Ted KremenekEnhance diagnostics value tracking logic for null deref...
2009-05-13 Ted KremenekAdd ExplodedNode utility methods 'getLocationAs()'...
2009-05-13 Daniel DunbarDriver: Emit an unsupported error on -iframework.
2009-05-13 Daniel DunbarABI handling: Fix invalid assertion, it is possible...
2009-05-13 Douglas GregorImprove the semantic checking for explicit instantiatio...
2009-05-13 Ted KremenekFix crasher reported in PR 4209 caused by an invalid...
2009-05-13 Fariborz JahanianSome early declarations to support sentinel attribute on
2009-05-13 Chris Lattnerremove the obsolete -fprint-source-range-info option
2009-05-13 Fariborz JahanianRemoved 4-letter :) word in comment.
2009-05-13 Ted KremenekFix <rdar://problem/6880975> [format string] Assertion...
2009-05-13 Ted KremenekFix crasher in CFRefCount.cpp reported by Nikita Zhuk...
2009-05-13 Chris LattnerFix rdar://6880630 - # in _Pragma does not start a...
2009-05-13 Chris Lattnerconvert test to use -verify
2009-05-13 Chris Lattnerrename test
2009-05-13 Chris LattnerFix rdar://6880951 by rejecting vectors of vectors.
2009-05-13 Chris Lattnerreject use of the GNU _Decimal32 extension with a diagn...
2009-05-13 Chris Lattnereli correctly points out that this code is dead, just...
2009-05-13 Chris Lattnerimplement __sync_synchronize and __sync_lock_release,
2009-05-13 Chris Lattneradd support for __sync_nand_and_fetch and __sync_fetch_...
2009-05-13 Chris LattnerFix rdar://6880874 - [sema] crash on array types with...
2009-05-13 Chris LattnerFix rdar://6881069, a crash on a form of vector_size...
2009-05-13 Chris LattnerFix rdar://6880259 - invalid function name in block...
2009-05-13 Chris LattnerWhen we expect two arguments but have zero, make sure...
2009-05-13 Fariborz JahanianChanged wording of warning when attribute is on
2009-05-13 Douglas GregorSemantic analysis for explicit instantiation of class...
2009-05-13 Daniel DunbarTweak wording
2009-05-12 Douglas GregorImplement parsing for explicit instantiations of class...
2009-05-12 Daniel DunbarNote a few more unsupported language extensions.
2009-05-12 Ted KremenekUpdate checker build.
2009-05-12 Chris Lattnerimprove the diagnostic for uses of the GCC "global...
2009-05-12 Douglas GregorParser::ParseDeclarationOrFunctionDefinition no longer...
2009-05-12 Fariborz JahanianMethod attributes may only be specified on method
2009-05-12 Douglas GregorRefactor the parsing of declarations so that template...
2009-05-12 Chris Lattnerimplement l-value codegen of comma expr
2009-05-12 Chris Lattnerpush GlobalDecl through enough of the CodeGenModule...
2009-05-12 Chris Lattneradd an initial stab at emitting deferred c++ inline...
2009-05-12 Chris Lattnercleanups, no functionality change.
2009-05-12 Chris LattnerMethod who have definitions in structs/classes are...
2009-05-12 Chris Lattnerstatic methods don't get this pointers.
2009-05-12 Chris Lattnerrevert my previous patch, I committed the wrong file.
2009-05-12 Douglas GregorDiagnostic wording fix, from Anders Johnsen
2009-05-12 Chris Lattnerstatic methods don't get this pointers.
2009-05-12 Ted KremenekFix: <rdar://problem/6320065> false positive - init...
2009-05-12 Fariborz JahanianFixed typos, used DenseSet for keeping track of
2009-05-12 Douglas GregorAlign the N/A in the C++ status table, from Anders...
2009-05-12 Chris Lattneraccept "#pragma clang foo" where we accept "#pragma...
2009-05-12 Fariborz JahanianPatch to implement ivar synthesis of properties declare...
2009-05-12 Ted KremenekMake scan-build process of --use-cc and --html-title...
2009-05-12 Douglas GregorFill in more C++ status. We're now using the check...
2009-05-12 Daniel DunbarDarwin x86-32 ABI: Now that structure passing is farthe...
2009-05-12 Daniel Dunbarx86-64 ABI: clang incorrectly passes union { long doubl...
2009-05-12 Zhongxing XuAdd logic for invalidating array region to CFRefCount...
2009-05-12 Ted KremenekFix <rdar://problem/6877235> Classes typedef-ed to...
2009-05-12 Douglas GregorMake precompiled headers work with -E. When we're only...
2009-05-12 Chris Lattnerwrap up a version of the man page that is minimally...
2009-05-12 Ted KremenekUpdate checker build.
2009-05-12 Chris Lattneradd some more content.
2009-05-11 Douglas GregorEncapsulate template arguments lists in a new class,
2009-05-11 Ted KremenekBugReport::getEndPath() - Only add a Stmt's range to...
2009-05-11 Anders CarlssonFactor code that's common to EmitCXXMemberCallExpr...
2009-05-11 Ted KremenekUse Text::ParseWords to make 'clang -###' parsing more...
2009-05-11 Daniel DunbarTweak this non-default test so it still works w/ x86...
2009-05-11 Daniel DunbarTest for x86 target features, I forgot to commit this.
2009-05-11 Daniel DunbarDarwin x86-32: Multi-dimensional arrays were not handle...
2009-05-11 Anders CarlssonFriend declarations are only valid inside class definit...
2009-05-11 Ted KremenekWhen stripping element regions for invalidating region...
2009-05-11 Chris Lattnerpull a bunch of options out of clang-cc.cpp. This...
2009-05-11 Anders CarlssonFix test case by always setting the type spec type...
2009-05-11 Daniel DunbarMake cleanup-stack.c test stronger, and work in release...
2009-05-11 Anders CarlssonAdd an ActOnFriendDecl and call it for friend class...
2009-05-11 Anders CarlssonFor friend class decls, always use TK_Reference so...
2009-05-11 Ted KremenekEdgeBuilder: DeclStmts and BinaryOperators are not...
2009-05-11 Ted KremenekEdgeBuilder::cleanUpLocation() should used the PathDiag...
2009-05-11 Ted Kremenekccc-analyzer should only analyze C and Objective-C...
2009-05-11 Douglas GregorImplement the notions of the "current instantiation...
2009-05-11 Ted KremenekBugReporter (extensive diagnostics): Add EdgeBuilder...
2009-05-11 Ted KremenekAdd ParentMap:getParentIgnoreParens().
2009-05-11 Fariborz JahanianPatch to allow Nonfragile ABI to use 32-bit style legacy
2009-05-11 Ted KremenekUpdate checker build.
2009-05-11 Daniel DunbarDarwin x86_32: Treat records with unnamed bit-fields...
2009-05-11 Ted KremenekFix regression reported in <rdar://problem/6866843...
2009-05-11 Chris LattnerMore improvements for GNU runtime objc EH, patch by...
2009-05-11 Douglas GregorMove terminal-width computation over to llvm::sys....
2009-05-11 Ted KremenekAdd test case for <rdar://problem/6257780>.
2009-05-11 Douglas GregorAdd a test for canonicalization of template arguments
2009-05-11 Ted KremenekUpdate checker build.
2009-05-11 Ted KremenekFix a bug found by Thomas Clement where 'return [[...
2009-05-11 Zhongxing XuTypedRegion is a too general assumption. Usually we...
2009-05-11 Zhongxing XuWhen retrieving an ElementRegion, if its super region...
2009-05-11 Zhongxing XuFix a bug that leads to infinite loop. Set the correct...
2009-05-10 Douglas GregorWith the introduction of nullptr, a template argument...
2009-05-10 Douglas GregorThe canonical declaration of a NULL declaration is...
next