llvm-project/clang/lib
Douglas Gregor 3f35bb2d15 Add a new libclang API to return a CXCompletionString for an arbitrary
cursor, from Connor Wakamo! Addresses <rdar://problem/9087798>.

llvm-svn: 136911
2011-08-04 20:04:59 +00:00
..
ARCMigrate Make helper functions static. 2011-08-02 04:50:49 +00:00
AST Fix style and remove obviously redundant code. 2011-08-04 19:25:14 +00:00
Analysis Make helper functions static. 2011-08-02 04:50:49 +00:00
Basic Additional comments and whitespace. 2011-08-04 17:52:43 +00:00
CodeGen Emit wide string literals with the appropriate alignment. 2011-08-04 01:03:22 +00:00
Driver Fix cmake for r136702 (at least for the most part). Chandler has been kind 2011-08-02 20:44:34 +00:00
Frontend Add a new libclang API to return a CXCompletionString for an arbitrary 2011-08-04 20:04:59 +00:00
FrontendTool [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Comment the weird behavior of __has_feature(is_empty) and __has_feature(is_pod) 2011-08-03 17:01:05 +00:00
Parse Parsing of C++0x lambda expressions, from John Freeman with help from 2011-08-04 15:30:47 +00:00
Rewrite objective-c rewrite: Fixes rewriting of objective-c collection 2011-08-02 20:28:46 +00:00
Sema Match type names and give more info for out-of-line function definition errors. 2011-08-04 17:40:00 +00:00
Serialization Clean up the debug dump for a Module, so the local->global maps are 2011-08-04 19:00:50 +00:00
StaticAnalyzer KeychainAPI checker: Refactor to make it easier to add more allocator/deallocator API pairs. Add the allocator function ID to the checker state. Better comments. 2011-08-04 17:28:06 +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