| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -7/+0 |
* | Change ADL to produce lookup results in a deterministic order. This fixes some | Richard Smith | 2016-03-24 | 1 | -2/+2 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+8 |
* | [modules] Prefer more complete array types. | Vassil Vassilev | 2016-02-28 | 1 | -0/+12 |
* | [modules] Cache 'acceptable decl' lookups for namespaces. In projects with | Richard Smith | 2016-02-17 | 1 | -0/+21 |
* | Remove dead code. | Richard Smith | 2016-02-08 | 1 | -4/+0 |
* | [OpenCL] Eliminate warning when declaring OpenCL builtin functions. | Anastasia Stulova | 2016-02-02 | 1 | -3/+3 |
* | Class Property: class property and instance property can have the same name. | Manman Ren | 2016-01-28 | 1 | -1/+2 |
* | Improve AST dumping: | Richard Smith | 2016-01-12 | 1 | -0/+16 |
* | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -0/+3 |
* | Teach typo correction to properly handle mapping declarations to their | Richard Smith | 2015-12-29 | 1 | -3/+3 |
* | Revert r93378, which is incorrect but currently unobservable (because the | Richard Smith | 2015-12-29 | 1 | -3/+0 |
* | Split RequireCompleteType into a function that actually requires that the type | Richard Smith | 2015-12-18 | 1 | -2/+2 |
* | [modules] Don't try to use the definition of a class if | Richard Smith | 2015-12-18 | 1 | -6/+6 |
* | Replace [=] lambda capture with [&] per David Blaikieþ suggestion. | Yaron Keren | 2015-11-24 | 1 | -1/+1 |
* | Replace loop with std::any_of, NFC. | Yaron Keren | 2015-11-23 | 1 | -6/+2 |
* | [Sema] Don't work around a malformed AST | David Majnemer | 2015-11-18 | 1 | -2/+0 |
* | Set flag for lldb when qualified name lookup is being done | Eugene Leviant | 2015-11-18 | 1 | -1/+12 |
* | Don't expose iterators into the list of types on the ASTContext; these are | Richard Smith | 2015-11-18 | 1 | -1/+6 |
* | [modules] Fix some more cases where we used to reject a conflict between two | Richard Smith | 2015-11-17 | 1 | -0/+8 |
* | DR407: Rationalize how we handle tags being hidden by typedefs. Even with | Richard Smith | 2015-11-12 | 1 | -17/+38 |
* | [modules] Generalize the workaround for multiple ambiguous definitions of | Richard Smith | 2015-11-04 | 1 | -3/+24 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -0/+5 |
* | [modules] Rationalize the behavior of Decl::declarationReplaces, and in | Richard Smith | 2015-11-03 | 1 | -1/+1 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 2015-10-18 | 1 | -3/+3 |
* | Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi... | Hans Wennborg | 2015-10-06 | 1 | -5/+7 |
* | Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType. | Kaelyn Takata | 2015-10-01 | 1 | -0/+2 |
* | [modules] When picking one of two template declarations as a lookup result, | Richard Smith | 2015-09-11 | 1 | -1/+16 |
* | Fix access control for lookups using the Microsoft __super extension. | John McCall | 2015-09-09 | 1 | -2/+15 |
* | [modules] If local submodule visibility is disabled, don't bother checking | Richard Smith | 2015-08-24 | 1 | -15/+20 |
* | Improve the performance of resolving a lookup result. We usually don't need to | Richard Smith | 2015-08-22 | 1 | -4/+37 |
* | Add support for System z vector language extensions | Ulrich Weigand | 2015-07-30 | 1 | -1/+1 |
* | [modules] When performing redeclaration lookup for a using declaration, prefer | Richard Smith | 2015-07-29 | 1 | -26/+58 |
* | [AST] Turn the callbacks of lookupInBases and forallBases into a function_ref | Benjamin Kramer | 2015-07-25 | 1 | -7/+10 |
* | [modules] In C++, stop serializing and deserializing a list of declarations in | Richard Smith | 2015-07-21 | 1 | -7/+19 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | [modules] If we merge a template, also track that its parameters are merged so | Richard Smith | 2015-06-17 | 1 | -4/+12 |
* | [modules] Improve diagnostic for a template-id that's invalid because a default | Richard Smith | 2015-06-17 | 1 | -17/+50 |
* | [modules] Better support for redefinitions of an entity from the same module. | Richard Smith | 2015-06-15 | 1 | -17/+46 |
* | [modules] Apply name visibility rules to names found by ADL. | Richard Smith | 2015-06-12 | 1 | -0/+3 |
* | [modules] Track all default template arguments for a given parameter across | Richard Smith | 2015-06-10 | 1 | -0/+26 |
* | [modules] Fix some visibility issues with default template arguments. | Richard Smith | 2015-06-09 | 1 | -3/+15 |
* | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -1/+1 |
* | [modules] Support merging a parsed default function/template argument with an... | Richard Smith | 2015-05-20 | 1 | -1/+6 |
* | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 1 | -20/+95 |
* | Refactor: when exposing a definition in some module, provide listeners with the | Richard Smith | 2015-05-15 | 1 | -1/+3 |
* | [modules] Suport for merging a parsed enum definition into an existing import... | Richard Smith | 2015-05-07 | 1 | -0/+7 |