1. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  2. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  3. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  4. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  5. 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 14 years ago
  6. 7133c1a Bump clang minor version (1.5). by Ted Kremenek · 14 years ago
  7. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 14 years ago
  8. 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 14 years ago
  9. f4e689b Reduce the default alignment for ASTContext and Stmt/Expr allocation by Douglas Gregor · 14 years ago
  10. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  11. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  12. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  13. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 14 years ago
  14. ce45414 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  15. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 14 years ago
  16. 78fbbfe Remove useless foward decl. by Kovarththanan Rajaratnam · 14 years ago
  17. 17ddf1c Mark CXXThisRegion in the current or parent stack frame context as live so that by Zhongxing Xu · 14 years ago
  18. 3ddd6e0 Make -faccess-control and -fno-access-control driver options. by John McCall · 14 years ago
  19. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 14 years ago
  20. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  21. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  22. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 14 years ago
  23. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 14 years ago
  24. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 14 years ago
  25. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 14 years ago
  26. 8c6fa84 Driver: Fix forwarding of -fno-lax-vector-conversions. by Daniel Dunbar · 14 years ago
  27. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  28. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  29. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  30. c506357 Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked by Zhongxing Xu · 14 years ago
  31. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  32. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  33. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  34. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  35. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 14 years ago
  36. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago
  37. 7bd0dfd Add remaining sse4.1 intrinsics and builtins. by Eric Christopher · 14 years ago
  38. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 14 years ago
  39. 37cafb0 Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl. by Ted Kremenek · 14 years ago
  40. de09d0c Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup by Ted Kremenek · 14 years ago
  41. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 14 years ago
  42. 8efb581 Add comment to CFG to 'buildCFG()' arguments indicating that scope by Ted Kremenek · 14 years ago
  43. 66ccaec Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. by Ted Kremenek · 14 years ago
  44. 2d684c2 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  45. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago
  46. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 14 years ago
  47. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 14 years ago
  48. b05b5f3 Remember access paths for visible conversion decls. by John McCall · 14 years ago
  49. b031c87 Add missing space. by Rafael Espindola · 14 years ago
  50. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 14 years ago
  51. 896b70f Implement several CIndex functions for constructing USRs from C-strings instead of AST elements. by Ted Kremenek · 14 years ago
  52. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
  53. 6488292 Make IdentifierTable::get(StringRef) "primary" (no functionality change) by Kovarththanan Rajaratnam · 15 years ago
  54. 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 15 years ago
  55. 2781deb Cleanup using StringRef by Kovarththanan Rajaratnam · 15 years ago
  56. 700030e Switch over IdentifierInfoLookup to StringRef by Kovarththanan Rajaratnam · 15 years ago
  57. 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 15 years ago
  58. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 15 years ago
  59. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
  60. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
  61. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  62. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  63. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
  64. 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
  65. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
  66. 9d44023 Driver: Free jobs in JobList and PipedJob instances. by Daniel Dunbar · 15 years ago
  67. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
  68. 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 · 15 years ago
  69. 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
  70. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  71. becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
  72. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  73. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  74. b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
  75. ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
  76. 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
  77. 9fd4f89 Rename -Wbad-literal to -Wliteral-range. by John McCall · 15 years ago
  78. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  79. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  80. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  81. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  82. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
  83. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
  84. d6b162e Add in movntdqa intrinsic for load hint. by Eric Christopher · 15 years ago
  85. 31b2ac7 Add in dot product intrinsics for dpps and dppd. by Eric Christopher · 15 years ago
  86. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  87. e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
  88. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
  89. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  90. 667514d The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds by Douglas Gregor · 15 years ago
  91. 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
  92. 47c27a6 Only make __ptr64 and __w64 keywords when Microsoft extensions are enabled. by Douglas Gregor · 15 years ago
  93. bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
  94. 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
  95. fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
  96. c179a7f Remove reference to AnalysisContext in Environment. We already have LocationContext by Zhongxing Xu · 15 years ago
  97. 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
  98. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  99. a857389 The FIXME is fixed. by Zhongxing Xu · 15 years ago
  100. 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago