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

             Bug #: 11504
           Summary: Parsing of -idirafter flag is stricter than clang/gcc
           Product: clang
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Specifying -idirafer/some/path (without a space) is accepted by both gcc and
clang, but scan-build (or possibly ccc-analyzer) doesn't understand this and
misses the include path. Using "-idirafter /some/path" (with a space) works
without problems.

This probably isn't a huge deal (it took me about 30 seconds to add a space in
the Makefile), but it is a bit inconsistent.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to