llvm-project/clang/lib
Argyrios Kyrtzidis ebf0136956 [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-entrancy in the same thread.
The checks are performed only in DEBUG, it becomes no-op in release mode.

llvm-svn: 141582
2011-10-10 21:57:12 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST Constant expression evaluation refactoring: 2011-10-10 18:28:20 +00:00
Analysis Remove AnalysisContext::getLiveVariables(), and introduce a templatized mechanism to lazily create analyses that are attached to AnalysisContext objects. 2011-10-07 22:21:02 +00:00
Basic Add address spaces for TCE target. Patch by Pekka Jääskeläinen. 2011-10-07 19:51:42 +00:00
CodeGen Constant expression evaluation refactoring: 2011-10-10 18:28:20 +00:00
Driver Link in Scrt1.o instead of crt1.o when -pie is specified. 2011-10-10 19:47:45 +00:00
Frontend [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-entrancy in the same thread. 2011-10-10 21:57:12 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
Parse Parse the initializer for a class member after handling its 2011-10-10 14:49:18 +00:00
Rewrite objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret. 2011-10-07 17:17:45 +00:00
Sema objc: err on a property designated both atomic and 2011-10-10 21:53:24 +00:00
Serialization Rename TagDecl::isDefinition -> isCompleteDefinition 2011-10-07 06:10:15 +00:00
StaticAnalyzer Constant expression evaluation refactoring: 2011-10-10 18:28:20 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00