summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_constants.i
Commit message (Expand)AuthorAgeFilesLines
* Fix #define error when value contains char in compound expressionJiulong Wang2016-10-021-3/+5
* preproc_constants warning suppression when using clangWilliam S Fulton2015-02-111-6/+7
* preproc_constants warning suppression when using clangWilliam S Fulton2015-02-031-0/+7
* D: Fix preproc_constants/preproc_constants_c test cases.David Nadlinger2014-11-061-0/+2
* CFFI - Fix some string constants are incorrectWilliam S Fulton2012-12-141-0/+1
* Apply patch #3392264 from Sebastien Bine to parse (unsigned) long long types ...William S Fulton2012-03-161-0/+19
* Fix constant expressions containing <= or >=William S Fulton2009-09-111-2/+2
* true and false supported in constant expressions (C++ only). && || == != < > ...William S Fulton2009-09-021-0/+82