Go to file
Sean Silva 24d7e2e869 Fix case confusion.
The test case was defining and using a function 'notExported()', but
the FileCheck checks were checking for the name 'not_exported'. This
changes the test to use 'notExported' across the board. Also, the test
defined a function 'not_defined()', but doesn't have any checks related
to it. For consistency, this name is changed to 'notDefined'. A later
commit will add checks for 'notDefined'.

Patch by Warren Ristow!

llvm-svn: 264984
2016-03-31 01:47:33 +00:00
clang [Sema] Fix PR27122: ICE with enable_if+ill-formed call. 2016-03-31 00:16:25 +00:00
clang-tools-extra Update copyright year to 2016. 2016-03-30 22:38:47 +00:00
compiler-rt Update copyright year to 2016. 2016-03-30 22:38:50 +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 Update copyright year to 2016. 2016-03-30 22:39:03 +00:00
libcxx Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Revert "Remove useless unreachable. Switch coverage already gives us this. NFC" 2016-03-31 01:23:23 +00:00
lldb Add --help and --long-help options to 'command alias' such that one can now specify a help string for an alias as they are defining it 2016-03-31 01:10:54 +00:00
llgo [llgo] add USES_TERMINAL option to check-libgo 2016-03-30 00:29:33 +00:00
llvm Fix case confusion. 2016-03-31 01:47:33 +00:00
openmp Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0 2016-03-30 21:50:59 +00:00
polly Update copyright year to 2016. 2016-03-30 22:41:38 +00:00