1. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  2. 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 14 years ago
  3. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  4. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  5. 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 14 years ago
  6. 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 14 years ago
  7. c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 14 years ago
  8. bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 14 years ago
  9. df72140 cache the PP's SourceManager. by Chris Lattner · 14 years ago
  10. 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 14 years ago
  11. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 14 years ago
  12. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  13. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  14. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  15. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  16. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  17. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  18. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  19. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 14 years ago
  20. bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 14 years ago
  21. d6f1906 refactor out a function. by Chris Lattner · 14 years ago
  22. 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 14 years ago
  23. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 14 years ago
  24. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  25. 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 14 years ago
  26. cabae68 reduce indentation, tidy. by Chris Lattner · 14 years ago
  27. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  28. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago
  29. a0a270c Match MemoryBuffer API changes. by Chris Lattner · 14 years ago
  30. 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 14 years ago
  31. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 14 years ago
  32. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  33. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  34. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  35. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  36. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  37. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  38. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  39. 95dd558 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 14 years ago
  40. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 14 years ago
  41. 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 · 14 years ago
  42. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 14 years ago
  43. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  44. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  45. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  46. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 14 years ago
  47. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 14 years ago
  48. 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 14 years ago
  49. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  50. 622ab50 Make some typedefs private by Kovarththanan Rajaratnam · 14 years ago
  51. 8f0d270 Rename variable to indicate what it is being used for by Kovarththanan Rajaratnam · 14 years ago
  52. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 14 years ago
  53. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  54. 6924713 Simplify error path using OwningPtr by Kovarththanan Rajaratnam · 14 years ago
  55. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 14 years ago
  56. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 14 years ago
  57. 19b43e1 Don't "take" the file manager and source manager when by Douglas Gregor · 14 years ago
  58. ec1afbf Make sure we actually override ReadHeaderFileInfo when we meant to by Douglas Gregor · 14 years ago
  59. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  60. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  61. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  62. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  63. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  64. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  65. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 14 years ago
  66. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 14 years ago
  67. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  68. c3cde07 Add EmitString helper method by Kovarththanan Rajaratnam · 14 years ago
  69. 2e6051a Unbreak last commit. This should have been part of r98478. by Kovarththanan Rajaratnam · 14 years ago
  70. 74e485e Pass file string by reference by Kovarththanan Rajaratnam · 14 years ago
  71. aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 14 years ago
  72. 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 14 years ago
  73. 48673e6 Move to anonymous namespace by Kovarththanan Rajaratnam · 14 years ago
  74. 92d6cd2 Simplify code. by Benjamin Kramer · 14 years ago
  75. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 14 years ago
  76. 65cc1e8 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 14 years ago
  77. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 14 years ago
  78. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 14 years ago
  79. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 14 years ago
  80. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 14 years ago
  81. d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 14 years ago
  82. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  83. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 14 years ago
  84. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 14 years ago
  85. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 14 years ago
  86. 6b82f64 Undefine correct macro by Kovarththanan Rajaratnam · 14 years ago
  87. c8e5eac Don't rely on implicit conversion by Kovarththanan Rajaratnam · 14 years ago
  88. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 14 years ago
  89. 92e4443 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 14 years ago
  90. fc904d5 on both the mac and linux, /usr/local/include is treated by Chris Lattner · 14 years ago
  91. e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 14 years ago
  92. 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 · 14 years ago
  93. 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 14 years ago
  94. bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 14 years ago
  95. fbcc071 Use clang::io::Emit8 by Kovarththanan Rajaratnam · 14 years ago
  96. 8611eb0 Patch to get around a rewriter bug rewriting storage class by Fariborz Jahanian · 14 years ago
  97. 61b82e3 Fixes a bug whereby static const block var has static by Fariborz Jahanian · 14 years ago
  98. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  99. c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 14 years ago
  100. 8383c55 Remove the linux c includes part of my last patch. by Eric Christopher · 14 years ago