llvm-project/clang/test
Argyrios Kyrtzidis 7c06d8666b [libclang] When getting a source location from a file:line:col triplet
check whether the requested location points inside the precompiled preamble,
in which case the returned source location will be a "loaded" one.

llvm-svn: 140060
2011-09-19 20:40:35 +00:00
..
ARCMT [arcmt] Use __bridge_retained when passing an objc object to a CF parameter 2011-09-14 18:17:09 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis [analyzer] Refactor: make PathDiagnosticLocation responsible for validation of SourceLocations (commit 5 of ?): 2011-09-16 19:18:30 +00:00
CXX Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
CodeGenCXX Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
CodeGenObjC Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
CodeGenObjCXX Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver [driver] i386 kext preprocessor jobs also need their unsupported options 2011-09-08 00:38:00 +00:00
FixIt PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: 2011-09-06 03:01:15 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 2011-09-08 23:25:25 +00:00
Index For SourceManager::isBeforeInTranslationUnit, a location pointing 2011-09-19 20:39:57 +00:00
Lexer Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
Misc PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. 2011-09-04 19:54:14 +00:00
Modules When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
PCH [libclang] When getting a source location from a file:line:col triplet 2011-09-19 20:40:35 +00:00
Parser Changes to the name lookup have caused a regression in the digraph fix-it hint. 2011-09-19 19:01:00 +00:00
Preprocessor Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. 2011-09-12 15:17:19 +00:00
Rewriter objc rewriter - more fixes to support compiling the rewritten 2011-09-10 17:01:56 +00:00
Sema Silence ?: precendence warning when parenthesis are present. 2011-09-12 12:07:30 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Fix a QoI bug with overloaded operators inside macros. 2011-09-19 18:51:20 +00:00
SemaObjC objc - Treat type of 'self' in class methods as root of 2011-09-17 19:23:40 +00:00
SemaObjCXX Don't assert when diagnosing a missing cast of an unknown-anytype 2011-08-31 20:57:36 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate PR10864: make sure we correctly delay type-checking for inline asm tied operands with dependent type. Patch by Likai Liu. 2011-09-14 19:20:00 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl