bazel-compile-commands-extractor
                                
                                 bazel-compile-commands-extractor copied to clipboard
                                
                                    bazel-compile-commands-extractor copied to clipboard
                            
                            
                            
                        Added patch to resolve compiler from inside cc_wrapper.sh script.
Add patch wrapper to resolve the compiler used within cc_wrapper.sh (linux & osx) and output the path to compiler directly in compile commands.
This is specifically useful for cases like SonarQube where there's no --query-driver equivalent and knowledge of which compiler executable is used in compile commands is essential for the tool to work
fixes hedronvision/bazel-compile-commands-extractor#159 fixes hedronvision/bazel-compile-commands-extractor#40 fixes hedronvision/bazel-compile-commands-extractor#33