Go to file
Bruno Cardoso Lopes b09db225aa [Sema][Comments] Support @param with c++ 'using' keyword
Give appropriate warnings with -Wdocumentation for @param comments
that refer to function aliases defined with 'using'. Very similar
to typedef's behavior. This does not add support for
TypeAliasTemplateDecl yet.

Differential Revision: https://reviews.llvm.org/D23783

rdar://problem/27300695

llvm-svn: 279662
2016-08-24 21:11:43 +00:00
clang [Sema][Comments] Support @param with c++ 'using' keyword 2016-08-24 21:11:43 +00:00
clang-tools-extra Clang-tidy documentation style. Two Google checks are aliases. 2016-08-24 20:05:36 +00:00
compiler-rt [ubsan] fix the test to me more resistent against changes in the sanitizer allocator 2016-08-24 21:03:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc amdgcn: Also correct get_local_size type for HSA 2016-08-24 19:11:52 +00:00
libcxx libc++: add an option to build against compiler-rt 2016-08-24 04:22:52 +00:00
libcxxabi Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX 2016-08-16 03:44:55 +00:00
libunwind EHABI: cover switch once more 2016-08-18 23:59:12 +00:00
lld fix typo "varaibles" 2016-08-24 16:36:41 +00:00
lldb Fix mismatched new/free in Process:RunPrivateStateThread 2016-08-24 14:03:10 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm AMDGCN/SI: Implement readlane/readfirstlane intrinsics 2016-08-24 20:35:23 +00:00
openmp cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done 2016-08-17 18:18:21 +00:00
parallel-libs [StreamExecutor] Fix allocateDeviceMemory 2016-08-24 19:42:03 +00:00
polly Add %loadPolly to test command line. 2016-08-24 19:12:48 +00:00