summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx-altivec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-1/+1
| | | | | | | | | | | The alias was only ever used on darwin and had some issues there, and isn't used in practice much. Also fixes a problem with -mno-altivec not turning off -maltivec. Also add a diagnostic for faltivec/fno-altivec that directs users to use maltivec options and include the altivec.h file explicitly. llvm-svn: 298449
* Normalize line endingsDavid Majnemer2014-03-021-5/+5
| | | | | | | Some files had CRLF line terminators, some only had a mixture of CRLF and LF. Switch to LF. llvm-svn: 202659
* This diagnostic should not have had the manual quotation marks. Its only ↵Aaron Ballman2014-01-021-0/+5
usage passed in an Attr object, which was already quoted when printing the diagnostic. However, there was no test case that caught this bug -- one has been added. llvm-svn: 198373
OpenPOWER on IntegriCloud