1. 3cbf5a0 Be sure to use the correct version instead of the wrong one. by Mike Stump · 15 years ago
  2. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  3. 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
  4. 2f60af7 rewrite the parsing code for -miphoneos-version-min and by Chris Lattner · 15 years ago
  5. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  6. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  7. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  8. 2e30e59 Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  9. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  10. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  11. af08ddc by Steve Naroff · 15 years ago
  12. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  13. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  14. 4d86151 Tweak comment. by Daniel Dunbar · 15 years ago
  15. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  16. d697081 Initialize targets before parsing command line options, so --version shows registered targets. by Daniel Dunbar · 15 years ago
  17. 10c2d31 Fix warnings. by Eli Friedman · 15 years ago
  18. 1164d85 Fix some newly added bugs uncovered by the RELEASE build. by Steve Naroff · 15 years ago
  19. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  20. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  21. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  22. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  23. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  24. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  25. d01a0bc gcc 4.4 needs cstdio for printf. Reorder includes while at it. by Benjamin Kramer · 15 years ago
  26. 80088a9 Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver). by Ted Kremenek · 15 years ago
  27. 2349672 Tweak CIndex file to resolve to linking issues with the clang libraries. In by Ted Kremenek · 15 years ago
  28. 1eb79b5 Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 by Daniel Dunbar · 15 years ago
  29. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  30. 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
  31. f710789 Update exports list. by Ted Kremenek · 15 years ago
  32. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  33. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
  34. ab24c8d Since the HexFloats option only controls a warning, it shouldn't depend by Eli Friedman · 15 years ago
  35. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  36. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  37. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  38. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  39. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  40. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  41. 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
  42. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  43. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  44. 70121eb Use LLVM's new error handler API to report back end errors using Diagnostic. by Daniel Dunbar · 15 years ago
  45. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  46. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  47. 21fde99 Remove duplicated colon. by Benjamin Kramer · 15 years ago
  48. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  49. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  50. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  51. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  52. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  53. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  54. 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
  55. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  56. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  57. 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
  58. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  59. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  60. ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
  61. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  62. 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
  63. 237a31b Fix indentation / trailing white space. by Daniel Dunbar · 15 years ago
  64. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  65. 0d9ff0b Add 'clang-wpa' to the CMake-based build. by Ted Kremenek · 15 years ago
  66. 9797a87 Unbreak build? by Daniel Dunbar · 15 years ago
  67. c596599 update makefile. by Zhongxing Xu · 15 years ago
  68. 22daf79 add copyright comments. by Zhongxing Xu · 15 years ago
  69. dc3240c Add a primitive clang whole primitive analyzer tool. by Zhongxing Xu · 15 years ago
  70. d720046 Update for LLVM API change. by Owen Anderson · 15 years ago
  71. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 15 years ago
  72. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  73. be12544 For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it. by Argyrios Kyrtzidis · 15 years ago
  74. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  75. 96bac6b Fix comment. by Zhongxing Xu · 15 years ago
  76. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  77. 4499405 Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test.cpp. by Argyrios Kyrtzidis · 15 years ago
  78. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  79. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  80. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  81. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  82. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  83. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  84. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  85. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  86. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  87. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  88. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  89. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  90. 512230c Remove redundant leftover code. by Argyrios Kyrtzidis · 15 years ago
  91. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  92. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  93. 4e3629e OpenCL 1.0 patch 2/N: Language options & file extension by Nate Begeman · 15 years ago
  94. 119b7fe Check that index-test uses an up-to-date AST file. by Argyrios Kyrtzidis · 15 years ago
  95. 6e4a86d Add some comments and clean-up some leftover code. by Argyrios Kyrtzidis · 15 years ago
  96. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago
  97. 91a425c Make sure install Clang headers when building clang-cc by Douglas Gregor · 15 years ago
  98. 34d25d8 Move the command line source location parsing from clang-cc.cpp into "include/Frontend/CommandLineSourceLoc.h". by Argyrios Kyrtzidis · 15 years ago
  99. 5c7a603 Tiny correction on the command-line source location parser. by Argyrios Kyrtzidis · 15 years ago
  100. 2fe1194 link in targets by Chris Lattner · 15 years ago