No description
Find a file
Andrew Hsieh 6cea59a4b9 Add "WITH_SYNTAX_CHECK=1 make ..."
The new option WITH_SYNTAX_CHECK=1 instructs build system to invoke
"clang -fsyntax-only" to utilize clang's better diagnostics before calling
LOCAL_CC/LOCAL_CXX for code generation.  The compilation time is slightly
longer, and the generated object file should be the same as w/o WITH_SYNTAX_CHECK

Project use lots of GCC extensions (eg. nested function) not supported
by clang may opt out by adding LOCAL_NO_SYNTAX_CHECK:=true

Change-Id: I5689586788ef049bd967364f71f31f1e359bd121
2013-09-04 09:26:25 +08:00
core Add "WITH_SYNTAX_CHECK=1 make ..." 2013-09-04 09:26:25 +08:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target Hmm, contrary to Deckard's assurances, this broke internally. Reverting. 2013-08-26 21:27:56 +00:00
tools mkbootimg: Support custom mkbootimg implementation 2013-08-09 16:29:02 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk Here lies JB MR2: In with a whimper, out with a bang. 2013-04-22 13:07:44 -07:00
envsetup.sh Prepare upcoming GCC 4.8 release. 2013-08-13 14:52:31 -07:00