1. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  2. 6924713 Simplify error path using OwningPtr by Kovarththanan Rajaratnam · 14 years ago
  3. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 14 years ago
  4. ce45414 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  5. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 14 years ago
  6. 78fbbfe Remove useless foward decl. by Kovarththanan Rajaratnam · 14 years ago
  7. 489722f Add another compatibility note and tweak a few of the existing ones. by John McCall · 14 years ago
  8. 6243e33 Fix a typo in a tag. by Chandler Carruth · 14 years ago
  9. 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 14 years ago
  10. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  11. 9b35b25 Correctly mangle dependent TypenameType. Fixes PR6625. by Rafael Espindola · 14 years ago
  12. 17ddf1c Mark CXXThisRegion in the current or parent stack frame context as live so that by Zhongxing Xu · 14 years ago
  13. 3ddd6e0 Make -faccess-control and -fno-access-control driver options. by John McCall · 14 years ago
  14. 4ad287e Provide a test case for PR6629. by John McCall · 14 years ago
  15. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 14 years ago
  16. 19b43e1 Don't "take" the file manager and source manager when by Douglas Gregor · 14 years ago
  17. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  18. 87bac6f Emit output of PCH consistency checking test case to a separate text file and grep that by Douglas Gregor · 14 years ago
  19. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  20. e5877b0 Remove unused variable by Douglas Gregor · 14 years ago
  21. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  22. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 14 years ago
  23. a98c27b fix copyright & typo by Blaine Garst · 14 years ago
  24. 9a8cb8d Forgot the testcases. by John McCall · 14 years ago
  25. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 14 years ago
  26. 5d7650b update link by Chris Lattner · 14 years ago
  27. ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 14 years ago
  28. 12cd2c5 at least give the Apple ABI a name that reflects Apple in prep for other ABI specs that might come along by Blaine Garst · 14 years ago
  29. 6757aaa rev existing doc to account for recent ABI changes by Blaine Garst · 14 years ago
  30. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 14 years ago
  31. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 14 years ago
  32. 47a3fcd Audit all callers of SourceManager::getBufferData(); fix the one that by Douglas Gregor · 14 years ago
  33. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 14 years ago
  34. aa38c3d Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with errors by Douglas Gregor · 14 years ago
  35. 3b8097a accept and ignore __gcc_tdiag__ so we don't produce warnings by Chris Lattner · 14 years ago
  36. ec1afbf Make sure we actually override ReadHeaderFileInfo when we meant to by Douglas Gregor · 14 years ago
  37. 8c6fa84 Driver: Fix forwarding of -fno-lax-vector-conversions. by Daniel Dunbar · 14 years ago
  38. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  39. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  40. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  41. c506357 Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked by Zhongxing Xu · 14 years ago
  42. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  43. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  44. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 14 years ago
  45. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  46. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  47. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  48. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  49. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 14 years ago
  50. 7bd0dfd Add remaining sse4.1 intrinsics and builtins. by Eric Christopher · 14 years ago
  51. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 14 years ago
  52. 37cafb0 Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl. by Ted Kremenek · 14 years ago
  53. de09d0c Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup by Ted Kremenek · 14 years ago
  54. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 14 years ago
  55. b5696fe Add 'expected-note' by Ted Kremenek · 14 years ago
  56. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 14 years ago
  57. ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 14 years ago
  58. 8efb581 Add comment to CFG to 'buildCFG()' arguments indicating that scope by Ted Kremenek · 14 years ago
  59. 66ccaec Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. by Ted Kremenek · 14 years ago
  60. 2d684c2 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  61. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago
  62. 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 14 years ago
  63. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 14 years ago
  64. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  65. b05b5f3 Remember access paths for visible conversion decls. by John McCall · 14 years ago
  66. 51f4c94 Fix thinko and enable clang build on mingw again (hopefully) by Anton Korobeynikov · 14 years ago
  67. c3cde07 Add EmitString helper method by Kovarththanan Rajaratnam · 14 years ago
  68. 2e6051a Unbreak last commit. This should have been part of r98478. by Kovarththanan Rajaratnam · 14 years ago
  69. 74e485e Pass file string by reference by Kovarththanan Rajaratnam · 14 years ago
  70. aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 14 years ago
  71. 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 14 years ago
  72. 48673e6 Move to anonymous namespace by Kovarththanan Rajaratnam · 14 years ago
  73. ad9e06d Fixed copy-and-paste error causing categories to contain the protocols declared on the class, not the protocols declared on the category. by David Chisnall · 14 years ago
  74. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 14 years ago
  75. b031c87 Add missing space. by Rafael Espindola · 14 years ago
  76. 8f51a4f Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 14 years ago
  77. 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 14 years ago
  78. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 14 years ago
  79. fea3d4d Use raw_ostream instead of sprintf. by Benjamin Kramer · 14 years ago
  80. 92d6cd2 Simplify code. by Benjamin Kramer · 14 years ago
  81. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 14 years ago
  82. 65cc1e8 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 14 years ago
  83. 34fd284 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 14 years ago
  84. 8721360 Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 14 years ago
  85. 896b70f Implement several CIndex functions for constructing USRs from C-strings instead of AST elements. by Ted Kremenek · 14 years ago
  86. 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 14 years ago
  87. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 14 years ago
  88. 4c9f709 Use llvm::SmallVector instead of std::vector. by Ted Kremenek · 14 years ago
  89. 20e1c7e Fix a rare corner case bug which exposed a serious block API generation by Fariborz Jahanian · 14 years ago
  90. 22fe585 If main file name is empty then use "<unknown>". by Devang Patel · 14 years ago
  91. cffbc78 Preserve the inherited-default-argument bit through instantiation. by John McCall · 14 years ago
  92. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 14 years ago
  93. 3ff9da4 Fix grammar by Ted Kremenek · 14 years ago
  94. 6488292 Make IdentifierTable::get(StringRef) "primary" (no functionality change) by Kovarththanan Rajaratnam · 14 years ago
  95. 50acf24 Reintroduce r98340 and r98341 now without copy/paste errors. by Kovarththanan Rajaratnam · 14 years ago
  96. 6561adf Back out r98340 abd r98341 by Kovarththanan Rajaratnam · 14 years ago
  97. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 14 years ago
  98. 33d3bca fix PR6584: __SSE3__ not defined with -mss3 by Nuno Lopes · 14 years ago
  99. f9bc110 Switch parameter order for consistency (no functionality change) by Kovarththanan Rajaratnam · 14 years ago
  100. 362f6f2 Add keywords using StringRef by Kovarththanan Rajaratnam · 14 years ago