llvm-project/clang/test
Justin Bogner 6d721fa28c InstrProf: Don't start or end coverage regions inside of system macros
It doesn't make much sense to try to show coverage inside system
macros, and source locations in builtins confuses the coverage
mapping. Just avoid doing this.

Fixes an assert that fired when a __block storage specifier starts a
region.

llvm-svn: 236547
2015-05-05 21:46:14 +00:00
..
ARCMT [Objective-C SDK modernizer]. Patch to convert setter/getter 2015-04-02 21:36:03 +00:00
ASTMerge XFAIL Hexagon until more codegen in place. 2015-04-29 22:54:40 +00:00
Analysis [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker. 2015-04-14 14:18:04 +00:00
CXX PR23334: Perform semantic checking of lambda capture initialization in the right context. 2015-04-27 21:27:54 +00:00
CodeCompletion
CodeGen [SystemZ] Add support for z13 low-level vector builtins 2015-05-05 19:36:42 +00:00
CodeGenCUDA [cuda] treat file scope __asm as __host__ and ignore it during device-side compilation. 2015-04-27 18:52:00 +00:00
CodeGenCXX Update testcase to match r236539 2015-05-05 20:34:29 +00:00
CodeGenObjC DebugInfo: Metadata constructs now start with DI* 2015-04-29 16:40:08 +00:00
CodeGenObjCXX DebugInfo: Metadata constructs now start with DI* 2015-04-29 16:40:08 +00:00
CodeGenOpenCL Remove the cl-no-signed-zeros cc1 option 2015-04-04 14:54:24 +00:00
Coverage
CoverageMapping InstrProf: Don't start or end coverage regions inside of system macros 2015-05-05 21:46:14 +00:00
Driver [SystemZ] Add support for z13 and its vector facility 2015-05-05 19:35:52 +00:00
FixIt Move fixit for const init from note to diag, weaken to warning in MS mode. 2015-04-17 08:32:38 +00:00
Format
Frontend Simplify depfile quoting test. 2015-04-27 19:40:04 +00:00
Headers Make this test not rely on a backend being registered. 2015-04-03 01:27:02 +00:00
Index [modules] Stop trying to fake up a linear MacroDirective history. 2015-04-29 23:20:19 +00:00
Integration
Layout
Lexer Fix buffer overflow in Lexer 2015-05-04 22:30:29 +00:00
Misc Generate a diagnostic when a catch handler cannot execute due to class hierarchy inversion with regards to other catch handlers for the same block. 2015-04-08 00:05:29 +00:00
Modules Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 2015-05-04 03:15:40 +00:00
OpenMP [OPENMP] Allow use of macros in OpenMP directives/clauses. 2015-05-05 09:53:25 +00:00
PCH DebugInfo: Metadata constructs now start with DI* 2015-04-29 16:40:08 +00:00
Parser Adjust the wording of the "brackets go after the unqualified-id" error message. It applies in cases that aren't unqualified-ids. 2015-05-01 20:47:19 +00:00
Preprocessor [MSVC] Mimic MSVC whitespace collapse for incompatible token pasting 2015-04-17 12:43:57 +00:00
Profile InstrProf: Add a couple of checks to this test 2015-05-01 22:52:48 +00:00
Rewriter [Objective-C modern translation]. Patch to fix type of 2015-04-09 18:36:50 +00:00
Sema Eagerly correct typos in ParenExprs that may be type casts for non-C++ code. 2015-05-01 19:36:25 +00:00
SemaCUDA [cuda] Preserve TLS storage class of host variable even if it's a 2015-04-28 20:31:49 +00:00
SemaCXX Allow TransformTypos to ignore corrections to a specified VarDecl. 2015-05-05 19:17:03 +00:00
SemaObjC Fix PR22047: ObjC: Method unavailability attribute doesn't work with overloaded methods 2015-04-28 18:04:44 +00:00
SemaObjCXX [Objective-C Sema] Fixes a typo which did not allow 2015-04-10 22:07:47 +00:00
SemaOpenCL Restores r228382, which was reverted in r228406. 2015-02-25 05:48:23 +00:00
SemaTemplate Instantiate incomplete class used in template method. 2015-05-04 16:44:39 +00:00
TableGen
Tooling
Unit
VFS DebugInfo: Metadata constructs now start with DI* 2015-04-29 16:40:08 +00:00
.clang-format
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Check for backtraces in tests which are verifying pretty stack traces from a crashing clang. 2015-02-10 19:53:38 +00:00
lit.site.cfg.in Check for backtraces in tests which are verifying pretty stack traces from a crashing clang. 2015-02-10 19:53:38 +00:00
make_test_dirs.pl