]> granicus.if.org Git - clang/commit
Use an std::vector<> instead of an array of ARG_MAX size, as ARG_MAX may not be defin...
authorTed Kremenek <kremenek@apple.com>
Thu, 15 Oct 2009 23:21:22 +0000 (23:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 15 Oct 2009 23:21:22 +0000 (23:21 +0000)
commit74cd0694f9b7d8b9d939d6104b0cc319753c513c
tree9a483b299573124cc03bbb37318ef05265b7751b
parent03265b6046225e5d4e04071acb91294cfe215931
Use an std::vector<> instead of an array of ARG_MAX size, as ARG_MAX may not be defined everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84220 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CIndex/CIndex.cpp