| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't inherit the "unavailable" attribute from an overridden superclass method. | Douglas Gregor | 2015-09-30 | 1 | -3/+1 |
* | Don't inherit availability information when implementing a protocol requirement. | Douglas Gregor | 2015-09-30 | 1 | -10/+17 |
* | [OpenCL 2.0] Enable program scope variables, Section 6.5.1. | Anastasia Stulova | 2015-09-30 | 1 | -25/+62 |
* | Remove warning on over-wide bit-field of boolean type; there's no risk that | Richard Smith | 2015-09-23 | 1 | -3/+8 |
* | [CUDA] Allow parsing of host and device code simultaneously. | Artem Belevich | 2015-09-22 | 1 | -5/+5 |
* | [CUDA] Add appropriate host/device attribute to builtins. | Artem Belevich | 2015-09-22 | 1 | -0/+12 |
* | [CUDA] Allow function overloads in CUDA based on host/device attributes. | Artem Belevich | 2015-09-22 | 1 | -0/+6 |
* | [Modules] More descriptive diagnostics for misplaced import directive | Serge Pavlov | 2015-09-19 | 1 | -4/+7 |
* | Fix for assertion fail for pragma weak on typedef. | Alexander Musman | 2015-09-18 | 1 | -1/+1 |
* | [MS ABI] Restore our warning for overwide bitfields using the MS ABI | David Majnemer | 2015-09-15 | 1 | -19/+26 |
* | [MS ABI] Overwide bool bitfields should be permitted | David Majnemer | 2015-09-15 | 1 | -4/+7 |
* | PR24595: Ignore calling convention modifiers for structors in MS ABI. | Andrey Bokhanko | 2015-09-14 | 1 | -1/+2 |
* | C11 _Bool bitfield diagnostic | Rachel Craik | 2015-09-14 | 1 | -10/+10 |
* | [Concepts] Add diagnostic; invalid specifier on function or variable concept ... | Nathan Wilson | 2015-09-09 | 1 | -1/+43 |
* | Don't allow dllexport/import on static local variables | Hans Wennborg | 2015-09-04 | 1 | -2/+4 |
* | Cleanups, no functionality change. | Richard Smith | 2015-09-04 | 1 | -18/+13 |
* | Fix a potential APInt memory leak when using __attribute__((flag_enum)), and | Richard Smith | 2015-09-04 | 1 | -45/+20 |
* | [Sema] Avoid crash on tag-type mismatch (Fixes PR24610) | Vedant Kumar | 2015-09-02 | 1 | -0/+3 |
* | Add a new frontend warning for referencing members from the handler of a cons... | Aaron Ballman | 2015-09-01 | 1 | -1/+1 |
* | [MS ABI] Correctly mangle classes without names for linkage purposes | David Majnemer | 2015-08-31 | 1 | -8/+9 |
* | Follow-up to r246338: use getParentFunctionOrMethod | Hans Wennborg | 2015-08-28 | 1 | -1/+1 |
* | Allow TLS vars in dllimport/export functions; only inline dllimport functions... | Hans Wennborg | 2015-08-28 | 1 | -3/+11 |
* | [CUDA] Check register names on appropriate side of cuda compilation only. | Artem Belevich | 2015-08-27 | 1 | -2/+4 |
* | Modify DeclaratorChuck::getFunction to be passed an Exception Specification S... | Nathan Wilson | 2015-08-26 | 1 | -1/+17 |
* | [modules] When we see a definition of a function for which we already have a | Richard Smith | 2015-08-21 | 1 | -19/+41 |
* | Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins." | Artem Belevich | 2015-08-20 | 1 | -11/+0 |
* | [CUDA] Add appropriate host/device attribute to builtins. | Artem Belevich | 2015-08-19 | 1 | -0/+11 |
* | [modules] When parsing the base specifiers of a parse-merged class, the current | Richard Smith | 2015-08-17 | 1 | -1/+3 |
* | [CONCEPTS] Add diagnostic; invalid tag when concept specified | Nathan Wilson | 2015-08-14 | 1 | -1/+9 |
* | [Sema] main can't be declared as global variable, in C++. | Davide Italiano | 2015-08-14 | 1 | -0/+16 |
* | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
* | Rename the non-coding style conformant functions in namespace Builtins | Eric Christopher | 2015-08-06 | 1 | -6/+4 |
* | [AST] ArrayRefize template param list info setters. No functionality change i... | Benjamin Kramer | 2015-08-05 | 1 | -13/+5 |
* | [CONCEPTS] Add concept to VarDecl and diagnostic for uninitialized variable c... | Nathan Wilson | 2015-08-03 | 1 | -0/+12 |
* | test commit; wrap ellipses in comment with brackets | Nathan Wilson | 2015-07-31 | 1 | -1/+1 |
* | [Concepts] Add diagnostic: non template declaration | Hubert Tong | 2015-07-30 | 1 | -0/+6 |
* | Use llvm::reverse to make a bunch of loops use foreach. NFC. | Pete Cooper | 2015-07-30 | 1 | -3/+2 |
* | [AST] Turn the callbacks of lookupInBases and forallBases into a function_ref | Benjamin Kramer | 2015-07-25 | 1 | -41/+36 |
* | Downgrade error about adding 'dllimport' to used free function to warning (PR... | Hans Wennborg | 2015-07-22 | 1 | -3/+9 |
* | [CONCEPTS] Add diagnostics: non-defining function; non-namespace scope | Hubert Tong | 2015-07-22 | 1 | -0/+26 |
* | [modules] In C++, stop serializing and deserializing a list of declarations in | Richard Smith | 2015-07-21 | 1 | -38/+7 |
* | [modules] Don't save uninteresting identifiers, and don't consider identifiers | Richard Smith | 2015-07-19 | 1 | -1/+1 |
* | Disable #pragma redefine_extname for C++ code as it does not make sense in su... | Aaron Ballman | 2015-07-16 | 1 | -22/+27 |
* | Add a "maximum TLS alignment" characteristic to the target info, so it | Paul Robinson | 2015-07-14 | 1 | -0/+26 |
* | [Sema] Emit a better diagnostic when variable redeclarations disagree | David Majnemer | 2015-07-14 | 1 | -3/+10 |
* | Sema: Allow null names to be passed in to isAcceptableTagRedeclaration | Justin Bogner | 2015-07-10 | 1 | -5/+5 |
* | Refactor to avoid long if-condition. | Richard Smith | 2015-07-06 | 1 | -8/+23 |
* | PR24030, PR24033: Consistently check whether a new declaration conflicts with | Richard Smith | 2015-07-06 | 1 | -24/+84 |
* | DR1909: Diagnose all invalid cases of a class member sharing its name with th... | Richard Smith | 2015-07-06 | 1 | -6/+11 |
* | When we see something that looks like a constructor with a return type, only ... | Richard Smith | 2015-07-06 | 1 | -5/+6 |