]> granicus.if.org Git - clang/shortlog
clang
2009-05-15 Douglas GregorTemplate instantiation for break and continue statements.
2009-05-15 Douglas GregorIntroduce the EXPR macro into StmtNodes.def, so that...
2009-05-15 Douglas GregorTemplate instantiation for "for" loops
2009-05-15 Ted KremenekUpdate checker build.
2009-05-15 Douglas GregorTemplate instantiation for do-while statements.
2009-05-15 Daniel DunbarFactor code for adding module-level class lists into...
2009-05-15 Mike StumpFixup parsing for (throw,throw) and __extension__ throw 1.
2009-05-15 Douglas GregorTemplate instantiation for WhileStmt and CXXConditionDe...
2009-05-15 Douglas GregorMake sure that we use the canonical type for the names...
2009-05-15 Fariborz Jahanianimproved on diagnosing misplacement of sentinel attributes.
2009-05-15 Ted KremenekAdd hack to scan-build to fix PR 4215
2009-05-15 Fariborz Jahanianadded -fblocks to the test.
2009-05-15 Douglas GregorAllow instantiation of NULL expressions and statements
2009-05-15 Fariborz JahanianThis patch finishes off the sentinel attribute handling for
2009-05-15 Anders CarlssonI take it back, InstantiateExpr does not check for...
2009-05-15 Anders CarlssonInstantiation support for 'this'
2009-05-15 Anders CarlssonNo need to null check the expr, Sema::SemaRef.Instantia...
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...
next