1. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  2. 938963f InitializePreprocessor cannot fail. by Daniel Dunbar · 15 years ago
  3. 468fe24 Move -undef flag into PreprocessorInitOptions by Daniel Dunbar · 15 years ago
  4. 5ab7517 Preserve type source information in sizeof/alignof expressions, and pass it by John McCall · 15 years ago
  5. eace874 Factor out a diagnostic options class. by Daniel Dunbar · 15 years ago
  6. e6113de Implement support for the -undef command line option, patch by by Chris Lattner · 15 years ago
  7. 3e27c01 Fix buffer overflow in PrintMacroDefinition() by inverting the check to see if the target buffer needs to be resized. Fixes <rdar://problem/7255377>. by Ted Kremenek · 15 years ago
  8. ecf003e Remove unused header. by Daniel Dunbar · 15 years ago
  9. 47c06ee clean up namespace. by Chris Lattner · 15 years ago
  10. 5d7a188 Add C++ include paths for Exherbo. Patch by Daniel Mierswa! by Benjamin Kramer · 15 years ago
  11. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  12. c883770 simplify intmax setup, patch by Ken Dyck! by Chris Lattner · 15 years ago
  13. 0130f3c Rename FunctionDecl::isInline/setInline to by Douglas Gregor · 15 years ago
  14. e4b255c Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. by Rafael Espindola · 15 years ago
  15. 9994a34 Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. by Sebastian Redl · 15 years ago
  16. ba6a9bd Preserve type source information in TypedefDecls. Preserve it across by John McCall · 15 years ago
  17. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  18. a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 15 years ago
  19. 231bc0b Add comment. by Ted Kremenek · 15 years ago
  20. ff1ea46 Fix integer overflow in PCHReader when reading the length of an by Ted Kremenek · 15 years ago
  21. 86acc2a FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if by John McCall · 15 years ago
  22. 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
  23. 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
  24. e64ef80 hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). by Chris Lattner · 15 years ago
  25. 58f5ec7 Add destructor and cleanup code to LocationContext (fixing some leaks). Along the way, have by Ted Kremenek · 15 years ago
  26. adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
  27. fc06221 The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of ASTUnit to specify by Ted Kremenek · 15 years ago
  28. 36c4464 Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. by Steve Naroff · 15 years ago
  29. 06d1072 Workaround a bug exposed by the FileCheckify of message-length.c, the caret end by Daniel Dunbar · 15 years ago
  30. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  31. 5ffe14c Move misc clients to IdentifierInfo StringRef API. by Daniel Dunbar · 15 years ago
  32. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  33. 4a630d3 Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris. by Benjamin Kramer · 15 years ago
  34. 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
  35. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  36. 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
  37. aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 15 years ago
  38. df5a237 Use StringExtra's HashString instead of BernsteinHash. by Daniel Dunbar · 15 years ago
  39. 813a97b Write the preprocessor block after we write out types + declarations, by Douglas Gregor · 15 years ago
  40. f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 15 years ago
  41. 5cf4876 Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the created ASTContext to use by Ted Kremenek · 15 years ago
  42. 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
  43. bdfe48a While writing source-location entries to a PCH file, go through an by Douglas Gregor · 15 years ago
  44. a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
  45. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  46. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  47. 24ee804 Work-around wchar_t and __pragma problem in VC headers by John Thompson · 15 years ago
  48. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  49. e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
  50. 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
  51. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  52. 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
  53. d3f8834 Fixes pth.c on Windows. by John Thompson · 15 years ago
  54. 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
  55. ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 15 years ago
  56. ec05766 Efficiency refinements. by Mike Stump · 15 years ago
  57. e85c74d Push all the way out to 80. by Mike Stump · 15 years ago
  58. 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
  59. fb16c0a Add a refactor pointer... by Mike Stump · 15 years ago
  60. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  61. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  62. b8fc325 Remove use of std::ofstream in HTMLDiagnostics.cpp. by Ted Kremenek · 15 years ago
  63. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
  64. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  65. f759df0 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 15 years ago
  66. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  67. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  68. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  69. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  70. b8d4239 Pass the formatted_raw_ostream to createPrintModulePass and by Dan Gohman · 15 years ago
  71. 74e3c92 Hoist some branches in AnalysisManager::HandleTranslationUnit so we by Ted Kremenek · 15 years ago
  72. 4f5bf3b Don't try to dump invalid decls or forward decls. by Anders Carlsson · 15 years ago
  73. 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
  74. 8fdccd9 Improve the record layout dumper. by Anders Carlsson · 15 years ago
  75. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  76. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  77. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  78. f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
  79. b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
  80. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  81. ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
  82. d5b6126 Change ASTUnit to only initialize the predefines buffer to the suggested predefines. by Daniel Dunbar · 15 years ago
  83. 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
  84. 75d03cf Fix regression introduced by r82198 that caused functions/methods with invalid CFGs to get analyzed. by Ted Kremenek · 15 years ago
  85. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  86. 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
  87. 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
  88. 197c8d9 Fix spelling. by Mike Stump · 15 years ago
  89. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  90. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  91. a4d3282 Update prototype. by Daniel Dunbar · 15 years ago
  92. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  93. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  94. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  95. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  96. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  97. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  98. cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  99. 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
  100. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago