]> granicus.if.org Git - clang/shortlog
clang
2009-05-16 Anders Carlssonextern "C" should preserve the 'extern' qualifier for...
2009-05-16 Anders CarlssonImprove checking of member expressions where the base...
2009-05-16 Daniel DunbarUpdate test case; I'm confused why this wasn't failing...
2009-05-16 Sebastian RedlTest case for previous commit. Explicit instantiation...
2009-05-16 Sebastian RedlImplement instantiation of a few boring, simple express...
2009-05-16 Eli FriedmanMissing change for r71941 (PR2044).
2009-05-16 Eli FriedmanAvoid calling mergeTypes in C++. I think these are...
2009-05-16 Eli FriedmanAdd stricter checking for va_arg.
2009-05-16 Eli FriedmanPR2044: reject declarations of functions returning...
2009-05-16 Eli FriedmanPR3009: Get rid of bogus warning for scalar compound...
2009-05-16 Mike StumpReflow some comments.
2009-05-16 Mike StumpReflow some comments.
2009-05-16 Mike StumpImplement a FIXME, we now pass in the locations of...
2009-05-16 Ted KremenekUpdate checker build.
2009-05-16 Eli FriedmanRemove useless wrapper.
2009-05-16 Mike StumpFixup __extension__ i = 1 parsing. Thanks Eli!
2009-05-16 Ted KremenekFix: <rdar://problem/6893565> False positive: don't...
2009-05-16 Ted KremenekFix another bug in BugReporter where we wouldn't always...
2009-05-16 Douglas GregorTemplate instantiation for IndirectGotoStmt. Now my...
2009-05-15 Douglas GregorTemplate instantiation for switch statements
2009-05-15 Fariborz JahanianRemoved superfluous code.
2009-05-15 Fariborz JahanianEarly support for __format__attribute on blocks.
2009-05-15 Anders CarlssonBasic support for member exprs where the base expr...
2009-05-15 Daniel DunbarClasses with "+load" methods need to go in the non...
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...
next