1. e6113de Implement support for the -undef command line option, patch by by Chris Lattner · 15 years ago
  2. 1184191 Sort export list. by Daniel Dunbar · 15 years ago
  3. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  4. 0d69b8c - Add/tweak some comments. by Steve Naroff · 15 years ago
  5. 8cb6562 Move some clang-cc errors to use diagnostics, and simplify. by Daniel Dunbar · 15 years ago
  6. f9f6196 clang_getDeclSpelling(): For category implementations, make sure we hand back the category name (not the class name). This fixes <rdar://problem/7297518>. by Steve Naroff · 15 years ago
  7. 607d7f6 Reject -I- in driver instead of clang-cc. by Daniel Dunbar · 15 years ago
  8. bea5a84 Formatting fixes. by Daniel Dunbar · 15 years ago
  9. f96b524 Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. by Steve Naroff · 15 years ago
  10. f20288c make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit. by Zhongxing Xu · 15 years ago
  11. 8814503 Add support for 'CXFile' (<rdar://problem/7303360>). by Steve Naroff · 15 years ago
  12. 2e06fc8 Changes for building as a Windows DLL by John Thompson · 15 years ago
  13. feb15e3 Unify Unix and Windows code paths when executing 'clang'. by Ted Kremenek · 15 years ago
  14. 779e5f4 Remove unnecessary calls to 'flush()'. by Ted Kremenek · 15 years ago
  15. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  16. 8d737cc Rename -nostdclanginc to -nobuiltininc. by Rafael Espindola · 15 years ago
  17. cab9882 Fixes a warning. by Fariborz Jahanian · 15 years ago
  18. 8ee1f3f Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed. by Ted Kremenek · 15 years ago
  19. fbcb2b7 Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint(). by Ted Kremenek · 15 years ago
  20. 379afec Add some explanatory diagnostics when clang_createTranslationUnitFromSource fails. by Ted Kremenek · 15 years ago
  21. 139ba86 Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways: by Ted Kremenek · 15 years ago
  22. 6a6de8b Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searching). Without a 'relativeDecl', the algorithm is n-squared. For example, running the following command on 'Large.m' takes hours without a 'relatvieDecl'. by Steve Naroff · 15 years ago
  23. e56b4ba by Steve Naroff · 15 years ago
  24. c46e463 Fix inverted preprocessor guard, and fix the resulting compiler error that was unmasked. by Ted Kremenek · 15 years ago
  25. 1374598 Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to by Ted Kremenek · 15 years ago
  26. fc06221 The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of ASTUnit to specify by Ted Kremenek · 15 years ago
  27. 49358d8 Re-order includes so that the logic involving '#ifdef LLVM_ON_WIN32' appears after the main #includes. The ultimate solution is to just use LLVM-portable methods in llvm/System. by Ted Kremenek · 15 years ago
  28. 36c4464 Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. by Steve Naroff · 15 years ago
  29. bade7de Change indenting for case/compound statements to conform to the rest of clang. by Steve Naroff · 15 years ago
  30. c5a9e95 CIndex: make variable non-static to avoid potential race conditions, per by Benjamin Kramer · 15 years ago
  31. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  32. 63444b3 Try to unbreak MSVC build. by Benjamin Kramer · 15 years ago
  33. b14346b CIndex: fix typo. by Benjamin Kramer · 15 years ago
  34. edcd828 Missed a paren. by Benjamin Kramer · 15 years ago
  35. 20d7581 CIndex: add a (untested) WIN32 codepath to get ClangPath. by Benjamin Kramer · 15 years ago
  36. 5e4bc59 CIndex: compute ClangPath lazily. by Benjamin Kramer · 15 years ago
  37. 0829a83 CIndex: replace fork/exec with our portable ExecuteAndWait wrapper. by Benjamin Kramer · 15 years ago
  38. 9670762 CIndex: avoid a dangling pointer issue. by Benjamin Kramer · 15 years ago
  39. a47dd19 Attempt to unbreak the MSVC build. by Daniel Dunbar · 15 years ago
  40. 8b88ca6 Simplify (move guard to caller instead of callee). by Daniel Dunbar · 15 years ago
  41. 85f5468 Fix compiler warning: "ISO C90 forbids mixed declarations and code" by Ted Kremenek · 15 years ago
  42. 8ce88a4 Fix warning: 'warning: C++ style comments are not allowed in ISO C90' by Ted Kremenek · 15 years ago
  43. dff7689 Resolve FIXME: delete the 'Program' object in the destructor of CIndexer. by Ted Kremenek · 15 years ago
  44. 5cf4876 Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the created ASTContext to use by Ted Kremenek · 15 years ago
  45. 0246575 Make CIndex and c-index-test a little bit more robust. The only by Douglas Gregor · 15 years ago
  46. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  47. 74cd069 Use an std::vector<> instead of an array of ARG_MAX size, as ARG_MAX may not be defined everywhere. by Ted Kremenek · 15 years ago
  48. e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
  49. 8c4195e Add missing #include for wait(). by Ted Kremenek · 15 years ago
  50. 37b5ac2 Minor improvement to format...no functionality change. by Steve Naroff · 15 years ago
  51. 5b7d8e2 Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API (initial API implementation). by Steve Naroff · 15 years ago
  52. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  53. 9a3dcf2 Make sure that c-index-test links as a C++ executable by Douglas Gregor · 15 years ago
  54. 2588830 Make sure that libCIndex links as a C++ library by Douglas Gregor · 15 years ago
  55. f393c3b Fix C90 compile warning about mixed declarations and code. by Eric Christopher · 15 years ago
  56. f9adf8f - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_ProtocolRef). by Steve Naroff · 15 years ago
  57. 1bb15a9 Add a -nostdclanginc flag to clang-cc that prevents it from searching by Rafael Espindola · 15 years ago
  58. 85e2db7 Add support for class and protocol references. by Steve Naroff · 15 years ago
  59. 05a7651 When pointing at a type decl reference, ASTLocation is a NamedDeclRef. by Argyrios Kyrtzidis · 15 years ago
  60. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  61. 214904e Set GNUMode only for the "gnu" language standard options, from Ken Dyck! by Douglas Gregor · 15 years ago
  62. 1cf13cd Disable c-index-test on MSVC until someone figures out the real problem. by Daniel Dunbar · 15 years ago
  63. 7416524 Fix cut/paste error resulting in bad column info. by Steve Naroff · 15 years ago
  64. ee9405e Add clang_getDeclSource(). by Steve Naroff · 15 years ago
  65. 699a07d Add clang_getDeclLine and clang_getDeclColumn by Steve Naroff · 15 years ago
  66. ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
  67. 9773f60 Hide clang-wpa executable behind a CMake variable so it won't be built by default by Douglas Gregor · 15 years ago
  68. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  69. 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
  70. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  71. f7469a3 Some minor cleanups... by Steve Naroff · 15 years ago
  72. 4ade6d6 More work to enable more exhaustive testing of the indexing API. by Steve Naroff · 15 years ago
  73. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  74. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
  75. fb57042 - Implement support for various types of "refs" (initially to help test clang_getCursor()). by Steve Naroff · 15 years ago
  76. d172bf3 This FIXME is done. by Daniel Dunbar · 15 years ago
  77. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  78. a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
  79. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  80. 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
  81. 59b2172 switch command line 'parse' methods to use StringRef for efficiency, which by Chris Lattner · 15 years ago
  82. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  83. 2bd6b9f Add clang_disposeTranslationUnit() and clang_disposeIndex(). by Steve Naroff · 15 years ago
  84. aca2ebd Initial support for code generation from .ast files. by Daniel Dunbar · 15 years ago
  85. 0794d8d clang-cc: Factor out code for creating one of the standard AST consumer actions. by Daniel Dunbar · 15 years ago
  86. 13fdf28 Simplify. by Daniel Dunbar · 15 years ago
  87. 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
  88. b123ea3 Starting patch to generate more specific API for objc's by Fariborz Jahanian · 15 years ago
  89. 3cbf5a0 Be sure to use the correct version instead of the wrong one. by Mike Stump · 15 years ago
  90. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  91. 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
  92. 2f60af7 rewrite the parsing code for -miphoneos-version-min and by Chris Lattner · 15 years ago
  93. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  94. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  95. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  96. 2e30e59 Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  97. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  98. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  99. af08ddc by Steve Naroff · 15 years ago
  100. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago