clang-1/lib
Steve Naroff ece8e71d12 Add code completion support for ObjC property declarations/attributes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-08 21:55:05 +00:00
..
AST Implement [expr.mptr.oper]p6 for '->*' operator. 2009-10-08 18:00:39 +00:00
Analysis Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). 2009-10-07 00:42:52 +00:00
Basic Provide a common set of routines in Version.h that return Subversion 2009-10-05 20:33:49 +00:00
CodeGen Record location info before emiting alloca for arguments. This allows arguments to have proper location info. 2009-10-08 18:53:37 +00:00
Driver Revert r83443. 2009-10-07 03:21:11 +00:00
Frontend Remove use of std::ofstream in HTMLDiagnostics.cpp. 2009-10-08 17:44:41 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Pull TypeLocVisitor into its own header file. 2009-09-29 21:27:32 +00:00
Lex Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
Parse Add code completion support for ObjC property declarations/attributes. 2009-10-08 21:55:05 +00:00
Rewrite Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Sema Add code completion support for ObjC property declarations/attributes. 2009-10-08 21:55:05 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00