Skip to content
Commit 324eee45 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."

This reverts commit r201910.

While __func__ may be standard in C++11, it was only recently added to
MSVC in 2013 CTP, and LLVM supports MSVC 2012.  __FUNCTION__ may not be
standard, but it's *very* portable.

llvm-svn: 201916
parent dec8d55b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment