2012-02-29 |
Sebastian Redl | Tentatively fix PR12117. The test case from the bug... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
James Molloy | Reapply r151638 and r151641. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Erik Verbruggen | Remove a recursive visitiation in ExprEngine that is... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Ted Kremenek | [analyzer] Tweak the UnreachableCode checker to not... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eli Friedman | A couple minor bug-fixes for template instantiation... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Argyrios Kyrtzidis | [driver] Emit an error when trying to use ARC on macosx... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eric Christopher | Add support for handling captured variables in lambda... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eric Christopher | Add some iterators for grabbing lambda expression contexts. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eli Friedman | Make the odr-use logic work correctly for constant... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Sema/ObjC: Override search can generate a large search... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | ASTWriter: Cache some DenseMaps we use repeatedly. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
NAKAMURA Takumi | clang/test/Analysis/stats.c: Fix up r151656. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
NAKAMURA Takumi | clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Parse: Change PragmaPackHandler to use the preprocessor... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Fariborz Jahanian | objective-c modern translator. Fixes misc. bug in writing |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Remove stray semi-colon. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eli Friedman | Make sure list-initialization of arrays works correctly... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | [libclang] Add a test I forgot to commit. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | [PCH] Include a darwin-only PCH test on Cocoa.h. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | Revert r151638 because it causes assertion hit on PCH... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Sebastian Redl | Single- and zero-element initializer lists to scalars... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Ted Kremenek | [analyzer diagnostics] Refactor filtration for PathDiag... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Ted Kremenek | [analyzer diagnostics] start prototyping stripping... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Fariborz Jahanian | Modern objective-c translator. rewriting ivars of aggre... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Anna Zaks | [analyzer] Leaks should be uniqued by the allocation... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Eli Friedman | Prefer bitcast+GEP over ptrtoint+sub+inttoptr: it's... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Anna Zaks | [analyzer] Retain release: drop the line number info... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Anna Zaks | [analyzer] Stats: Add the stats about remove dead bindi... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Chad Rosier | [driver] Add support for -g2 and -ggdb debug flags. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David Chisnall | Add -lm by default on Solaris. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David Chisnall | It turns out -fno-cxa-atexit just produces broken code... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
James Molloy | Un-break clang based on r151638 - What was meant to... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
James Molloy | Correctly track tags and enum members defined in the... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | [AST] When we @synthesize a property with a user-define... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | [libclang] When indexing an objc property, also provide... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Argyrios Kyrtzidis | [AST] Associate the getter/setter methods to a property... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David Chisnall | Some more Solaris fixes. Now successfully building... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Daniel Dunbar | Remove stray semi-colons. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Eli Friedman | Basic coverage test for conversion-to-block-pointer... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Anna Zaks | [analyzer] Leaks should be uniqued by the allocation... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Anna Zaks | [analyzer] Fix Malloc False Positive (PR 12100) |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Eli Friedman | Implement IRGen for the retain-autorelease in the lambd... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Ted Kremenek | [analyzer] teach analyzer about ObjC literals, thus... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jim Grosbach | Re-enable the Darwin ARM integrated assembler. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Anna Zaks | [analyzer] Leaks should be uniqued by the allocation... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Richard Trieu | Fix a test case that was added in r151570. The redirec... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ted Kremenek | [analyzer] Don't generate an explicit ExplodedNode... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Sebastian Redl | Hack in a loud error for PR12086. Better than a silent... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Argyrios Kyrtzidis | When evaluating integer expressions include a check... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ted Kremenek | After numerous requests, have Objective-C 'method decla... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Sebastian Redl | Implement a FIXME for conversion sequence distinction... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Ted Kremenek | Fix documentation typo. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Anna Zaks | [analyzer] Add -analyzer-stats, which hooks up LLVM... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Fix a couple bugs in the way we handle array indexes... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Argyrios Kyrtzidis | Move "clang/Analysis/Support/SaveAndRestore.h" to ... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Sebastian Redl | Convert initializer lists to temporaries in CreateBuilt... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Add missing code for compound literals of complex type... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Argyrios Kyrtzidis | Revert testing code I committed by mistake in r151464. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Benjamin Kramer | Just drop the bitfield from ExtProtoInfo, this struct... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Richard Smith | Speculatively attempt to work around a hypothetical... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Chad Rosier | Test case for r151429/r151430, which ensures llvm.lifet... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Benjamin Kramer | Serialize InitListExpr's initializesStdInitializerList... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eric Christopher | ObjcInterfaceTypes are also complete types for the... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eric Christopher | Make this test a bit more robust for debug info changes. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Richard Smith | Ensure that we delete default constructors in the right... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Richard Smith | Fix decltype crash-on-invalid, if we don't find a match... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Tests for r151508. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Half of PR12088: parse braced-init-lists on the RHS... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Gregory Szorc | [clang.py] Test Cursor.__ne__ |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Reorder members to save padding. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Move CharacterLiteral, FloatingLiteral and UnaryExprOrT... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Make clever use of padding to shrink IntegerLiterals. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Bit pack StringLiteral. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Reduce padding in MemberExpr. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | CompoundLiteralExpr: Pair a bool with a pointer. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Shuffle members of DesignatedInitExpr to avoid padding. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Bit pack ExtProtoInfo. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Move FullSourceLoc::dump into the .cpp file, the used... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Okay, makes sense to change all the occurences to match... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Benjamin Kramer | Allow any file extension for the clang binary in the... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Don't assert when trying to diagnose why a class with... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chandler Carruth | Add the critical crtbegin.o files necessary for any... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chandler Carruth | A follow-up to r151482 which added support for powerpc... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Ensure that we delete destructors in the right cases... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Chandler Carruth | Add support for PPC and PPC64 multiarch toolchains... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Make sure we don't try to produce a definition of an... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Update release notes and language extensions pages... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Richard Smith | Special members which are defaulted or deleted on their... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Argyrios Kyrtzidis | Revert r151460 as it is not enough to address the issue. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Sebastian Redl | Richard Smith pointed out that there already is a propo... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Argyrios Kyrtzidis | When evaluating integer expressions handle logical... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Sebastian Redl | Initializer lists are now supported. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Sebastian Redl | CodeGen support for global variables of type std::initi... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Sebastian Redl | Fix crashers on unexpected std::initializer_list layout... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Sebastian Redl | Better mangling for new-expressions. Also, although... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Temporarily revert r151288: |
commit | commitdiff | tree | snapshot |
2012-02-25 |
NAKAMURA Takumi | CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Ahmed Charles | ArrayRef'ize various functions in the AST/Parser/Sema. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Accept __has_feature(__feature__) as a synonym for... |
commit | commitdiff | tree | snapshot |
next |