Age | Commit 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 computation | Anna Zaks |
2012-03-22 | modern objc rewriter: until we can translate block literals | Fariborz Jahanian |
2012-03-22 | Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> | Bob Wilson |
2012-03-22 | modern objective-c rewriter: Fix up translation of | Fariborz Jahanian |
2012-03-22 | [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, | Argyrios Kyrtzidis |
2012-03-22 | Update 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-22 | Relax the FileCheck assertions in this test a touch. Previously the test | Chandler Carruth |
2012-03-22 | Fix broken CFG when an initializer is a statement expression that starts with... | Ted Kremenek |
2012-03-22 | During the instantiation of a class template specialization, that | Richard Smith |
2012-03-22 | Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we ... | Argyrios Kyrtzidis |
2012-03-22 | [analyzer] Malloc: drop symbols captured by blocks. | Anna Zaks |
2012-03-21 | modern objective-c translator: Change declaration of | Fariborz Jahanian |
2012-03-21 | Change the binary operator data recursive evaluator to not stop at the first | Richard Trieu |
2012-03-21 | Remove unused variable, fix indentation. | Benjamin Kramer |
2012-03-21 | For enums with no tag name, display its location in | Fariborz Jahanian |
2012-03-21 | fixes the diagnostic issued in // rdar://11069896 | Fariborz Jahanian |
2012-03-21 | Report the natural alignment of unsigned long long, not the preferred alignment. | Chad Rosier |
2012-03-21 | Try 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-21 | Duplicated code is bad. At least make it consistent. | Bob Wilson |
2012-03-21 | Allow void blocks to return witn a void expression in | Fariborz Jahanian |
2012-03-21 | For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> | Bob Wilson |
2012-03-21 | modern objective-c rewriter: remove 'const' from | Fariborz Jahanian |
2012-03-21 | Removed repeated word (of of). | Patrick Beard |
2012-03-21 | Undo previous patch as I checked more than I intended. | Fariborz Jahanian |
2012-03-21 | modern objective-c rewriter: remove 'const' from | Fariborz Jahanian |
2012-03-21 | For the annals of subtle but terrible bugs: fix a longstanding bug | John McCall |
2012-03-21 | clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit. | NAKAMURA Takumi |
2012-03-21 | RewriteModernObjC.cpp: Don't expose temporary std::string with StringRef. (St... | NAKAMURA Takumi |
2012-03-21 | Test case for rdar://problem/11055105, a bug with the instantiation | John McCall |
2012-03-21 | Close the paren. | Fariborz Jahanian |
2012-03-20 | Update comment. | Eric Christopher |
2012-03-20 | numberWithFloat -> numberWithDouble. | Patrick Beard |
2012-03-20 | modern objective-c translator: insert couple of pragmas for optimization. | Fariborz Jahanian |
2012-03-20 | Fixed typo. | Patrick Beard |
2012-03-20 | Added summary section for Object Literals and Subscripting, which contains th... | Patrick Beard |
2012-03-20 | modern objective-c translator: add static function to initialize | Fariborz Jahanian |
2012-03-20 | More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. | Sebastian Redl |
2012-03-20 | Fix the other place where C++98 work for initializer lists was necessary. | Sebastian Redl |
2012-03-20 | more modern objective-c meta-data stuff. | Fariborz Jahanian |
2012-03-20 | Fixed typos. | Patrick Beard |
2012-03-20 | Link to Objective-C literals documentation. | Patrick Beard |
2012-03-20 | Objective-C literals documentation. | Patrick Beard |
2012-03-20 | Don't include FixIts with a null replacement range. Fixes <rdar://problem/11... | Ted Kremenek |
2012-03-20 | Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva... | Benjamin Kramer |