Go to file
Duncan Sands e532b557c4 Since -Wno-long-long is ignored without -pedantic,
place it with -pedantic.  Remove -Wunused since it
is implied by -Wall.  Group -Wno-unused-parameter
with -Wall -W since it is the combination of these
two that turns on -Wunused-parameter.

llvm-svn: 73765
2009-06-19 12:40:30 +00:00
clang Fix bug in the new PCHReader constructor. PP and Context should be initialized to 0. 2009-06-19 07:55:35 +00:00
compiler-rt/BlocksRuntime initial version of the blocks runtime 2009-06-10 18:41:48 +00:00
llvm Since -Wno-long-long is ignored without -pedantic, 2009-06-19 12:40:30 +00:00