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