[cfe-users] Pure attribute

Daniel Mosesson dmosess1 at binghamton.edu
Mon Mar 10 10:51:30 PDT 2014


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;
}




More information about the cfe-users mailing list