summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merging r292194:Hans Wennborg2017-01-311-7/+7
* Merging r292555, r292558 and r292559:Hans Wennborg2017-01-231-0/+1
* Merging r291955:Hans Wennborg2017-01-191-2/+2
* Merging r291879:Hans Wennborg2017-01-131-0/+1
* UsersManual.rst: Update clang-cl options list againHans Wennborg2017-01-122-3/+5
* Tracking exception specification source locationsMalcolm Parsons2017-01-122-1/+31
* PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev2017-01-121-2/+1
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-7/+4
* [index] Introduce symbol subkinds to mark an accessor getter or setter.Argyrios Kyrtzidis2017-01-111-0/+2
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-1/+2
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-2/+3
* This reverts r291628. As suggested by Richard, we can simplyManman Ren2017-01-111-2/+1
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-112-1/+10
* Module: Do not create Implicit ImportDecl for module X if weManman Ren2017-01-111-1/+2
* Remove a couple of parameters that are always false.Richard Smith2017-01-101-5/+2
* [OpenMP] Remove outdated comments. NFC.Kelvin Li2017-01-101-4/+0
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-107-1/+112
* [Sema] Avoid -Wshadow warning when a "redefinition of " error is presentedAlex Lorenz2017-01-101-1/+2
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragmaKelvin Li2017-01-101-1/+1
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' p...Kelvin Li2017-01-101-1/+1
* [coroutines] Sema: Allow co_return all by itself.Gor Nishanov2017-01-101-4/+0
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-092-0/+3
* [analyzer] Add checker for iterators dereferenced beyond their range.Gabor Horvath2017-01-091-0/+8
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-092-38/+73
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-099-32/+196
* Revert r291410 and r291411.Richard Smith2017-01-092-77/+41
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-092-41/+77
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+9
* PR30305: Implement proposed DR resolution to prevent slicing via inherited co...Richard Smith2017-01-082-0/+7
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-1/+24
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-062-0/+4
* Revisit PR10177: don't instantiate a variable if it's only referenced in aRichard Smith2017-01-061-0/+8
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-066-34/+30
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-066-30/+34
* Constify UsingPackDecl::getInstantiatedFromUsingDecl(), NFC.Yaron Keren2017-01-061-1/+1
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-065-5/+11
* Add missing "original call argument has same type as deduced parameter type"Richard Smith2017-01-052-7/+14
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-056-34/+30
* Add vec_insert4b and vec_extract4b functions to altivec.hSean Fertile2017-01-051-0/+3
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-053-7/+9
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-053-7/+9
* Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-2/+2
* Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-3/+4
* Simplify ASTReader ctor by using in-class initializers for many member variablesDavid Blaikie2017-01-051-42/+44
* Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of...David Blaikie2017-01-051-29/+29
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-055-13/+10
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-053-93/+79
* [CUDA] Add __declspec spellings for CUDA attributes.Justin Lebar2017-01-051-10/+16
* [Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar2017-01-051-0/+7
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-051-1/+3