- 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
- 9a3dcf2 Make sure that c-index-test links as a C++ executable by Douglas Gregor · 15 years ago
- 2588830 Make sure that libCIndex links as a C++ library by Douglas Gregor · 15 years ago
- f393c3b Fix C90 compile warning about mixed declarations and code. by Eric Christopher · 15 years ago
- f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 15 years ago
- 1bb15a9 Add a -nostdclanginc flag to clang-cc that prevents it from searching by Rafael Espindola · 15 years ago
- 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
- 05a7651 When pointing at a type decl reference, ASTLocation is a NamedDeclRef. by Argyrios Kyrtzidis · 15 years ago
- f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
- 214904e Set GNUMode only for the "gnu" language standard options, from Ken Dyck! by Douglas Gregor · 15 years ago
- 1cf13cd Disable c-index-test on MSVC until someone figures out the real problem. by Daniel Dunbar · 15 years ago
- 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 15 years ago
- ee9405e Add clang_getDeclSource(). by Steve Naroff · 15 years ago
- 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
- ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
- 9773f60 Hide clang-wpa executable behind a CMake variable so it won't be built by default by Douglas Gregor · 15 years ago
- ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
- e7a5fd4 wpa is an experiment, don't build it by default, it adds to build times due to everything it links in. by Chris Lattner · 15 years ago
- 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
- f7469a3 Some minor cleanups... by Steve Naroff · 15 years ago
- 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
- f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
- b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
- fb57042 - Implement support for various types of "refs" (initially to help test clang_getCursor()). by Steve Naroff · 15 years ago
- d172bf3 This FIXME is done. by Daniel Dunbar · 15 years ago
- b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
- a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
- 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
- a390759 Add Diagnostic to Indexer, and have it keep its own FileManager instead of taking an external reference (which was leaked in the case of the CIndex library). by Daniel Dunbar · 15 years ago
- 59b2172 switch command line 'parse' methods to use StringRef for efficiency, which by Chris Lattner · 15 years ago
- 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
- 2bd6b9f Add clang_disposeTranslationUnit() and clang_disposeIndex(). by Steve Naroff · 15 years ago
- aca2ebd Initial support for code generation from .ast files. by Daniel Dunbar · 15 years ago
- 0794d8d clang-cc: Factor out code for creating one of the standard AST consumer actions. by Daniel Dunbar · 15 years ago
- 13fdf28 Simplify. by Daniel Dunbar · 15 years ago
- 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
- b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
- 3cbf5a0 Be sure to use the correct version instead of the wrong one. by Mike Stump · 15 years ago
- 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
- 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
- 2f60af7 rewrite the parsing code for -miphoneos-version-min and by Chris Lattner · 15 years ago
- 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
- d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 2e30e59 Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
- 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
- 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
- af08ddc by Steve Naroff · 15 years ago
- bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
- 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
- 4d86151 Tweak comment. by Daniel Dunbar · 15 years ago
- 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
- d697081 Initialize targets before parsing command line options, so --version shows registered targets. by Daniel Dunbar · 15 years ago
- 10c2d31 Fix warnings. by Eli Friedman · 15 years ago
- 1164d85 Fix some newly added bugs uncovered by the RELEASE build. by Steve Naroff · 15 years ago
- f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
- c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
- 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
- 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
- 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
- 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
- d01a0bc gcc 4.4 needs cstdio for printf. Reorder includes while at it. by Benjamin Kramer · 15 years ago
- 80088a9 Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver). by Ted Kremenek · 15 years ago
- 2349672 Tweak CIndex file to resolve to linking issues with the clang libraries. In by Ted Kremenek · 15 years ago
- 1eb79b5 Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 by Daniel Dunbar · 15 years ago
- 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
- 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
- f710789 Update exports list. by Ted Kremenek · 15 years ago
- 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
- d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
- ab24c8d Since the HexFloats option only controls a warning, it shouldn't depend by Eli Friedman · 15 years ago
- b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
- 0fa0daa prune #includes. by Chris Lattner · 15 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
- 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
- 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
- 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
- 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
- 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
- 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
- 70121eb Use LLVM's new error handler API to report back end errors using Diagnostic. by Daniel Dunbar · 15 years ago
- 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
- 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
- 21fde99 Remove duplicated colon. by Benjamin Kramer · 15 years ago
- 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
- 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
- 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
- 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
- 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
- 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
- 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
- 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
- b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
- 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
- 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
- f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
- ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
- dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
- 1e4bc09 Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. by Argyrios Kyrtzidis · 15 years ago
- 237a31b Fix indentation / trailing white space. by Daniel Dunbar · 15 years ago