summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/predefined-macros.c
Commit message (Collapse)AuthorAgeFilesLines
* Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson2012-07-191-0/+13
| | | | | | | This macro was being unconditionally set to zero, preceded by a FIXME comment. This fixes <rdar://problem/11845441>. Patch by Michael Gottesman! llvm-svn: 160491
* Updated the test so that it checks for ms-compatibility in addition to ↵Aaron Ballman2012-03-101-1/+1
| | | | | | ms-extensions. llvm-svn: 152516
* No longer defining GNUC mode when compiling for Microsoft compatibility. ↵Aaron Ballman2012-03-101-0/+1
| | | | | | This allows people's cross-platform compiler-specific macros to work properly. llvm-svn: 152512
* Teach the frontend to provide the builtin preprocessor defines forChandler Carruth2012-01-031-12/+14
| | | | | | -ffast-math. llvm-svn: 147440
* Add test for Windows predefined macros.Michael J. Spencer2010-10-211-0/+12
llvm-svn: 117000
OpenPOWER on IntegriCloud