llvm-project/clang/lib
Joerg Sonnenberger 8450266425 Ensure that clang -pthread creates the right macro. -D_POSIX_THREADS
seems to have been a C&P error from old GCC specs for OpenBSD.

llvm-svn: 292119
2017-01-16 14:07:24 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST Remove unused lambda captures. NFC 2017-01-13 18:55:32 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis PR31631: fix bad CFG (and bogus warnings) when an if-statement has an init-statement and has binary operator as its condition. 2017-01-13 22:16:41 +00:00
Basic Ensure that clang -pthread creates the right macro. -D_POSIX_THREADS 2017-01-16 14:07:24 +00:00
CodeGen Remove unused lambda captures. NFC 2017-01-13 18:55:32 +00:00
Driver unique_ptrify Driver::ToolChains 2017-01-13 18:53:43 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: Always wrap before multi-line parameters/operands. 2017-01-16 13:13:15 +00:00
Frontend Fix PR31644 introduced by r287138 and add a regression test. 2017-01-14 21:12:08 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [DOXYGEN] Documentation for the newly added x86 intrinsics. 2017-01-13 01:14:08 +00:00
Index [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
Lex [Modules] Fix misleading warning about missing textual header in umbrella header 2017-01-12 19:15:33 +00:00
Parse [code-completion] Fix crash when trying to do postfix completion of instance member inside a static function. 2017-01-15 06:11:04 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Fix a typo. NFC. 2017-01-14 05:19:34 +00:00
Serialization Tracking exception specification source locations 2017-01-12 16:11:28 +00:00
StaticAnalyzer [analyzer] Add LocationContext as a parameter to checkRegionChanges 2017-01-13 00:50:57 +00:00
Tooling unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
CMakeLists.txt