| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parenthesized assert (nfc). | Manuel Klimek | 2016-11-01 | 1 | -2/+2 |
* | Relax assertion in FunctionDecl::doesDeclarationForceExternallyVisibleDefinit... | Justin Lebar | 2016-10-28 | 1 | -1/+1 |
* | [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi... | Justin Lebar | 2016-10-28 | 1 | -2/+3 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 1 | -0/+53 |
* | [CUDA] Emit deferred diagnostics during Sema rather than during codegen. | Justin Lebar | 2016-10-13 | 1 | -14/+0 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -53/+0 |
* | Reinstate r283887 and r283882. | Vassil Vassilev | 2016-10-12 | 1 | -0/+53 |
* | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 2016-10-11 | 1 | -53/+0 |
* | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 2016-10-11 | 1 | -0/+53 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -13/+35 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -35/+13 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -13/+35 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+15 |
* | Simplify condition. (NFC) | Adrian Prantl | 2016-08-17 | 1 | -7/+8 |
* | Debug info: Mark noreturn functions with DIFlagNoReturn. | Adrian Prantl | 2016-08-17 | 1 | -3/+7 |
* | Add the notion of deferred diagnostics. | Justin Lebar | 2016-08-15 | 1 | -0/+14 |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -1/+5 |
* | Reapply [Sema] Add sizeof diagnostics for bzero | Bruno Cardoso Lopes | 2016-08-10 | 1 | -0/+6 |
* | Revert "[Sema] Add sizeof diagnostics for bzero" | Bruno Cardoso Lopes | 2016-08-05 | 1 | -6/+0 |
* | [Sema] Add sizeof diagnostics for bzero | Bruno Cardoso Lopes | 2016-08-04 | 1 | -0/+6 |
* | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -0/+1 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-07 | 1 | -5/+3 |
* | AvailabilityAttr: we accept "macos" as the platform name. | Manman Ren | 2016-06-28 | 1 | -1/+1 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -17/+13 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -8/+9 |
* | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -8/+7 |
* | [modules] Enforce the rules that an explicit or partial specialization must be | Richard Smith | 2016-05-05 | 1 | -0/+15 |
* | [GCC] Attribute ifunc support in clang | Dmitry Polukhin | 2016-04-11 | 1 | -2/+2 |
* | Implement support for [[nodiscard]] in C++1z that is based off existing suppo... | Aaron Ballman | 2016-03-07 | 1 | -5/+11 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+1 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+24 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+23 |
* | [OpenCL] Disable C99 standard lib functions | Anastasia Stulova | 2016-02-12 | 1 | -0/+6 |
* | [MS Compat] Don't crash if __GetExceptionInfo is in global scope | David Majnemer | 2016-01-26 | 1 | -2/+1 |
* | Fix infinite recursion for invalid declaration, by Dmitry Polukhin | Alexey Bataev | 2016-01-12 | 1 | -1/+1 |
* | PR26048, PR26050: put non-type template parameters and indirect field decls | Richard Smith | 2016-01-06 | 1 | -2/+12 |
* | [ptr-traits] Move methods manipulating PointerUnions, DenseMap pointer | Chandler Carruth | 2015-12-30 | 1 | -0/+34 |
* | [ptr-traits] Stop using two bogus types as stand-ins for flags | Chandler Carruth | 2015-12-30 | 1 | -6/+85 |
* | Model NamespaceAliasDecls as having their nominated namespace as an underlying | Richard Smith | 2015-12-29 | 1 | -0/+3 |
* | Print qualified display names when emitting CodeView | Reid Kleckner | 2015-12-16 | 1 | -2/+4 |
* | [modules] Allow "redefinition" of typedef of anon tag from unimported submodule | Ben Langmuir | 2015-11-14 | 1 | -1/+2 |
* | [modules] Follow the C++ standard's rule for linkage of enumerators: they have | Richard Smith | 2015-11-13 | 1 | -1/+4 |
* | [modules] Simplify and generalize the existing rule for finding hidden | Richard Smith | 2015-11-12 | 1 | -2/+32 |
* | Implement __attribute__((internal_linkage)). | Evgeniy Stepanov | 2015-11-10 | 1 | -0/+8 |
* | Use "auto" when the type name is redundant | Alexander Kornienko | 2015-11-09 | 1 | -91/+79 |
* | Adjust printQualifiedName to handle unscoped enums in a way similar to anonym... | Alexander Kornienko | 2015-11-09 | 1 | -0/+9 |
* | [modules] Rationalize the behavior of Decl::declarationReplaces, and in | Richard Smith | 2015-11-03 | 1 | -54/+30 |
* | [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -... | David Majnemer | 2015-10-08 | 1 | -1/+2 |
* | [OpenCL 2.0] Enable program scope variables, Section 6.5.1. | Anastasia Stulova | 2015-09-30 | 1 | -1/+0 |
* | [MS ABI] Correctly mangle classes without names for linkage purposes | David Majnemer | 2015-08-31 | 1 | -4/+4 |