Age | Commit message (Expand) | Author |
2012-03-05 | [analyzer] False positive in SelfInit - teach the checker about method | Anna Zaks |
2012-03-05 | [analyzer] Malloc should assume that ownership is transfered when | Anna Zaks |
2012-03-05 | Avoid double lookup. | Benjamin Kramer |
2012-03-05 | Properly handle non-canonical underlying types in | Peter Collingbourne |
2012-03-05 | Fix a -Wstring-plus-int warning. | Nico Weber |
2012-03-05 | TargetInfo: create less temporary strings. | Benjamin Kramer |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola |
2012-03-05 | Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X woul... | James Molloy |
2012-03-05 | [arcmt] | Argyrios Kyrtzidis |
2012-03-05 | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis |
2012-03-05 | [preprocessor] Enhance the preprocessor callbacks: | Argyrios Kyrtzidis |
2012-03-05 | More tests for r152012. | Richard Smith |
2012-03-05 | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith |
2012-03-05 | [clang.py] Return bool from Cursor.__eq__ | Gregory Szorc |
2012-03-04 | Remove a recursive visitation in ExprEngine that is no longer needed because ... | Erik Verbruggen |
2012-03-04 | Silence a GCC warning about a set-but-not-used variable in release builds. | Chandler Carruth |
2012-03-04 | Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. | Richard Smith |
2012-03-04 | From his comment in PR12168, Eli seems confused about the alignment assumptions | Chris Lattner |
2012-03-04 | add a testcase for PR12094 and fix a crash on pointer to incomplete type, | Chris Lattner |
2012-03-03 | Add a pile of tests for unrestricted unions, and advertise support for them. | Richard Smith |
2012-03-03 | constexpr: Remove APValue/CCValue distinction. It is no longer useful given the | Richard Smith |
2012-03-03 | Remove unused variable. | Benjamin Kramer |
2012-03-03 | Fix Typo in 'objc changes' anchor. | Jean-Daniel Dupas |
2012-03-03 | Avoid an unnecessary recursive loop between type canonicalization and NNS can... | Eli Friedman |
2012-03-03 | [analyzer] do not warn about returning stack-allocated memory when it comes f... | Ted Kremenek |
2012-03-03 | Factor bitfields of LangOptions out into a base class in order to make them | Richard Smith |
2012-03-03 | Frontend: Default to creating output files using temporary files + rename. | Daniel Dunbar |
2012-03-03 | Frontend: Don't automatically create missing directories when using temporary... | Daniel Dunbar |
2012-03-02 | Thread safety analysis: expand set of expressions that can be used to denote ... | DeLesley Hutchins |
2012-03-02 | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith |
2012-03-02 | Unbreak the CMake builds following the CallGraph change. | Anna Zaks |
2012-03-02 | Add a test for the -Wstring-plus-int fixit note. | Nico Weber |
2012-03-02 | [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename | Anna Zaks |
2012-03-02 | Adding support for #pragma include_alias in MS compatibility mode. This impl... | Aaron Ballman |
2012-03-02 | Issue warning when late-parsed attributes have no declaration. | DeLesley Hutchins |
2012-03-02 | Make late-parsed attributes follow the conventions of ordinary | DeLesley Hutchins |
2012-03-02 | Thread safety analysis: handle CFG blocks which call functions marked as nore... | DeLesley Hutchins |
2012-03-02 | Add -Wstring-plus-int, which warns on "str" + int and int + "str". | Nico Weber |
2012-03-02 | objc: When issue diagnostic about deprecated method, also | Fariborz Jahanian |
2012-03-02 | [analyzer diagnostics] flush locations *before* popping the current path when... | Ted Kremenek |
2012-03-02 | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 | Hal Finkel |
2012-03-02 | Move int<->pointer conversion warnings behind -Wint-conversions. | Nico Weber |
2012-03-02 | [Sema] Fix crash-on-invalid-code issue: | Argyrios Kyrtzidis |
2012-03-02 | [analyzer] Bound the size of the functions being inlined + provide | Anna Zaks |
2012-03-02 | PR12094: Set the alignment of memory intrinsic instructions based on the | Jay Foad |
2012-03-02 | Change diagnostic test for my last patch. | Fariborz Jahanian |
2012-03-02 | Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable... | Daniel Dunbar |
2012-03-02 | Use tabs instead of spaces. | Benjamin Kramer |
2012-03-02 | clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. | Jia Liu |
2012-03-02 | Add the Solaris support directory to the header search when using libc++. | David Chisnall |