Changeset 201642 in webkit


Ignore:
Timestamp:
Jun 3, 2016 8:40:40 AM (8 years ago)
Author:
youenn.fablet@crf.canon.fr
Message:

[GTK] Update YouCompleteMe script to make all include paths absolute
https://bugs.webkit.org/show_bug.cgi?id=158301

Reviewed by Michael Catanzaro.

Before this patch, some include paths were not made absolute.
This could make YouCompleteMe plugin to fail extracting information or validating cpp files.

  • gtk/ycm_extra_conf.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r201640 r201642  
     12016-06-03  Youenn Fablet  <youenn.fablet@crf.canon.fr>
     2
     3        [GTK] Update YouCompleteMe script to make all include paths absolute
     4        https://bugs.webkit.org/show_bug.cgi?id=158301
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Before this patch, some include paths were not made absolute.
     9        This could make YouCompleteMe plugin to fail extracting information or validating cpp files.
     10
     11        * gtk/ycm_extra_conf.py:
     12
    1132016-06-03  Nael Ouedraogo  <nael.ouedraogo@crf.canon.fr>
    214
  • trunk/Tools/gtk/ycm_extra_conf.py

    r167667 r201642  
    4848            # Some flags precede the path in the list. For those we make the
    4949            # next argument absolute.
    50             if argument == flag:
    51                 make_next_absolute = True
     50            make_next_absolute = True
    5251        else:
    5352            # Some argument contain the flag and the path together. For these
Note: See TracChangeset for help on using the changeset viewer.