summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-1/+1
* Keep invalid functions as part of the ASTOlivier Goffart2016-06-161-4/+3
* Functions declared in a scope should not hide previous declaration in earlier...Olivier Goffart2016-06-161-10/+13
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-153-27/+19
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-153-53/+5
* [OPENMP] Fix crash for 'schedule|dist_schedule' clauses duringAlexey Bataev2016-06-151-2/+4
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-153-5/+53
* Add a "declared 'nonnull' here" note to warnings where an expression is check...Nick Lewycky2016-06-151-7/+9
* [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu2016-06-142-2/+2
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-12/+22
* Reverting "Warn when taking address of a packed member"Roger Ferrer Ibanez2016-06-141-24/+0
* Fix PR28100 - Allow redeclarations of deleted explicit specializations.Faisal Vali2016-06-141-6/+14
* Detect recursive default argument definitionSerge Pavlov2016-06-141-0/+7
* Warn when taking address of a packed memberRoger Ferrer Ibanez2016-06-131-0/+24
* Fix cv-qualification of '*this' captures and nasty bug PR27507 Faisal Vali2016-06-112-25/+118
* [AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...Craig Topper2016-06-111-3/+0
* [AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...Craig Topper2016-06-111-6/+0
* [Sema] Return an appropriate result from CheckSpecifiedExceptionTypeDavid Majnemer2016-06-111-2/+5
* Revise RenderScript attribute declarationPirama Arumuga Nainar2016-06-101-13/+2
* Remove a few gendered pronouns.Nico Weber2016-06-104-7/+6
* [-fms-extensions] Permit incomplete types in dynamic exception specificationsDavid Majnemer2016-06-101-2/+5
* Fix recognition of shadowed template parameterSerge Pavlov2016-06-101-6/+8
* Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.Richard Smith2016-06-103-12/+22
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+15
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-0911-83/+48
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-0911-48/+83
* CIndex: add support for static_assertOlivier Goffart2016-06-091-0/+1
* [Sema] Don't crash when a field w/ a mem-initializer clashes with a record nameDavid Majnemer2016-06-091-2/+1
* [Sema] Don't permit catching variably modified typesDavid Majnemer2016-06-081-0/+5
* Correcting a typo in a comment; NFC.Aaron Ballman2016-06-081-1/+1
* [Sema] Teach CheckPlaceholderExpr about unaddressable functions.George Burgess IV2016-06-083-25/+47
* [OPENCL] Fix wrongly vla error for OpenCL array.Xiuli Pan2016-06-071-1/+2
* Revert "[OPENCL] Fix wrongly vla error for OpenCL array."Xiuli Pan2016-06-071-2/+1
* [OPENCL] Fix wrongly vla error for OpenCL array.Xiuli Pan2016-06-071-1/+2
* [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich2016-06-061-14/+27
* FixIt: use getLocForEndOfToken to insert fix-it after a type name.Manman Ren2016-06-021-1/+2
* [Sema] Fix incorrect enum token namespaceEtienne Bergeron2016-06-011-3/+3
* ObjC lifetime: pull sugar off when the qualifiers conflict.Manman Ren2016-06-011-4/+6
* It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consis...Aaron Ballman2016-06-011-0/+4
* [MSVC] Fix stack overflow in unqualified type lookup logic, by WillAlexey Bataev2016-05-311-5/+11
* [OpenMP] Fix SEMA bug in the capture of global variables in template functions.Samuel Antao2016-05-271-2/+4
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-271-2/+2
* Produce better pretty stack traces from crashes in template instantiation: addRichard Smith2016-05-263-6/+17
* Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg2016-05-262-2/+38
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-262-6/+53
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-262-97/+197
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-262-1/+33
* Fix crash while parsing variable template with variadic template argumentsOlivier Goffart2016-05-261-1/+1
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-263-3/+5
* [ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka2016-05-261-8/+16
OpenPOWER on IntegriCloud