Skip to content
Snippets Groups Projects
  1. Mar 26, 2014
  2. Mar 25, 2014
  3. Mar 24, 2014
  4. Mar 22, 2014
    • David Gobbi's avatar
      In wrappers, guard against #including dirs. · c8c78cd6
      David Gobbi authored
      The wrappers tools try to read all #included headers in order to get all
      the preprocessor macros that they might need to properly parse the code.
      However, if a header cannot be loaded, they are supposed to be ignored.
      David DeMarle recently discovered that if the #include directive found
      a directory with the name of the header that it was looking for, then the
      wrapper tools would fail.  I've added an "isdir" check to guard against
      this.
      
      Change-Id: I4847b8806b3e28a42aa299dce0dfe58254c20084
      c8c78cd6
  5. Mar 21, 2014
  6. Mar 20, 2014
  7. Mar 18, 2014
  8. Mar 17, 2014
Loading