1. 02690b2 Add missing file by Peter Collingbourne · 14 years ago
  2. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  3. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 14 years ago
  4. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
  5. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  6. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  7. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago
  8. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
  9. b715a7c Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method within an 'init' method. This is a temporary stop gap to avoid false positives while we investigate how to make it smarter. by Ted Kremenek · 14 years ago
  10. f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 14 years ago
  11. 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 14 years ago
  12. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
  13. 2534528 Rename 'InvalidateRegions()' to 'invalidateRegions()'. by Ted Kremenek · 14 years ago
  14. 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 14 years ago
  15. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 14 years ago
  16. a9d5c30 Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer instead of a reference. by Ted Kremenek · 14 years ago
  17. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  18. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
  19. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  20. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
  21. 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 14 years ago
  22. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
  23. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 14 years ago
  24. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
  25. e40b69d static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes. by Ted Kremenek · 14 years ago
  26. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
  27. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  28. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 14 years ago
  29. 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 14 years ago
  30. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  31. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  32. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 14 years ago
  33. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  34. 824c547 Initialize 'reclaimNodes'. by Ted Kremenek · 14 years ago
  35. dec5b63 Correct units in comments describing Size and getSize(). by Ken Dyck · 14 years ago
  36. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 14 years ago
  37. d767d81 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. by Ted Kremenek · 14 years ago
  38. 5846590 Make ProgramPoint::getTag() public. by Ted Kremenek · 14 years ago
  39. 76a4021 NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. by John McCall · 14 years ago
  40. 332bb2a When checking the 'weak' and 'weakref' attributes, look for non-external by John McCall · 14 years ago
  41. 4800a5c Split the serialized representation for the detailed preprocessing by Douglas Gregor · 14 years ago
  42. cc324ad AST: support for pre-arg expressions on CallExpr subclasses by Peter Collingbourne · 14 years ago
  43. 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  44. f76b092 Clear the linkage cache recursively. Fixes PR8926. by John McCall · 14 years ago
  45. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  46. 68cf1a5 Convert RecordLayout::NonVirtualAlign to CharUnits. No change in by Ken Dyck · 14 years ago
  47. 1b52844 Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready. by Ted Kremenek · 14 years ago
  48. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  49. ab234de add some missing builtins. by Chris Lattner · 14 years ago
  50. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 14 years ago
  51. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 14 years ago
  52. 1de34dd When the out-of-line definition differs from the declaration in the return type, by Argyrios Kyrtzidis · 14 years ago
  53. 8b78913 -Wselector should warn on implemented selectors only by Fariborz Jahanian · 14 years ago
  54. fdc13a0 When calling a bound pointer to member function, check the by Douglas Gregor · 14 years ago
  55. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 14 years ago
  56. 4ee2bb1 Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning. by Ted Kremenek · 14 years ago
  57. d89d86f Tighten up the semantics of default template arguments, per C++0x by Douglas Gregor · 14 years ago
  58. ee5d21f When a function template's template parameter has a default argument, by Douglas Gregor · 14 years ago
  59. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
  60. f24fe4d Fix 80-col violins. by Daniel Dunbar · 14 years ago
  61. 142f9e9 -fapple-kext cannot have 'weak' visibility in this abi. by Fariborz Jahanian · 14 years ago
  62. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 14 years ago
  63. 799ef66 Implement -Woverloaded-virtual. by Argyrios Kyrtzidis · 14 years ago
  64. 86a4d0d Teach SourceManager::getLocation() how to cope with a source file by Douglas Gregor · 14 years ago
  65. 26743b2 Capture a few implicit references to 'self'. by John McCall · 14 years ago
  66. 5808ce4 More capturing of 'this': implicit member expressions. Getting that by John McCall · 14 years ago
  67. 5533045 Reenable -Wuninitialized warning for captured block variables. by Ted Kremenek · 14 years ago
  68. f704c61 Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with by Daniel Dunbar · 14 years ago
  69. b51eee4 Fix Microsoft bit field problem. This resolves the Index\complete-exprs.c regression on Win32. by Francois Pichet · 14 years ago
  70. 609e317 Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration. by Ted Kremenek · 14 years ago
  71. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 14 years ago
  72. b34d69b Frontend: Add -header-include-file option, for allowing saving header include by Daniel Dunbar · 14 years ago
  73. b376e5e Frontend: Add support (unused) for showing all "interesting" headers, not just by Daniel Dunbar · 14 years ago
  74. 6159d0f Revert r124704, which uniqued code-completion strings. The space by Douglas Gregor · 14 years ago
  75. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  76. eef63e0 Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 14 years ago
  77. 469a1eb An insomniac stab at making block declarations list the variables they close by John McCall · 14 years ago
  78. e349d2c Unique code-completion strings. On Cocoa.h, this costs us about 4% in by Douglas Gregor · 14 years ago
  79. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 14 years ago
  80. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 14 years ago
  81. 0e2dc3a Warn for "if ((a == b))" where the equality expression is needlessly wrapped inside parentheses. by Argyrios Kyrtzidis · 14 years ago
  82. d880f52 Implement access checking for the "delete" operator. Fixes PR9050, by Douglas Gregor · 14 years ago
  83. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 14 years ago
  84. 2a7c12c Correct units in doxygen comment for NonVirtualSize. by Ken Dyck · 14 years ago
  85. 5c3633f Convert RecordLayout::NonVirtualSize from bit units to CharUnits. by Ken Dyck · 14 years ago
  86. 86c05f3 Perform the bad-address-space conversions check as part of by John McCall · 14 years ago
  87. 293a45e Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! by Argyrios Kyrtzidis · 14 years ago
  88. e4be87e Make Check*PointerTypesForAssignment private and tell them that they're by John McCall · 14 years ago
  89. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 14 years ago
  90. ff9cd96 Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the by Daniel Dunbar · 14 years ago
  91. 94659e4 Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. by Argyrios Kyrtzidis · 14 years ago
  92. 683a81f Implement the suggested resolution to core issue 547, extended to also by Douglas Gregor · 14 years ago
  93. def4e2a Warn if the class has virtual methods but non-virtual destructor. Addresses rdar://8756445. by Argyrios Kyrtzidis · 14 years ago
  94. 6684d85 Diagnose if extern local variable is followed by non-extern and vice-versa. by Argyrios Kyrtzidis · 14 years ago
  95. 0413db4 Amazing that there are still issues with the fields of anonymous struct/unions.. by Argyrios Kyrtzidis · 14 years ago
  96. f25649c Support for -plugin-arg- with -add-plugin by Nico Weber · 14 years ago
  97. d89d30f Fix some corner cases in the __is_base_of logic. by John McCall · 14 years ago
  98. 4867347 PR9037: Allow override, final, and new as an extension on inline members. by Nico Weber · 14 years ago
  99. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 14 years ago
  100. 1eee5dc Teach the evaluation of the __is_convertible_to trait to translate by Douglas Gregor · 14 years ago