[LLVMbugs] [Bug 13343] New: clang -fsyntax-only on header files emits a PCH

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 12 04:23:57 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13343

             Bug #: 13343
           Summary: clang -fsyntax-only on header files emits a PCH
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: benny.kra at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


$ touch foo.h
$ clang -fsyntax-only foo.h

Creates "foo.h.gch" instead of only checking for errors. Looks like
-fsyntax-only is ignored.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list