summaryrefslogtreecommitdiff
path: root/fbcode.clang31.sh
AgeCommit message (Collapse)Author
2013-01-25Cleanup TODO/NEWS/AUTHORS filesDhruba Borthakur
Summary: These files are not relevant anymore. Test Plan: Reviewers: CC: Task ID: # Blame Rev:
2013-01-15Add optional clang compile modeChip Turner
Summary: clang is an alternate compiler based on llvm. It produces nicer error messages and finds some bugs that gcc doesn't, such as the size_t change in this file (which caused some write return values to be misinterpreted!) Clang isn't the default; to try it, do "USE_CLANG=1 make" or "export USE_CLANG=1" then make as normal Test Plan: "make check" and "USE_CLANG=1 make check" Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D7899