Age | Commit message (Expand) | Author |
2012-02-02 | constexpr: | Richard Smith |
2012-02-02 | Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. | Ted Kremenek |
2012-02-01 | Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p... | Rafael Espindola |
2012-02-01 | Look for declaration of CFBridgingRetain/CFBridgingRetain before | Fariborz Jahanian |
2012-02-01 | Add a new compiler warning, which flags anti-patterns used as the size | Anna Zaks |
2012-02-01 | Introduce the lambda scope before determining explicit captures, which | Douglas Gregor |
2012-02-01 | constexpr: overflow checking for integral and floating-point arithmetic. | Richard Smith |
2012-02-01 | constexpr: require 'this' to point to an object in a constexpr method call. | Richard Smith |
2012-02-01 | constexpr: add support for comparisons of pointer-to-members. | Richard Smith |
2012-02-01 | Diagnose attempts to explicitly capture a __block variable in a lambda. | Douglas Gregor |
2012-01-31 | objc-arc: In various diagnostics mention | Fariborz Jahanian |
2012-01-31 | constexpr: the result of a relational operator between pointers to void is | Richard Smith |
2012-01-31 | constexpr: catch a collection of integral undefined behaviors: | Richard Smith |
2012-01-30 | Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con... | Craig Topper |
2012-01-30 | Introduce TargetInfo::hasFeature() to query various feature names in | Douglas Gregor |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
2012-01-28 | Make the __builtin_c[lt]zs builtins target independent. | Benjamin Kramer |
2012-01-28 | DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool, | Argyrios Kyrtzidis |
2012-01-27 | Remove the "C" in "implicitly declaring C library function" diagnostic | Jean-Daniel Dupas |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis |
2012-01-27 | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith |
2012-01-26 | Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 | Bob Wilson |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis |
2012-01-26 | Fix our handling of #pragma GCC visibility. | Rafael Espindola |
2012-01-25 | Improve the error message slightly for files that aren't using the expected U... | Eli Friedman |
2012-01-25 | Represent 256-bit unaligned loads natively and remove the builtins. Similar c... | Craig Topper |
2012-01-24 | Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library Bu... | Jean-Daniel Dupas |
2012-01-24 | Remove trailing slash in front of header name of ObjC builtins. | Jean-Daniel Dupas |
2012-01-24 | Add a new warning, -Wover-aligned, which detects attempts to use the default | Nick Lewycky |
2012-01-24 | objc: Issue a generic diagnostic assigning to | Fariborz Jahanian |
2012-01-24 | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | Kostya Serebryany |
2012-01-24 | Promote the extension warning for attempts to catch a reference or | Douglas Gregor |
2012-01-24 | objc: issue error if assigning objects in fragile-abi too. | Fariborz Jahanian |
2012-01-24 | Reword/rename -Wswitch-unreachable-default. | David Blaikie |
2012-01-24 | Improve -Wswitch-enum diagnostic message. | David Blaikie |
2012-01-24 | objective-c: Ignore with warning forward class declaration whose name | Fariborz Jahanian |
2012-01-23 | Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCC | Douglas Gregor |
2012-01-23 | Downgrade C++11 narrowing conversion errors to warnings default-mapped | Douglas Gregor |
2012-01-23 | In microsoft mode, downgrade pseudo-destructors on void from error to warning. | Nico Weber |
2012-01-23 | Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default. | David Blaikie |
2012-01-23 | Implement -Wswitch-enum correctly. | David Blaikie |
2012-01-22 | Move -Wswitch-enum to -Wswitch | David Blaikie |
2012-01-21 | Add -Wswitch-enum-redundant-default. | David Blaikie |
2012-01-20 | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins |
2012-01-20 | Tighten format string diagnostic and make it a bit clearer (and a bit closer ... | Ted Kremenek |
2012-01-20 | Add ability to specifiy 'restrict' on parameters of builtins, and correct thi... | Ted Kremenek |
2012-01-19 | Extend the error of invalid token after declarations to include fixits for | Richard Trieu |