| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 7 | -53/+95 |
* | N3922: direct-list-initialization of an auto-typed variable no longer deduces a | Richard Smith | 2015-11-11 | 3 | -152/+152 |
* | Implement __attribute__((internal_linkage)). | Evgeniy Stepanov | 2015-11-10 | 2 | -13/+90 |
* | Make SemaBuiltinCpuSupports a static function. NFC. | Craig Topper | 2015-11-07 | 1 | -21/+21 |
* | Use makeArrayRef instead of explicitly mentioning the type. NFC | Craig Topper | 2015-11-07 | 1 | -1/+1 |
* | Fix indentation. NFC | Craig Topper | 2015-11-07 | 1 | -3/+3 |
* | Add support for function attribute 'not_tail_called'. | Akira Hatanaka | 2015-11-06 | 2 | -0/+25 |
* | [modules] Don't merge an anonymous enum definition into a named enum definition. | Richard Smith | 2015-11-05 | 1 | -3/+5 |
* | The control expression for a _Generic selection expression should have | Aaron Ballman | 2015-11-05 | 1 | -5/+7 |
* | [modules] Generalize the workaround for multiple ambiguous definitions of | Richard Smith | 2015-11-04 | 2 | -29/+63 |
* | [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1 | Nathan Wilson | 2015-11-04 | 1 | -0/+5 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 3 | -1/+68 |
* | Simplify Sema::ProcessPropertyDecl. NFC | Douglas Gregor | 2015-11-03 | 2 | -22/+7 |
* | [modules] Rationalize the behavior of Decl::declarationReplaces, and in | Richard Smith | 2015-11-03 | 2 | -3/+3 |
* | Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. | Douglas Gregor | 2015-11-03 | 3 | -178/+151 |
* | [MSVC Compat] Permit conversions from pointer-to-function to pointer-to-objec... | David Majnemer | 2015-10-31 | 1 | -1/+9 |
* | Sema: correct typo recovery with blocks | Saleem Abdulrasool | 2015-10-31 | 1 | -0/+2 |
* | Support tvOS and watchOS availability attributes | Tim Northover | 2015-10-30 | 1 | -0/+84 |
* | Add support for __builtin_{add,sub,mul}_overflow. | John McCall | 2015-10-29 | 1 | -0/+39 |
* | [Sema] Implement -Wdouble-promotion for clang. | George Burgess IV | 2015-10-29 | 1 | -0/+8 |
* | Put global classes into the appropriate namespace. | Benjamin Kramer | 2015-10-28 | 1 | -0/+2 |
* | Refine r251469 to give better (and more localizable) diagnostics | John McCall | 2015-10-28 | 5 | -42/+72 |
* | Add the ability to define "fake" arguments on attributes. | John McCall | 2015-10-28 | 1 | -2/+3 |
* | Tweak how -Wunused-value interacts with macros | Nico Weber | 2015-10-27 | 1 | -1/+10 |
* | Properly clear current coroutine promise on FunctionScopeInfo reuse. Should | Richard Smith | 2015-10-27 | 1 | -0/+1 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 7 | -65/+352 |
* | Be more conservative about diagnosing "incorrect" uses of __weak: | John McCall | 2015-10-27 | 3 | -60/+138 |
* | MismatchingNewDeleteDetector uses incorrect field, and finds no initializer | Ismail Pazarbasi | 2015-10-26 | 1 | -2/+4 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 7 | -59/+80 |
* | [coroutines] Initial stub Sema functionality for handling coroutine await / y... | Richard Smith | 2015-10-22 | 5 | -7/+133 |
* | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 2 | -0/+2 |
* | Convert ActOnForwardProtocolDeclaration to take an ArrayRef and use a range-b... | Craig Topper | 2015-10-22 | 1 | -6/+5 |
* | Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off... | Craig Topper | 2015-10-22 | 2 | -18/+12 |
* | Change FindProtocolDeclaration to take an ArrayRef and use a range-based for ... | Craig Topper | 2015-10-22 | 1 | -12/+8 |
* | Use front() instead of [0] to make code more consistent with the next line th... | Craig Topper | 2015-10-22 | 1 | -1/+1 |
* | [Sema] Remove an unreachable llvm_unreachable | David Majnemer | 2015-10-21 | 1 | -1/+0 |
* | Some minor ARC diagnostic improvements. | John McCall | 2015-10-21 | 1 | -2/+5 |
* | [modules] libstdc++ defines some static inline functions in its internal | Richard Smith | 2015-10-21 | 1 | -0/+36 |
* | Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC | Craig Topper | 2015-10-21 | 1 | -2/+2 |
* | Re-land r250592 without rejecting field refs in unevaluated contexts | Reid Kleckner | 2015-10-20 | 1 | -2/+13 |
* | [-fms-extensions] Allow missing exception specifications in redeclarations a... | David Majnemer | 2015-10-20 | 1 | -4/+8 |
* | Look through using decls when classifying implicit member access | Reid Kleckner | 2015-10-20 | 1 | -4/+4 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 10 | -14/+14 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 10 | -14/+14 |
* | Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st... | Reid Kleckner | 2015-10-20 | 2 | -22/+15 |
* | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 2015-10-18 | 1 | -3/+3 |
* | Diagnose UnresolvedLookupExprs that resolve to instance members in static met... | Reid Kleckner | 2015-10-17 | 2 | -15/+22 |
* | [Sema] Fix address-of + enable_if overloading logic | George Burgess IV | 2015-10-16 | 1 | -57/+93 |
* | [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati... | Alexey Bataev | 2015-10-14 | 1 | -11/+12 |
* | [Sema/objc] When checking for unimplemented methods treat methods from class ... | Argyrios Kyrtzidis | 2015-10-13 | 1 | -4/+2 |