Go to file
Aaron Ballman 512fb64765 Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects.
llvm-svn: 247885
2015-09-17 13:30:52 +00:00
clang Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. 2015-09-17 13:30:52 +00:00
clang-tools-extra [clang-tidy] Ignore spaces in -checks= 2015-09-16 16:16:53 +00:00
compiler-rt [Windows] xfail a test that uses C++ EH 2015-09-16 20:32:22 +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 integer: Update integer limits to comply with spec 2015-09-15 03:56:21 +00:00
libcxx Add endianness configuration block for GCC. 2015-09-16 18:10:47 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld [ELF2] Fix typo in RelocationSection::hasRelocs method 2015-09-17 09:54:29 +00:00
lldb XFAIL step after crash tests on android-aarch64 API 21 2015-09-17 10:05:21 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm Typos. NFC. 2015-09-17 13:10:27 +00:00
openmp Force the readelf call to be in English 2015-09-16 12:01:14 +00:00
polly Add option to enable/disable reduction usage in dependence analysis 2015-09-16 09:50:17 +00:00