| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -12/+8 |
* | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 1 | -0/+1 |
* | [modules] libstdc++ defines some static inline functions in its internal | Richard Smith | 2015-10-21 | 1 | -0/+36 |
* | [Sema] Fix address-of + enable_if overloading logic | George Burgess IV | 2015-10-16 | 1 | -57/+93 |
* | [Sema] Make `&function_with_enable_if_attrs` an error | George Burgess IV | 2015-10-12 | 1 | -13/+44 |
* | [Sema] Don't emit multiple diags for one error | George Burgess IV | 2015-10-12 | 1 | -5/+13 |
* | [Sema] Allow C conversions in C overload logic | George Burgess IV | 2015-10-11 | 1 | -15/+36 |
* | SourceRanges are small and trivially copyable, don't them by reference. | Craig Topper | 2015-10-04 | 1 | -1/+1 |
* | Make incomplete type errors better with enable_if | George Burgess IV | 2015-09-25 | 1 | -10/+15 |
* | Remove wrong implication that value-dependent implies instantiation-dependent, | Richard Smith | 2015-09-23 | 1 | -0/+2 |
* | [CUDA] Allow function overloads in CUDA based on host/device attributes. | Artem Belevich | 2015-09-22 | 1 | -1/+35 |
* | [modules] A using-declaration doesn't introduce a new entity, just a new name | Richard Smith | 2015-09-15 | 1 | -0/+5 |
* | [MS ABI] Make member pointers return true for isIncompleteType | David Majnemer | 2015-09-10 | 1 | -4/+0 |
* | Add a new frontend warning for referencing members from the handler of a cons... | Aaron Ballman | 2015-09-01 | 1 | -3/+3 |
* | Make sure that we evaluate __attribute__((enable_if)) on a method with no ove... | Nick Lewycky | 2015-08-25 | 1 | -1/+34 |
* | Clarify the error message when the reason the conversion is not viable is bec... | Nick Lewycky | 2015-08-25 | 1 | -1/+1 |
* | Fix typo - symetric -> symmetric. | Eric Christopher | 2015-08-21 | 1 | -3/+3 |
* | [Sema] Don't emit "pure virtual" warning for fully qualified calls. | Davide Italiano | 2015-07-14 | 1 | -2/+8 |
* | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 2015-07-07 | 1 | -17/+1 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -6/+6 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -6/+6 |
* | Diagnose unsafe uses of nil and __nonnull pointers. | Douglas Gregor | 2015-06-19 | 1 | -1/+1 |
* | [ms] Don't try to delay lookup for failures in SFINAE context (PR23823) | Hans Wennborg | 2015-06-12 | 1 | -1/+2 |
* | [ms] Do lookup in dependent base classes also when overload resolution fails ... | Hans Wennborg | 2015-06-11 | 1 | -22/+28 |
* | Fix a few line endings. NFC. | Yunzhong Gao | 2015-05-01 | 1 | -11/+11 |
* | [SemaCXX patch] Patch to fix a crash when a 'delete' constructor | Fariborz Jahanian | 2015-04-14 | 1 | -4/+5 |
* | A conversion from a scoped enumeration bitfield to an integral type is an | Richard Smith | 2015-03-28 | 1 | -2/+4 |
* | Reformatting, NFC | Richard Smith | 2015-03-26 | 1 | -6/+6 |
* | Track the source location of the dot or arrow operator in a MemberExpr. | Aaron Ballman | 2015-03-24 | 1 | -15/+11 |
* | Simplify boolean expressions in clang with clang-tidy | David Blaikie | 2015-03-09 | 1 | -4/+1 |
* | Sema: Parenthesized bound destructor member expressions can be called | David Majnemer | 2015-02-25 | 1 | -0/+4 |
* | Fix UTF8 chars to ASCII. | NAKAMURA Takumi | 2015-02-25 | 1 | -2/+2 |
* | PR22566: a conversion from a floating-point type to bool is a narrowing conve... | Richard Smith | 2015-02-19 | 1 | -7/+13 |
* | Sema: Replace some push_backs of expensive to move objects with emplace_back. | Benjamin Kramer | 2015-02-17 | 1 | -1/+1 |
* | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -34/+12 |
* | Cleanups, and add some FIXMEs. No functional change. | Richard Smith | 2015-01-27 | 1 | -12/+14 |
* | Implement the remaining portion of DR1467 from r227022. I may have overlooked... | Larisse Voufo | 2015-01-27 | 1 | -17/+70 |
* | DR1902: if overload resolution recurses, and the inner overload resolution | Richard Smith | 2015-01-27 | 1 | -20/+27 |
* | Remove an out-of-date and incorrect comment. | Richard Smith | 2015-01-22 | 1 | -10/+0 |
* | Initial support for C++ parameter completion | Francisco Lopes da Silva | 2015-01-21 | 1 | -23/+34 |
* | Extend the self move warning to record types. | Richard Trieu | 2015-01-13 | 1 | -1/+6 |
* | Improve handling of value dependent expressions in __attribute__((enable_if))... | Nick Lewycky | 2014-12-16 | 1 | -2/+12 |
* | If a non-template constructor instantiated to X(X), | John McCall | 2014-12-14 | 1 | -10/+20 |
* | [c++1z] Most of N4268 (allow constant evaluation for non-type template argume... | Richard Smith | 2014-11-26 | 1 | -62/+97 |
* | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -13/+13 |
* | Wrap to 80 columns, no behavior change. | Nico Weber | 2014-11-19 | 1 | -4/+4 |
* | Missing comma in a string array initialization (CID 1254893) | Sylvestre Ledru | 2014-11-17 | 1 | -1/+1 |
* | Fix this code to follow the coding style regarding anonymous namespaces and | Richard Smith | 2014-11-12 | 1 | -93/+58 |
* | Pass around CorrectionCandidateCallbacks as unique_ptrs so | Kaelyn Takata | 2014-10-27 | 1 | -9/+14 |
* | CUDA: Fix incorrect target inference for implicit members. | Eli Bendersky | 2014-09-29 | 1 | -3/+47 |