1. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  2. b8fc325 Remove use of std::ofstream in HTMLDiagnostics.cpp. by Ted Kremenek · 15 years ago
  3. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
  4. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  5. f759df0 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 15 years ago
  6. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  7. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  8. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  9. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  10. b8d4239 Pass the formatted_raw_ostream to createPrintModulePass and by Dan Gohman · 15 years ago
  11. 74e3c92 Hoist some branches in AnalysisManager::HandleTranslationUnit so we by Ted Kremenek · 15 years ago
  12. 4f5bf3b Don't try to dump invalid decls or forward decls. by Anders Carlsson · 15 years ago
  13. 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
  14. 8fdccd9 Improve the record layout dumper. by Anders Carlsson · 15 years ago
  15. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  16. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  17. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  18. f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
  19. b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
  20. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  21. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  22. d5b6126 Change ASTUnit to only initialize the predefines buffer to the suggested predefines. by Daniel Dunbar · 15 years ago
  23. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  24. 75d03cf Fix regression introduced by r82198 that caused functions/methods with invalid CFGs to get analyzed. by Ted Kremenek · 15 years ago
  25. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  26. 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
  27. 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
  28. 197c8d9 Fix spelling. by Mike Stump · 15 years ago
  29. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  30. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  31. a4d3282 Update prototype. by Daniel Dunbar · 15 years ago
  32. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  33. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  34. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  35. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  36. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  37. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  38. cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  39. 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
  40. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  41. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  42. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  43. b8b844b Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 15 years ago
  44. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  45. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  46. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  47. cc31893 Revert "Remove redundant local variable (use newly created instance data).", the by Daniel Dunbar · 15 years ago
  48. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  49. bbff699 Remove redundant local variable (use newly created instance data). by Steve Naroff · 15 years ago
  50. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  51. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  52. 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
  53. 666479b Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 15 years ago
  54. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  55. 47e1f7c Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella by Douglas Gregor · 15 years ago
  56. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  57. 5032ffe Remove CodeDecl and CFG from GRExprEngine and GRStateManager. by Zhongxing Xu · 15 years ago
  58. 018d8e0 normalize the CharacterLiteral::getLocation method name, patch by Chris Lattner · 15 years ago
  59. f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
  60. ec312a1 Switch to StringRef based BitstreamWriter APIs, where appropriate. by Daniel Dunbar · 15 years ago
  61. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  62. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  63. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  64. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
  65. a85b352 use errs() instead of cerr. by Chris Lattner · 15 years ago
  66. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  67. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  68. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  69. 5ab128b Tie the local check NSErrorCheck to a Decl to pave the way by Zhongxing Xu · 15 years ago
  70. a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
  71. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  72. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  73. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  74. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  75. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  76. d4a7e54 Store/load type source info from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  77. a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
  78. d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 15 years ago
  79. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  80. f53b443 Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed. by Anders Carlsson · 15 years ago
  81. 9abf2ae AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. by Anders Carlsson · 15 years ago
  82. 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 15 years ago
  83. 25e695b Extend the ProgramPoint to include the context information LocationContext, by Zhongxing Xu · 15 years ago
  84. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  85. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  86. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  87. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  88. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  89. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  90. a860e75 Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)). by Anders Carlsson · 15 years ago
  91. fee1381 Patch should implement packed enums - PR4098. Credit to Anders Johnsen. by Edward O'Callaghan · 15 years ago
  92. 43d9d92 Introduce reference counting for statements and expressions, using it by Douglas Gregor · 15 years ago
  93. ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 15 years ago
  94. 36dd131 Predefine __cplusplus to the right value (199711L), except when in GNU mode. by Douglas Gregor · 15 years ago
  95. fe85ced Support nested-name-specifiers for C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  96. c5619d9 As GRState seems general enough, it is time to merge some template classes by Zhongxing Xu · 15 years ago
  97. 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 15 years ago
  98. 2b1f59f Update for LLVM API change by Daniel Dunbar · 15 years ago
  99. 9b4d45c Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug reports. by Ted Kremenek · 15 years ago
  100. 9ab76fa Update for LLVM API change. by Daniel Dunbar · 15 years ago