| Commit message (Expand) | Author | Age | Files | Lines |
| * | [cxx1z-constexpr-lambda] Implement captures - thus completing implementation ... | Faisal Vali | 2017-02-16 | 1 | -7/+101 |
| * | Don't let EvaluationModes dictate whether an invalid base is OK | George Burgess IV | 2017-02-10 | 1 | -37/+57 |
| * | Fix typo. NFC | George Burgess IV | 2017-02-02 | 1 | -1/+1 |
| * | Handle ObjCEncodeExpr in extractStringLiteralCharacter. | Akira Hatanaka | 2017-01-31 | 1 | -1/+8 |
| * | Improve fix for PR28739 | Richard Smith | 2017-01-31 | 1 | -69/+87 |
| * | PR28739: Check that integer values fit into 64 bits before extracting them as... | Richard Smith | 2017-01-30 | 1 | -30/+42 |
| * | PR0091R3: Implement parsing support for using templates as types. | Richard Smith | 2017-01-26 | 1 | -0/+1 |
| * | P0426: Make the library implementation of constexpr char_traits a little easier | Richard Smith | 2017-01-20 | 1 | -0/+2 |
| * | Allow constexpr construction of subobjects unconditionally, not just in C++14. | David L. Jones | 2017-01-09 | 1 | -2/+11 |
| * | Add the diagnose_if attribute to clang. | George Burgess IV | 2017-01-09 | 1 | -2/+17 |
| * | [cxx1z-constexpr-lambda] Implement constant evaluation of non-capturing lambd... | Faisal Vali | 2017-01-09 | 1 | -0/+19 |
| * | [cxx1z-constexpr-lambda] Make conversion function constexpr, and teach the ex... | Faisal Vali | 2017-01-08 | 1 | -6/+40 |
| * | Re-add objectsize function/incomplete type checks. | George Burgess IV | 2017-01-03 | 1 | -2/+8 |
| * | Emit CCEDiags when evaluating a const variable. | George Burgess IV | 2016-12-27 | 1 | -1/+4 |
| * | Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope... | Egor Churaev | 2016-12-23 | 1 | -0/+2 |
| * | Add the alloc_size attribute to clang, attempt 2. | George Burgess IV | 2016-12-22 | 1 | -183/+433 |
| * | Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." | Daniel Jasper | 2016-12-20 | 1 | -2/+0 |
| * | [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand. | Egor Churaev | 2016-12-20 | 1 | -0/+2 |
| * | Revert r290149: Add the alloc_size attribute to clang. | Chandler Carruth | 2016-12-20 | 1 | -434/+182 |
| * | Add the alloc_size attribute to clang. | George Burgess IV | 2016-12-20 | 1 | -182/+434 |
| * | Re-commit r289252 and r289285, and fix PR31374 | Yaxun Liu | 2016-12-15 | 1 | -15/+42 |
| * | [c++1z] Permit constant evaluation of a call through a function pointer whose | Richard Smith | 2016-12-15 | 1 | -1/+4 |
| * | Revert 289252 (and follow-up 289285), it caused PR31374 | Nico Weber | 2016-12-14 | 1 | -42/+15 |
| * | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -2/+2 |
| * | Align EvalInfo in ExprConstant to avoid PointerUnion assertions | Reid Kleckner | 2016-12-13 | 1 | -1/+1 |
| * | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+60 |
| * | Add support for non-zero null pointer for C and OpenCL | Yaxun Liu | 2016-12-09 | 1 | -15/+42 |
| * | DR1295 and cleanup for P0135R1: Make our initialization code more directly | Richard Smith | 2016-12-09 | 1 | -2/+2 |
| * | [c++17] P0135R1: Guaranteed copy elision. | Richard Smith | 2016-12-06 | 1 | -0/+3 |
| * | DR1213: element access on an array xvalue or prvalue produces an xvalue. In the | Richard Smith | 2016-12-05 | 1 | -3/+3 |
| * | Support constant expression evaluation for wchar_t versions of simple string | Richard Smith | 2016-11-29 | 1 | -30/+72 |
| * | Outline evaluation of calls to builtins to avoid inflating stack usage for the | Richard Smith | 2016-11-16 | 1 | -1/+19 |
| * | Fix PR28366: Handle variables from enclosing local scopes more gracefully dur... | Faisal Vali | 2016-11-13 | 1 | -2/+13 |
| * | [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr. | Richard Smith | 2016-11-12 | 1 | -3/+62 |
| * | [c++1z] Add constant-folding support for strcmp, strncmp, and memcmp, to | Richard Smith | 2016-11-11 | 1 | -0/+50 |
| * | Remove move constructors that are identical to the generated default move ctor. | Benjamin Kramer | 2016-10-21 | 1 | -3/+1 |
| * | AST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULT | Justin Bogner | 2016-10-17 | 1 | -1/+1 |
| * | Un-tabify source files, NFC. | Yaron Keren | 2016-10-08 | 1 | -2/+2 |
| * | Reorder initializers in CallStackFrame so that we don't get a warning. | Samuel Antao | 2016-09-19 | 1 | -2/+2 |
| * | Remove excessive padding from the struct CallStackFrame | Alexander Shaposhnikov | 2016-09-19 | 1 | -6/+6 |
| * | [Sema] Fix PR30346: relax __builtin_object_size checks. | George Burgess IV | 2016-09-12 | 1 | -5/+12 |
| * | Explicitly generate a reference variable to hold the initializer for a | Richard Smith | 2016-08-14 | 1 | -84/+37 |
| * | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -0/+62 |
| * | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -0/+2 |
| * | Fix some minor issues found by Coverity. | Richard Smith | 2016-07-18 | 1 | -0/+2 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
| * | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
| * | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -0/+10 |
| * | [Refactor NFC] Rename the (non-CCE, fold-failure) Diag during constant expres... | Faisal Vali | 2016-07-02 | 1 | -102/+112 |
| * | Use the same type for adjacent bit field members. | Akira Hatanaka | 2016-06-30 | 1 | -4/+4 |