Ninja
Classes | Functions
msvc_helper.h File Reference
#include <string>
#include <set>
#include <vector>
Include dependency graph for msvc_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CLParser
 Visual Studio's cl.exe requires some massaging to work with Ninja; for example, it emits include information on stderr in a funny format when building with /showIncludes. More...
 
struct  CLWrapper
 Wraps a synchronous execution of a CL subprocess. More...
 

Functions

string EscapeForDepfile (const string &path)
 

Function Documentation

string EscapeForDepfile ( const string &  path)

Definition at line 45 of file msvc_helper-win32.cc.

Referenced by TEST().