summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-3/+1
* Reformat.NAKAMURA Takumi2017-11-011-1/+1
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-1/+2
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-2/+1
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+3
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-0/+5
* [Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith2017-10-101-3/+4
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-102-12/+54
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-102-51/+12
* Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu2017-10-101-5/+2
* [Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith2017-10-101-2/+5
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-092-12/+51
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-2/+3
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+2
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+36
* fixup, post rL314493Coby Tayree2017-09-291-1/+1
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-291-2/+2
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-281-0/+4
* Sema: rename SemaBuiltinVAStart to SemaBuiltinVAStartMicrosoftSaleem Abdulrasool2017-09-261-1/+1
* Resolve a defect in C++17 copy omission.Richard Smith2017-09-262-13/+23
* [Sema] Prevent InstantiateClass from checking unrelated exception specs.Volodymyr Sapsai2017-09-211-0/+30
* Implement C++ [basic.link]p8.Richard Smith2017-09-202-1/+7
* Diagnostic specific failed condition in a static_assert.Douglas Gregor2017-09-141-0/+8
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-2/+4
* [Sema] Make SpecialMemberDecl a PointerIntPair so we can stash it in a SmallP...Benjamin Kramer2017-08-301-2/+3
* [NFC] Remove a cstyle cast and replace some uses of Decl with NamedDecl durin...Faisal Vali2017-08-251-1/+1
* PR33082: Improve tracking of unexpanded parameter packs within variadic gener...Richard Smith2017-08-151-0/+6
* Place implictly declared functions at block scopeMomchil Velikov2017-08-101-0/+8
* PointerLikeTypeTraits: class->struct to match LLVM changeDavid Blaikie2017-08-091-2/+1
* Fix broken getAttributeSpellingListIndex for pragma attributesErich Keane2017-08-091-2/+4
* Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-08-091-1/+4
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+5
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-5/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+5
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-5/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+5
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-5/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-0/+5
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-5/+31
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-31/+5
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-5/+31
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+7
* Improve SEMA for attribute-targetErich Keane2017-07-191-1/+1
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-26/+5
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-5/+26
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-181-16/+4
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-1/+9