Go to file
Alexander Kornienko 76c288062a [clang-tidy] Add new IdentifierNaming check
This check will try to enforce coding guidelines on the identifiers naming.
It supports lower_case, UPPER_CASE, camelBack and CamelCase casing and
tries to convert from one to another if a mismatch is detected.

It also supports a fixed prefix and suffix that will be prepended or appended
to the identifiers, regardless of the casing.

Many configuration options are available, in order to be able to create
different rules for different kind of identifier. In general, the
rules are falling back to a more generic rule if the specific case is not
configured.

http://reviews.llvm.org/D10933

Patch by Beren Minor!

llvm-svn: 245429
2015-08-19 11:15:36 +00:00
clang [OPENMP] Link libomp.lib on Windows 2015-08-19 04:49:01 +00:00
clang-tools-extra [clang-tidy] Add new IdentifierNaming check 2015-08-19 11:15:36 +00:00
compiler-rt Remove forkpty test with -Wl,-as-needed. This currently breaks in 2015-08-19 06:10:57 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Fix warnings about pessimizing return moves for C++11 and higher 2015-08-19 06:43:33 +00:00
libcxxabi Revert r243752, it broke running tests on OS X (PR24491). 2015-08-18 18:29:33 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld COFF: Use ErrorOr::operator* instead of ErrorOr::get. 2015-08-18 09:18:15 +00:00
lldb Fix lldb-server arm-linux-g++ build 2015-08-19 10:44:16 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm More clean up, still NFC. Remove dead variables now that the casts are gone. 2015-08-19 06:25:30 +00:00
openmp D11990: Lock-free start of serialized parallel regions 2015-08-18 10:08:27 +00:00
polly Make prevectorization width configurable 2015-08-19 08:46:11 +00:00