Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Sean McBride
|
2e92570bda
Fix some Clang -Wstring-conversion warnings
|
11 years ago |
Rolf Eike Beer
|
a80fe4b1d2
use size_t for GeneratorExpressionContent::ContentLength to fix some warnings
|
12 years ago |
Stephen Kelly
|
36eef302c0
Genex: Fix segfault when parsing ends with parameter expectation.
|
12 years ago |
Stephen Kelly
|
b581be0767
Genex: Don't segfault on $<FOO,>
|
13 years ago |
Stephen Kelly
|
fd59b10e71
GenEx: Add some more asserts to verify code-sanity.
|
13 years ago |
Stephen Kelly
|
6dd2b36559
GenEx: Break if there are no more commas in the container
|
13 years ago |
Stephen Kelly
|
e7230c71fd
GenEx: Fix termination bugs in generator expression parser.
|
13 years ago |
Stephen Kelly
|
e2d141d474
GenEx: Parse colon after arguments separator colon specially.
|
13 years ago |
Stephen Kelly
|
b3d8f5dab7
GenEx: Parse comma after colon tokens specially
|
13 years ago |
Stephen Kelly
|
4801eb6333
GenEx: It is not an error to specify an empty parameter
|
13 years ago |
Stephen Kelly
|
f20af79956
Handle colons as a special case in the generator expression parser.
|
13 years ago |
Stephen Kelly
|
f1eacf0e07
cmGeneratorExpression: Re-write for multi-stage evaluation
|
13 years ago |