summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage in r290219. Notes should not be in diagnostic groups.Graydon Hoare2016-12-211-2/+1
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-213-0/+20
* Store the "current position" index within the ASTRecordReader.David L. Jones2016-12-211-89/+98
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-209-17/+146
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-4/+7
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-203-9/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-203-0/+9
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-203-50/+0
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-202-4/+4
* Add the alloc_size attribute to clang.George Burgess IV2016-12-203-0/+50
* Fix completely bogus types for some builtins:Richard Smith2016-12-191-2/+2
* [analyzer] Add checker modeling gtest APIs.Devin Coughlin2016-12-191-0/+18
* Add fix-it notes to the nullability consistency warning.Jordan Rose2016-12-191-0/+4
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-199-146/+17
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-199-17/+146
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-182-6/+7
* Wdocumentation fixSimon Pilgrim2016-12-181-1/+1
* Attempt to fix build failure and regressions due to r290056Yaxun Liu2016-12-181-7/+7
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-1810-99/+234
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-178-4/+107
* Really revert all changes from r289979. Apparently conflict resolution failedReid Kleckner2016-12-161-76/+35
* Revert r289979 due to regressionsYaxun Liu2016-12-169-158/+64
* [OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragmaKelvin Li2016-12-161-1/+1
* Fix clang buildZachary Turner2016-12-161-7/+7
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-1610-99/+234
* [c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.Richard Smith2016-12-163-13/+45
* [analyzer] Refer to macro names in diagnostics for macros representing a literalAnna Zaks2016-12-151-0/+1
* [analyzer] Add a new SVal to support pointer-to-member operations.Devin Coughlin2016-12-155-2/+119
* Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...David L. Jones2016-12-151-2/+277
* Fix printf specifier handling: invalid specifier should not be marked as "con...Mehdi Amini2016-12-151-0/+2
* [CUDA] Add --ptxas-path= flag.Justin Lebar2016-12-151-0/+2
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-153-6/+19
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-152-0/+8
* Revert "Fix printf specifier handling: invalid specifier should not be marked...Mehdi Amini2016-12-151-2/+0
* Fix printf specifier handling: invalid specifier should not be marked as "con...Mehdi Amini2016-12-151-0/+2
* [c++1z] Permit constant evaluation of a call through a function pointer whoseRichard Smith2016-12-151-0/+4
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-143-19/+6
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-142-1/+8
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-4/+4
* [c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith2016-12-141-2/+3
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-143-108/+22
* [CodeGen][ObjC] Emit objc_unsafeClaimAutoreleasedReturnValue forAkira Hatanaka2016-12-131-0/+1
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-132-24/+51
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-133-3/+7
* [analyzer] Detect ObjC properties that are both (copy) and Mutable.Artem Dergachev2016-12-131-3/+4
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-12/+0
* [OpenCL] Improve address space diagnostics.Egor Churaev2016-12-131-2/+3
* Fix format and a few typos in comments.Samuel Antao2016-12-121-1/+1
* Use function_ref to avoid allocation in std::function. NFC.Benjamin Kramer2016-12-121-1/+2
* [StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.Haojian Wu2016-12-121-1/+1