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