cc: Use manual parsing instead of std::regex
authorSasha Goldshtein <goldshtn@gmail.com>
Sat, 9 Jul 2016 12:17:44 +0000 (05:17 -0700)
committerSasha Goldshtein <goldshtn@gmail.com>
Mon, 11 Jul 2016 19:31:24 +0000 (12:31 -0700)
commit0e288ad43756b2bf4d216feeec1ce2c0fa31a10d
tree4f9269dacbc30c36268946adc21617ed22eb88a5
parentd9c243e6af289f599be8c94f83418f5b895bb897
cc: Use manual parsing instead of std::regex

Older versions of GCC don't support std::regex even though they support
most of C++11. To avoid breaking the build on older systems, such as
Ubuntu 14.04, use manual parsing instead of std::regex.
src/cc/frontends/clang/tp_frontend_action.cc