1. 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 14 years ago
  2. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 14 years ago
  3. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 14 years ago
  4. 7ad650f Support friend function specializations. by John McCall · 14 years ago
  5. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 14 years ago
  6. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  7. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 14 years ago
  8. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 14 years ago
  9. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 14 years ago
  10. 8e18c1b Bind the constructed object value to CXXConstructExpr. by Zhongxing Xu · 14 years ago
  11. 7b71c19 Add a AggExprVisitor class. It contains lots of boiler by Zhongxing Xu · 14 years ago
  12. 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
  13. d9e0c0f Since we now may have basicblocks with the same block is in different function, by Zhongxing Xu · 14 years ago
  14. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 14 years ago
  15. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 14 years ago
  16. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 14 years ago
  17. 3bfacdf More clean up of ivars which are either in class extensions and by Fariborz Jahanian · 14 years ago
  18. 93ea5cb Introduce the notion of a single "delayed" diagnostic into the by Douglas Gregor · 14 years ago
  19. 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 14 years ago
  20. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 14 years ago
  21. ff7f736 Reapply r99024 (but with the memory issue now fixed). by Ted Kremenek · 14 years ago
  22. 1b43102 Check if a BugReporterVisitor has already been added to a BugReporterContext. by Ted Kremenek · 14 years ago
  23. 6493b81 Fix use-of-invalid-memory found by Valgrind and Windows buildbots. by Ted Kremenek · 14 years ago
  24. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  25. 67a5936 Add sse4.2 header and builtin support. by Eric Christopher · 14 years ago
  26. 0f2c907 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 14 years ago
  27. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  28. 2d46f4d Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 14 years ago
  29. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  30. 788f5a1 Optimize region-of-interest based cursor walks through the by Douglas Gregor · 14 years ago
  31. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  32. 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 14 years ago
  33. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  34. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 14 years ago
  35. ebfa339 Make the CIndex API more resilient to being used on invalid code. by Ted Kremenek · 14 years ago
  36. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 14 years ago
  37. b9e1b75 Make the preprocessing record a PPCallbacks subclass itself, by Douglas Gregor · 14 years ago
  38. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 14 years ago
  39. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  40. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  41. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  42. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  43. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  44. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  45. 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 14 years ago
  46. 7133c1a Bump clang minor version (1.5). by Ted Kremenek · 14 years ago
  47. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 14 years ago
  48. 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 14 years ago
  49. f4e689b Reduce the default alignment for ASTContext and Stmt/Expr allocation by Douglas Gregor · 14 years ago
  50. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  51. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  52. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  53. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 14 years ago
  54. ce45414 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  55. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 14 years ago
  56. 78fbbfe Remove useless foward decl. by Kovarththanan Rajaratnam · 14 years ago
  57. 17ddf1c Mark CXXThisRegion in the current or parent stack frame context as live so that by Zhongxing Xu · 14 years ago
  58. 3ddd6e0 Make -faccess-control and -fno-access-control driver options. by John McCall · 14 years ago
  59. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 14 years ago
  60. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  61. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  62. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 14 years ago
  63. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 14 years ago
  64. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 14 years ago
  65. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 14 years ago
  66. 8c6fa84 Driver: Fix forwarding of -fno-lax-vector-conversions. by Daniel Dunbar · 14 years ago
  67. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  68. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  69. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  70. c506357 Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked by Zhongxing Xu · 14 years ago
  71. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  72. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  73. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  74. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  75. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  76. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  77. 7bd0dfd Add remaining sse4.1 intrinsics and builtins. by Eric Christopher · 14 years ago
  78. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 14 years ago
  79. 37cafb0 Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl. by Ted Kremenek · 14 years ago
  80. de09d0c Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup by Ted Kremenek · 14 years ago
  81. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 14 years ago
  82. 8efb581 Add comment to CFG to 'buildCFG()' arguments indicating that scope by Ted Kremenek · 14 years ago
  83. 66ccaec Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. by Ted Kremenek · 14 years ago
  84. 2d684c2 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  85. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago
  86. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 14 years ago
  87. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  88. b05b5f3 Remember access paths for visible conversion decls. by John McCall · 14 years ago
  89. b031c87 Add missing space. by Rafael Espindola · 14 years ago
  90. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 14 years ago
  91. 896b70f Implement several CIndex functions for constructing USRs from C-strings instead of AST elements. by Ted Kremenek · 14 years ago
  92. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 14 years ago
  93. 6488292 Make IdentifierTable::get(StringRef) "primary" (no functionality change) by Kovarththanan Rajaratnam · 14 years ago
  94. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 14 years ago
  95. 2781deb Cleanup using StringRef by Kovarththanan Rajaratnam · 14 years ago
  96. 700030e Switch over IdentifierInfoLookup to StringRef by Kovarththanan Rajaratnam · 14 years ago
  97. 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 14 years ago
  98. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 14 years ago
  99. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 14 years ago
  100. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 14 years ago