1. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  2. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  3. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  4. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  5. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  6. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  7. 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
  8. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  9. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  10. 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
  11. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  12. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  13. ec930d3 Add '\n' to the end of error message. by Argyrios Kyrtzidis · 15 years ago
  14. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  15. 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
  16. 237a31b Fix indentation / trailing white space. by Daniel Dunbar · 15 years ago
  17. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  18. 0d9ff0b Add 'clang-wpa' to the CMake-based build. by Ted Kremenek · 15 years ago
  19. 9797a87 Unbreak build? by Daniel Dunbar · 15 years ago
  20. c596599 update makefile. by Zhongxing Xu · 15 years ago
  21. 22daf79 add copyright comments. by Zhongxing Xu · 15 years ago
  22. dc3240c Add a primitive clang whole primitive analyzer tool. by Zhongxing Xu · 15 years ago
  23. d720046 Update for LLVM API change. by Owen Anderson · 15 years ago
  24. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 15 years ago
  25. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  26. be12544 For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it. by Argyrios Kyrtzidis · 15 years ago
  27. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  28. 96bac6b Fix comment. by Zhongxing Xu · 15 years ago
  29. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  30. 4499405 Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test.cpp. by Argyrios Kyrtzidis · 15 years ago
  31. 755c6b4 Some changes to ASTLocation's methods by Argyrios Kyrtzidis · 15 years ago
  32. 818e15b Move the 'ResolveLocationInAST' function from the Frontend library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  33. ccbcb70 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 15 years ago
  34. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  35. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  36. 49dd585 Make use of ASTNode for return value of clang::ResolveLocationInAST() and in the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  37. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  38. 8f1ca78 Update for changes in LLVM. Hopefully this is the last one for a while. by Owen Anderson · 15 years ago
  39. c93f498 Hold the LLVMContext by reference instead of by pointer. by Owen Anderson · 15 years ago
  40. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  41. 42253cc Update for LLVMContext+Module change. by Owen Anderson · 15 years ago
  42. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  43. 512230c Remove redundant leftover code. by Argyrios Kyrtzidis · 15 years ago
  44. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  45. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  46. 4e3629e OpenCL 1.0 patch 2/N: Language options & file extension by Nate Begeman · 15 years ago
  47. 119b7fe Check that index-test uses an up-to-date AST file. by Argyrios Kyrtzidis · 15 years ago
  48. 6e4a86d Add some comments and clean-up some leftover code. by Argyrios Kyrtzidis · 15 years ago
  49. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago
  50. 91a425c Make sure install Clang headers when building clang-cc by Douglas Gregor · 15 years ago
  51. 34d25d8 Move the command line source location parsing from clang-cc.cpp into "include/Frontend/CommandLineSourceLoc.h". by Argyrios Kyrtzidis · 15 years ago
  52. 5c7a603 Tiny correction on the command-line source location parser. by Argyrios Kyrtzidis · 15 years ago
  53. 2fe1194 link in targets by Chris Lattner · 15 years ago
  54. a278f81 Remove old #includes by Chris Lattner · 15 years ago
  55. fbc2836 Make the clang executable target depend on clang-cc by Douglas Gregor · 15 years ago
  56. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  57. 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
  58. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  59. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  60. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  61. c4757bd Add -fsigned-char option to clang-cc. by Eli Friedman · 15 years ago
  62. 24095da Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
  63. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  64. 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
  65. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  66. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  67. 08e6dc6 Move clang-cc's -v output to the start (vs. end) of compilation, and change by Daniel Dunbar · 15 years ago
  68. 0311d47 Revert to using &...[0] for std::vector, apparently .data isn't generally by Daniel Dunbar · 15 years ago
  69. 549adeb Use .data() vs &...[0] by Daniel Dunbar · 15 years ago
  70. 8e6e709 The driver/diagnostic client don't need to be on the heap. by Daniel Dunbar · 15 years ago
  71. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  72. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  73. 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 15 years ago
  74. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  75. e71b85f Move analysis command-line options out of AnalysisConsumer.cpp into by Eli Friedman · 15 years ago
  76. ba60149 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 15 years ago
  77. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago
  78. e1718af Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. by Eli Friedman · 15 years ago
  79. b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
  80. 12d3b1d Move options for -E mode from PrintPreprocessedOutput.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  81. f1db585 Refactor -dM mode out of the main routine for -E handling. by Eli Friedman · 15 years ago
  82. 0eeb86e Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 15 years ago
  83. f54fce8 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 15 years ago
  84. 2aa39cd Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 15 years ago
  85. 8ceb0d9 Build fixes for r72060; sorry for any inconvenience. by Eli Friedman · 15 years ago
  86. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 15 years ago
  87. c6d656e Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration by Eli Friedman · 15 years ago
  88. bce831b Rename the factory function for the ObjC rewriter to something sane. by Eli Friedman · 15 years ago
  89. 4908d36 Move AnalysisConsumer out of ASTConsumers.h in preparation for moving by Eli Friedman · 15 years ago
  90. 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
  91. f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
  92. 18d868f Add some comments to ASTConsumers.h describing what the different by Eli Friedman · 15 years ago
  93. 7f537c1 Make ActOnWhileStmt take a FullExprArg for the condition expr. by Anders Carlsson · 15 years ago
  94. 6b1d283 Make ActOnExprStmt take a FullExprArg. by Anders Carlsson · 15 years ago
  95. a99fad8 Add the FullExprArg wrapper and use it for if statement conditions. by Anders Carlsson · 15 years ago
  96. b3e2296 A couple of tweaks to make -ast-print produce code that's closer to by Eli Friedman · 15 years ago
  97. c6e35aa Implement a FIXME, we now pass in the locations of the braces for enums. by Mike Stump · 15 years ago
  98. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 15 years ago
  99. cfe858a remove the obsolete -fprint-source-range-info option by Chris Lattner · 15 years ago
  100. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 15 years ago