summaryrefslogtreecommitdiffstats
path: root/test/input/Namespace-anonymous.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-11-101-3/+3
| | | | | | | | | | | | | Run the `src/clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. Fix expected test output for new line numbers. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-0/+5
Be consistent with gccxml which did not generate the attribute.