1. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  2. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  3. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
  4. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  5. 95dd558 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 15 years ago
  6. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
  7. dbd8209 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 15 years ago
  8. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 15 years ago
  9. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
  10. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 15 years ago
  11. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 15 years ago
  12. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 15 years ago
  13. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 15 years ago
  14. 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 15 years ago
  15. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 15 years ago
  16. 622ab50 Make some typedefs private by Kovarththanan Rajaratnam · 15 years ago
  17. 8f0d270 Rename variable to indicate what it is being used for by Kovarththanan Rajaratnam · 15 years ago
  18. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 15 years ago
  19. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 15 years ago
  20. 6924713 Simplify error path using OwningPtr by Kovarththanan Rajaratnam · 15 years ago
  21. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 15 years ago
  22. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 15 years ago
  23. 19b43e1 Don't "take" the file manager and source manager when by Douglas Gregor · 15 years ago
  24. ec1afbf Make sure we actually override ReadHeaderFileInfo when we meant to by Douglas Gregor · 15 years ago
  25. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 15 years ago
  26. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 15 years ago
  27. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  28. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 15 years ago
  29. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
  30. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  31. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  32. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  33. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
  34. c3cde07 Add EmitString helper method by Kovarththanan Rajaratnam · 15 years ago
  35. 2e6051a Unbreak last commit. This should have been part of r98478. by Kovarththanan Rajaratnam · 15 years ago
  36. 74e485e Pass file string by reference by Kovarththanan Rajaratnam · 15 years ago
  37. aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 15 years ago
  38. 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 15 years ago
  39. 48673e6 Move to anonymous namespace by Kovarththanan Rajaratnam · 15 years ago
  40. 92d6cd2 Simplify code. by Benjamin Kramer · 15 years ago
  41. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 15 years ago
  42. 65cc1e8 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 15 years ago
  43. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  44. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
  45. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 15 years ago
  46. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
  47. d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
  48. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  49. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  50. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  51. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  52. 6b82f64 Undefine correct macro by Kovarththanan Rajaratnam · 15 years ago
  53. c8e5eac Don't rely on implicit conversion by Kovarththanan Rajaratnam · 15 years ago
  54. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
  55. 92e4443 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 15 years ago
  56. fc904d5 on both the mac and linux, /usr/local/include is treated by Chris Lattner · 15 years ago
  57. e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
  58. 667514d The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds by Douglas Gregor · 15 years ago
  59. 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
  60. bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
  61. fbcc071 Use clang::io::Emit8 by Kovarththanan Rajaratnam · 15 years ago
  62. 8611eb0 Patch to get around a rewriter bug rewriting storage class by Fariborz Jahanian · 15 years ago
  63. 61b82e3 Fixes a bug whereby static const block var has static by Fariborz Jahanian · 15 years ago
  64. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  65. c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 15 years ago
  66. 8383c55 Remove the linux c includes part of my last patch. by Eric Christopher · 15 years ago
  67. 70d9d41 Add in more c++ header paths for later gccs under gentoo linux. by Eric Christopher · 15 years ago
  68. be08ac7 Move Emit24 to clang::io by Kovarththanan Rajaratnam · 15 years ago
  69. df49652 Cast a pointer to 'long long' to satisfy all compilation models. by Fariborz Jahanian · 15 years ago
  70. 72952fc More rewriter of nested blocks fun stuff. Radar 7696893. by Fariborz Jahanian · 15 years ago
  71. d68fc05 Opt into the Verifier now that it's an opt-in feature of addPassesToEmitFile. by Dan Gohman · 15 years ago
  72. e69f047 Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update. by Nick Lewycky · 15 years ago
  73. e396007 Revert 97324. Chris says this cleanup could hurt -E performance. by Benjamin Kramer · 15 years ago
  74. 8caa6c5 Simplify code. by Benjamin Kramer · 15 years ago
  75. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
  76. c8dfe5e When given unsaved files in clang_createTranslationUnitFromSourceFile, by Douglas Gregor · 15 years ago
  77. d64a4f4 Prevent rewriter crash when variable type is missing. Fixes radar 7692183. by Fariborz Jahanian · 15 years ago
  78. 1276bfe Minor cleanup of the rewriter. by Fariborz Jahanian · 15 years ago
  79. 5b011b0 Removed some unused code in rewriter. by Fariborz Jahanian · 15 years ago
  80. f89c427 Fix rewriting of byref variables in nested blocks. Fixes radar 7692350. by Fariborz Jahanian · 15 years ago
  81. e7c5c93 Rewriting of imported variable from outer by Fariborz Jahanian · 15 years ago
  82. 7c63fdd Support rewriting of property synthesis with retain/copy by Fariborz Jahanian · 15 years ago
  83. 9ad1c02 Move ~CodeGenAction out-of-line. by Daniel Dunbar · 15 years ago
  84. cdfe268 Update CMake makefiles by Douglas Gregor · 15 years ago
  85. b954e98 Frontend: Add CodeGenAction::takeModule(). by Daniel Dunbar · 15 years ago
  86. 4ee3461 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. by Daniel Dunbar · 15 years ago
  87. b96b670 Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic by Daniel Dunbar · 15 years ago
  88. 5e49b2f Implement nasty rewriting of nested blocks when inner by Fariborz Jahanian · 15 years ago
  89. 86aa9fd Fix rewriting of a method when return type is by Fariborz Jahanian · 15 years ago
  90. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  91. 5f1c45f Fixes a rewriting of qualified-id type which exposed a bigger by Fariborz Jahanian · 15 years ago
  92. 1d35b16 Fixes a rewriting of byref variable when its initializer is by Fariborz Jahanian · 15 years ago
  93. ce056bc Eliminate the default arguments to ASTContext::getFunctionType(), by Douglas Gregor · 15 years ago
  94. 0cef483 Implement PCH support for C++ namespaces. by Douglas Gregor · 15 years ago
  95. ba7bc55 Revert: "Change InitListExpr to allocate the array for holding references" by Ted Kremenek · 15 years ago
  96. d46f985 Re-introduce the ctor/dtor alias optimization, this time hidden behind a by John McCall · 15 years ago
  97. 9f9269e Change InitListExpr to allocate the array for holding references by Ted Kremenek · 15 years ago
  98. 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 15 years ago
  99. 313e26c Teach ASTUnit to keep track of temporary files, then delete them when by Douglas Gregor · 15 years ago
  100. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago