As far as I can tell, the pure attribute works (the following code compiles), but where is the documentation for it?
[[clang::pure]]
int f(){return 5;}
int main() {
return 0;
}
_______________________________________________
cfe-users mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
