1. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  2. e5877b0 Remove unused variable by Douglas Gregor · 14 years ago
  3. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  4. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 14 years ago
  5. a98c27b fix copyright & typo by Blaine Garst · 14 years ago
  6. 9a8cb8d Forgot the testcases. by John McCall · 14 years ago
  7. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 14 years ago
  8. 5d7650b update link by Chris Lattner · 14 years ago
  9. ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 14 years ago
  10. 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
  11. 6757aaa rev existing doc to account for recent ABI changes by Blaine Garst · 14 years ago
  12. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 14 years ago
  13. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 14 years ago
  14. 47a3fcd Audit all callers of SourceManager::getBufferData(); fix the one that by Douglas Gregor · 14 years ago
  15. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 14 years ago
  16. aa38c3d Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with errors by Douglas Gregor · 14 years ago
  17. 3b8097a accept and ignore __gcc_tdiag__ so we don't produce warnings by Chris Lattner · 14 years ago
  18. ec1afbf Make sure we actually override ReadHeaderFileInfo when we meant to by Douglas Gregor · 14 years ago
  19. 8c6fa84 Driver: Fix forwarding of -fno-lax-vector-conversions. by Daniel Dunbar · 14 years ago
  20. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  21. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  22. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  23. c506357 Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked by Zhongxing Xu · 14 years ago
  24. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  25. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  26. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 14 years ago
  27. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  28. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  29. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  30. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  31. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 14 years ago
  32. 7bd0dfd Add remaining sse4.1 intrinsics and builtins. by Eric Christopher · 14 years ago
  33. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 14 years ago
  34. 37cafb0 Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl. by Ted Kremenek · 14 years ago
  35. de09d0c Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup by Ted Kremenek · 14 years ago
  36. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 14 years ago
  37. b5696fe Add 'expected-note' by Ted Kremenek · 14 years ago
  38. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 14 years ago
  39. ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 14 years ago
  40. 8efb581 Add comment to CFG to 'buildCFG()' arguments indicating that scope by Ted Kremenek · 14 years ago
  41. 66ccaec Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. by Ted Kremenek · 14 years ago
  42. 2d684c2 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  43. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago
  44. 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 14 years ago
  45. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 14 years ago
  46. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  47. b05b5f3 Remember access paths for visible conversion decls. by John McCall · 14 years ago
  48. 51f4c94 Fix thinko and enable clang build on mingw again (hopefully) by Anton Korobeynikov · 14 years ago
  49. c3cde07 Add EmitString helper method by Kovarththanan Rajaratnam · 14 years ago
  50. 2e6051a Unbreak last commit. This should have been part of r98478. by Kovarththanan Rajaratnam · 14 years ago
  51. 74e485e Pass file string by reference by Kovarththanan Rajaratnam · 14 years ago
  52. aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 14 years ago
  53. 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 14 years ago
  54. 48673e6 Move to anonymous namespace by Kovarththanan Rajaratnam · 14 years ago
  55. 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
  56. c2a9816 Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32. by Benjamin Kramer · 14 years ago
  57. b031c87 Add missing space. by Rafael Espindola · 14 years ago
  58. 8f51a4f Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 14 years ago
  59. 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 14 years ago
  60. ee99005 Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls. by Benjamin Kramer · 14 years ago
  61. fea3d4d Use raw_ostream instead of sprintf. by Benjamin Kramer · 14 years ago
  62. 92d6cd2 Simplify code. by Benjamin Kramer · 14 years ago
  63. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 14 years ago
  64. 65cc1e8 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 14 years ago
  65. 34fd284 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 14 years ago
  66. 8721360 Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 14 years ago
  67. 896b70f Implement several CIndex functions for constructing USRs from C-strings instead of AST elements. by Ted Kremenek · 14 years ago
  68. 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 14 years ago
  69. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 14 years ago
  70. 4c9f709 Use llvm::SmallVector instead of std::vector. by Ted Kremenek · 14 years ago
  71. 20e1c7e Fix a rare corner case bug which exposed a serious block API generation by Fariborz Jahanian · 14 years ago
  72. 22fe585 If main file name is empty then use "<unknown>". by Devang Patel · 14 years ago
  73. cffbc78 Preserve the inherited-default-argument bit through instantiation. by John McCall · 14 years ago
  74. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 14 years ago
  75. 3ff9da4 Fix grammar by Ted Kremenek · 14 years ago
  76. 6488292 Make IdentifierTable::get(StringRef) "primary" (no functionality change) by Kovarththanan Rajaratnam · 14 years ago
  77. 50acf24 Reintroduce r98340 and r98341 now without copy/paste errors. by Kovarththanan Rajaratnam · 14 years ago
  78. 6561adf Back out r98340 abd r98341 by Kovarththanan Rajaratnam · 14 years ago
  79. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 14 years ago
  80. 33d3bca fix PR6584: __SSE3__ not defined with -mss3 by Nuno Lopes · 14 years ago
  81. f9bc110 Switch parameter order for consistency (no functionality change) by Kovarththanan Rajaratnam · 14 years ago
  82. 362f6f2 Add keywords using StringRef by Kovarththanan Rajaratnam · 14 years ago
  83. 2781deb Cleanup using StringRef by Kovarththanan Rajaratnam · 14 years ago
  84. 700030e Switch over IdentifierInfoLookup to StringRef by Kovarththanan Rajaratnam · 14 years ago
  85. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 14 years ago
  86. 617def3 More this adjustment simplification. by Anders Carlsson · 14 years ago
  87. 4ea9006 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 14 years ago
  88. cd0d27f Remove OldOffset. by Anders Carlsson · 14 years ago
  89. ae936d5 Remove debug output. by Anders Carlsson · 14 years ago
  90. dd36681 Begin simplifying handling of thunks. by Anders Carlsson · 14 years ago
  91. e5e0c9d Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 14 years ago
  92. 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 14 years ago
  93. e3d67bc Split Sema::ActOnProperty() into two recursive functions to clearly separate by Ted Kremenek · 14 years ago
  94. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 14 years ago
  95. ceef4ce Add an extra test to this test-case. by John McCall · 14 years ago
  96. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 14 years ago
  97. 2d2f936 Fix 80 col violations. by Ted Kremenek · 14 years ago
  98. 28685ab Move 'ActOn' methods to the beginning of the file by Ted Kremenek · 14 years ago
  99. 34836f2 Update CMake build. by Ted Kremenek · 14 years ago
  100. 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 14 years ago