aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-22[analyzer] Add the stat for the number of successfully explored paths.Anna Zaks
2012-03-22[analyzer] Add stats useful for coverage investigations.Anna Zaks
2012-03-22[analyzer] Add inlining awareness to the block coverage computationAnna Zaks
2012-03-22modern objc rewriter: until we can translate block literalsFariborz Jahanian
2012-03-22Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729>Bob Wilson
2012-03-22modern objective-c rewriter: Fix up translation ofFariborz Jahanian
2012-03-22[PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis
2012-03-22Update front page to indicate that we do, in fact, support some of C++11.Richard Smith
2012-03-22"Teach" RetainCountChecker about dispatch_set_context, which can indirectly f...Ted Kremenek
2012-03-22Relax the FileCheck assertions in this test a touch. Previously the testChandler Carruth
2012-03-22Fix broken CFG when an initializer is a statement expression that starts with...Ted Kremenek
2012-03-22During the instantiation of a class template specialization, thatRichard Smith
2012-03-22Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we ...Argyrios Kyrtzidis
2012-03-22[analyzer] Malloc: drop symbols captured by blocks.Anna Zaks
2012-03-21modern objective-c translator: Change declaration ofFariborz Jahanian
2012-03-21Change the binary operator data recursive evaluator to not stop at the firstRichard Trieu
2012-03-21Remove unused variable, fix indentation.Benjamin Kramer
2012-03-21For enums with no tag name, display its location in Fariborz Jahanian
2012-03-21fixes the diagnostic issued in // rdar://11069896Fariborz Jahanian
2012-03-21Report the natural alignment of unsigned long long, not the preferred alignment.Chad Rosier
2012-03-21Try to get cpath.c passing on windows, using lit's new ${pathsep} variable.Nico Weber
2012-03-21[analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks
2012-03-21[analyser] Factor out FindUniqueBinding from RetainCount checker.Anna Zaks
2012-03-21[analyzer] Re-enable the test disabled by r152969.Anna Zaks
2012-03-21Duplicated code is bad. At least make it consistent.Bob Wilson
2012-03-21Allow void blocks to return witn a void expression in Fariborz Jahanian
2012-03-21For Darwin, do not let -mcpu override the -arch option. <rdar://11059238>Bob Wilson
2012-03-21modern objective-c rewriter: remove 'const' fromFariborz Jahanian
2012-03-21Removed repeated word (of of).Patrick Beard
2012-03-21Undo previous patch as I checked more than I intended.Fariborz Jahanian
2012-03-21modern objective-c rewriter: remove 'const' fromFariborz Jahanian
2012-03-21For the annals of subtle but terrible bugs: fix a longstanding bugJohn McCall
2012-03-21clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi
2012-03-21RewriteModernObjC.cpp: Don't expose temporary std::string with StringRef. (St...NAKAMURA Takumi
2012-03-21Test case for rdar://problem/11055105, a bug with the instantiationJohn McCall
2012-03-21Close the paren.Fariborz Jahanian
2012-03-20Update comment.Eric Christopher
2012-03-20numberWithFloat -> numberWithDouble.Patrick Beard
2012-03-20modern objective-c translator: insert couple of pragmas for optimization.Fariborz Jahanian
2012-03-20Fixed typo.Patrick Beard
2012-03-20Added summary section for Object Literals and Subscripting, which contains th...Patrick Beard
2012-03-20modern objective-c translator: add static function to initialize Fariborz Jahanian
2012-03-20More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.Sebastian Redl
2012-03-20Fix the other place where C++98 work for initializer lists was necessary.Sebastian Redl
2012-03-20more modern objective-c meta-data stuff.Fariborz Jahanian
2012-03-20Fixed typos.Patrick Beard
2012-03-20Link to Objective-C literals documentation.Patrick Beard
2012-03-20Objective-C literals documentation.Patrick Beard
2012-03-20Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek
2012-03-20Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva...Benjamin Kramer