]> granicus.if.org Git - clang/shortlog
clang
2009-05-15 Anders CarlssonAdd SemaTemplateInstantiateStmt.cpp to Xcode project.
2009-05-15 Douglas GregorMake sure that the type associated with a class templat...
2009-05-15 Douglas GregorTemplate instantiation for "if" statements. Also:
2009-05-15 Ted KremenekUpdate checker build.
2009-05-15 Anders CarlssonA C++ member function always has either weak linkage...
2009-05-15 Douglas GregorMove statement instantiation into its own file. No...
2009-05-15 Douglas GregorWhen word-wrapping, be more defensive about a ridiculou...
2009-05-15 Douglas GregorCall ActOnStartOfFunctionDecl/ActOnFinishFunctionBody...
2009-05-15 Anders CarlssonName mangling for class template specializations and...
2009-05-15 Chris LattnerFix processing of -Ufoo to not inject "#undef foo 1...
2009-05-15 Ted KremenekFix crash when deriving the enclosing summary of a...
2009-05-15 Ted KremenekRemove extra whitespace character in string literal...
2009-05-15 Ted KremenekUpdate checker build.
2009-05-15 Ted KremenekUse dyn_cast instead of cast to allow our assumptions...
2009-05-15 Ted KremenekCleanup internal checks bug reporting, allowing interme...
2009-05-15 Ted KremenekRe-enable passing analyzer options from scan-build...
2009-05-15 Ted KremenekDon't strip quotes in compiler line for -D arguments.
2009-05-15 Ted KremenekBugReporter (extensive diagnostics): Do not include...
2009-05-15 Ted KremenekPathDiagnosticLocation::asRange(): for a PathDiagnostic...
2009-05-15 Ted KremenekBugReporter (extensive diagnostics): Add control-flow...
2009-05-15 Anders CarlssonInstantiate return statements.
2009-05-15 Mike StumpFixup debug information for the location information...
2009-05-15 Anders CarlssonAdd NullStmt::Clone and use it
2009-05-15 Anders CarlssonInstantiate goto and label statements. (Very useful...
2009-05-15 Anders CarlssonAdd SemaTemplateInstantiateExpr.cpp to Xcode project.
2009-05-15 Douglas GregorImplement template instantiation for DeclStmt
2009-05-14 Fariborz JahanianDon't warn if result/argument type of an implemented
2009-05-14 Douglas GregorTemplate instantiation for the NULL statement. Lame...
2009-05-14 Douglas GregorIntroduce basic support for instantiating the definitio...
2009-05-14 Anders CarlssonCheck that the function being overridden is virtual.
2009-05-14 Anders CarlssonImprovements to the FunctionDecl getters/setters.
2009-05-14 Douglas GregorIntroduce a stack of instantiation scopes that are...
2009-05-14 Ted KremenekFix <rdar://problem/6859457> [NSData dataWithBytesNoCop...
2009-05-14 Anders CarlssonFix the same speling error in the test case (Duh).
2009-05-14 Douglas GregorLink FunctionDecls instantiated from the member functio...
2009-05-14 Anders CarlssonFix a speling error.
2009-05-14 Fariborz Jahanianupdated comments.
2009-05-14 Fariborz JahanianAdds recognition of sentinel attribute on block declara...
2009-05-14 Anders CarlssonBetter diagnostics for covariance when checking overrid...
2009-05-14 Sebastian RedlWhen there are any member new operators, global version...
2009-05-14 Fariborz JahanianDiagnose missing sentinel argument on a funciton call
2009-05-14 Daniel DunbarAvoid generating temp in source directory
2009-05-14 Daniel DunbarSkip the asm prefix when storing the name in block...
2009-05-14 Douglas GregorIn C++, warn when something previously declared as...
2009-05-14 Douglas GregorAdd forward declaration of Token. Thanks to Martin...
2009-05-14 Mike StumpEnhance debug information for block literals. Radar...
2009-05-14 Daniel DunbarWe need to specify the "linkage name" to the subprogram...
2009-05-14 Anders CarlssonAdd return type checking for overriding virtual functio...
2009-05-14 Douglas GregorImplement explicit instantiations of member classes...
2009-05-13 Fariborz JahanianLook for and diagnose missing sentinel argument on...
2009-05-13 Daniel DunbarMake sure not to include the LLVM asm prefix in functio...
2009-05-13 Daniel DunbarNote that clang follows the MSVC definition for #pragma...
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.
next