| Commit message (Expand) | Author | Age | Files | Lines |
| * | [sema] Revise `getCurrentMangleNumberContext` interface. NFC. | Michael Liao | 2019-10-10 | 1 | -6/+12 |
| * | [CUDA][HIP] Fix host/device check with -fopenmp | Yaxun Liu | 2019-10-09 | 1 | -0/+84 |
| * | [OPENMP50]Allow functions in declare variant directive to have different | Alexey Bataev | 2019-10-08 | 1 | -3/+4 |
| * | Sema - silence static analyzer getAs<> null dereference warnings. NFCI. | Simon Pilgrim | 2019-10-07 | 1 | -2/+2 |
| * | [Sema] Avoids an assertion failure when an invalid conversion declaration is ... | Richard Smith | 2019-10-06 | 1 | -0/+3 |
| * | Properly handle instantiation-dependent array bounds. | Richard Smith | 2019-10-04 | 1 | -2/+2 |
| * | Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. | Simon Pilgrim | 2019-10-03 | 1 | -2/+2 |
| * | [Mangle] Add flag to asm labels to disable '\01' prefixing | Vedant Kumar | 2019-09-25 | 1 | -7/+8 |
| * | For P0784R7: add support for constexpr destructors, and call them as | Richard Smith | 2019-09-23 | 1 | -6/+6 |
| * | Ignore exception specifier mismatch when merging redeclarations | Reid Kleckner | 2019-09-17 | 1 | -1/+6 |
| * | [OPENMP5.0]Add basic support for declare variant directive. | Alexey Bataev | 2019-09-13 | 1 | -75/+85 |
| * | [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. | Erich Keane | 2019-09-13 | 1 | -82/+71 |
| * | Don't warn about selectany on implicitly inline variables | Reid Kleckner | 2019-09-12 | 1 | -0/+9 |
| * | [MS] Consder constexpr globals to be inline, as in C++17 | Reid Kleckner | 2019-09-11 | 1 | -2/+5 |
| * | Emit -Wmicrosoft-enum-value warning instead of error in MS ABI | Reid Kleckner | 2019-09-11 | 1 | -10/+13 |
| * | [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership | Akira Hatanaka | 2019-09-07 | 1 | -4/+32 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -30/+300 |
| * | [c++20] P1143R2: Add support for the C++20 'constinit' keyword. | Richard Smith | 2019-09-04 | 1 | -28/+144 |
| * | PR42587: diagnose unexpanded uses of a pack parameter of a generic | Richard Smith | 2019-08-26 | 1 | -0/+7 |
| * | Fixed a typo. | Artem Belevich | 2019-08-23 | 1 | -1/+1 |
| * | [OPENMP]Generalization of handling of declare target attribute. | Alexey Bataev | 2019-08-22 | 1 | -1/+1 |
| * | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -3/+3 |
| * | [clang] Refactor doc comments to Decls attribution | Jan Korous | 2019-08-13 | 1 | -14/+4 |
| * | gsl::Owner/gsl::Pointer: Add implicit annotations for some std types | Matthias Gehre | 2019-08-07 | 1 | -0/+5 |
| * | [Fix] Customize warnings for missing built-in types | Johannes Doerfert | 2019-07-31 | 1 | -3/+20 |
| * | When determining whether a lambda-expression is implicitly constexpr, | Richard Smith | 2019-07-29 | 1 | -2/+1 |
| * | [Sema] Fix -Wuninitialized for struct assignment from GNU C statement expression | Nathan Huckleberry | 2019-07-26 | 1 | -3/+6 |
| * | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -300/+30 |
| * | Fix cppcheck reduce scope variable warnings. NFCI | Simon Pilgrim | 2019-07-20 | 1 | -3/+3 |
| * | [OpenCL] Update comments/diagnostics to refer to C++ for OpenCL | Anastasia Stulova | 2019-07-18 | 1 | -6/+5 |
| * | [OpenCL][PR42033] Fix addr space deduction with template parameters | Anastasia Stulova | 2019-07-18 | 1 | -1/+4 |
| * | Renamed and changed the wording of warn_cconv_ignored | Sunil Srivastava | 2019-07-17 | 1 | -1/+1 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
| * | Fix uninitialized variable analyzer warning. NFCI. | Simon Pilgrim | 2019-07-14 | 1 | -1/+1 |
| * | Remove extra ';' to silent compiler warning. | Michael Liao | 2019-07-13 | 1 | -2/+3 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -30/+299 |
| * | Delete dead stores | Fangrui Song | 2019-07-12 | 1 | -1/+0 |
| * | [Concepts] Concept definitions (D40381) | Saar Raz | 2019-07-10 | 1 | -0/+2 |
| * | Revert [Sema] Resolve placeholder types before type deduction to silence spur... | Reid Kleckner | 2019-07-08 | 1 | -22/+12 |
| * | [Sema] Resolve placeholder types before type deduction to silence | Akira Hatanaka | 2019-07-08 | 1 | -12/+22 |
| * | Suggestions to fix -Wmissing-{prototypes,variable-declarations} | Aaron Puchert | 2019-06-18 | 1 | -1/+11 |
| * | Show note for -Wmissing-prototypes for functions with parameters | Aaron Puchert | 2019-06-18 | 1 | -16/+15 |
| * | PR42071: Reject weird names for non-type template parameters. | Richard Smith | 2019-06-14 | 1 | -24/+42 |
| * | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 1 | -24/+36 |
| * | For DR712: store on a DeclRefExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 1 | -1/+1 |
| * | Defer building 'this' captures until we have left the capturing region | Richard Smith | 2019-05-31 | 1 | -1/+1 |
| * | Defer capture initialization for captured regions until after we've left | Richard Smith | 2019-05-31 | 1 | -1/+1 |
| * | Defer creating fields for captures until we finish building the | Richard Smith | 2019-05-28 | 1 | -4/+4 |
| * | If capturing a variable fails, add a capture anyway (and mark it | Richard Smith | 2019-05-28 | 1 | -1/+1 |
| * | [OpenCL] Support pipe keyword in C++ mode | Sven van Haastregt | 2019-05-22 | 1 | -1/+1 |