1. 58f5ec7 Add destructor and cleanup code to LocationContext (fixing some leaks). Along the way, have by Ted Kremenek · 15 years ago
  2. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  3. fc06221 The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of ASTUnit to specify by Ted Kremenek · 15 years ago
  4. 36c4464 Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. by Steve Naroff · 15 years ago
  5. 06d1072 Workaround a bug exposed by the FileCheckify of message-length.c, the caret end by Daniel Dunbar · 15 years ago
  6. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  7. 5ffe14c Move misc clients to IdentifierInfo StringRef API. by Daniel Dunbar · 15 years ago
  8. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  9. 4a630d3 Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris. by Benjamin Kramer · 15 years ago
  10. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  11. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  12. 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
  13. aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 15 years ago
  14. df5a237 Use StringExtra's HashString instead of BernsteinHash. by Daniel Dunbar · 15 years ago
  15. 813a97b Write the preprocessor block after we write out types + declarations, by Douglas Gregor · 15 years ago
  16. f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 15 years ago
  17. 5cf4876 Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the created ASTContext to use by Ted Kremenek · 15 years ago
  18. 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
  19. bdfe48a While writing source-location entries to a PCH file, go through an by Douglas Gregor · 15 years ago
  20. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  21. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  22. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  23. 24ee804 Work-around wchar_t and __pragma problem in VC headers by John Thompson · 15 years ago
  24. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  25. e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
  26. 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
  27. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  28. 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
  29. d3f8834 Fixes pth.c on Windows. by John Thompson · 15 years ago
  30. 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
  31. ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 15 years ago
  32. ec05766 Efficiency refinements. by Mike Stump · 15 years ago
  33. e85c74d Push all the way out to 80. by Mike Stump · 15 years ago
  34. 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
  35. fb16c0a Add a refactor pointer... by Mike Stump · 15 years ago
  36. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  37. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  38. b8fc325 Remove use of std::ofstream in HTMLDiagnostics.cpp. by Ted Kremenek · 15 years ago
  39. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
  40. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  41. f759df0 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 15 years ago
  42. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  43. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  44. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  45. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  46. b8d4239 Pass the formatted_raw_ostream to createPrintModulePass and by Dan Gohman · 15 years ago
  47. 74e3c92 Hoist some branches in AnalysisManager::HandleTranslationUnit so we by Ted Kremenek · 15 years ago
  48. 4f5bf3b Don't try to dump invalid decls or forward decls. by Anders Carlsson · 15 years ago
  49. a4c6081 Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field. by Anders Carlsson · 15 years ago
  50. 8fdccd9 Improve the record layout dumper. by Anders Carlsson · 15 years ago
  51. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  52. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  53. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  54. f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
  55. b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
  56. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  57. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  58. d5b6126 Change ASTUnit to only initialize the predefines buffer to the suggested predefines. by Daniel Dunbar · 15 years ago
  59. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  60. 75d03cf Fix regression introduced by r82198 that caused functions/methods with invalid CFGs to get analyzed. by Ted Kremenek · 15 years ago
  61. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  62. e24d38f PCH: When writing PCH files, tweak the predicate function deciding whether to mark a decl as "external" to be closer to reality. by Daniel Dunbar · 15 years ago
  63. 04a0b50 PCH: When deserializing an explicit "external definition", don't pass it to HandleTopLevelDecl -- this is already being done inside the reader. by Daniel Dunbar · 15 years ago
  64. 197c8d9 Fix spelling. by Mike Stump · 15 years ago
  65. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  66. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  67. a4d3282 Update prototype. by Daniel Dunbar · 15 years ago
  68. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  69. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  70. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  71. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  72. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  73. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  74. cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  75. 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
  76. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  77. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  78. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  79. b8b844b Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 15 years ago
  80. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  81. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  82. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  83. cc31893 Revert "Remove redundant local variable (use newly created instance data).", the by Daniel Dunbar · 15 years ago
  84. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  85. bbff699 Remove redundant local variable (use newly created instance data). by Steve Naroff · 15 years ago
  86. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  87. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  88. 303e6d7 Remember to write the qualifier of a MemberExpr to the PCH file when we get to C++ PCH by Douglas Gregor · 15 years ago
  89. 666479b Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 15 years ago
  90. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  91. 47e1f7c Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella by Douglas Gregor · 15 years ago
  92. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  93. 5032ffe Remove CodeDecl and CFG from GRExprEngine and GRStateManager. by Zhongxing Xu · 15 years ago
  94. 018d8e0 normalize the CharacterLiteral::getLocation method name, patch by Chris Lattner · 15 years ago
  95. f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
  96. ec312a1 Switch to StringRef based BitstreamWriter APIs, where appropriate. by Daniel Dunbar · 15 years ago
  97. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  98. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  99. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  100. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago