1. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  2. 02f34c5 [analyzer] Rely on LLVM Dominators in Clang dominator computation. by Anna Zaks · 13 years ago
  3. eca4e6e [analyzer] Mark ConstraintManager::canReasonAbout as protected. by Anna Zaks · 13 years ago
  4. 084842d [analyzer] Simplify the condition. by Anna Zaks · 13 years ago
  5. 4473755 [analyzer] Simplify the expected-warning statement. by Anna Zaks · 13 years ago
  6. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  7. 0dd7a25 Make isWeakDecl available as a method on ValueDecl. by Lang Hames · 13 years ago
  8. dd8079c More objc rewriter refactoring. by Fariborz Jahanian · 13 years ago
  9. bea728b [analyzer] Add a missing taint tester warning. by Anna Zaks · 13 years ago
  10. 5344baa [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal class. by Anna Zaks · 13 years ago
  11. 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
  12. 3cdf584 [analyzer] First step toward removing by Anna Zaks · 13 years ago
  13. 1a00eef [analyzer] Minor improvements on RangeConstraint pretty-printing. by Anna Zaks · 13 years ago
  14. f62ceec [analyzer] Change RetainCountChecker to use symbol dump method instead by Anna Zaks · 13 years ago
  15. d016785 [analyzer] Add ability to do a simple ProgramState dump() without requiring CFG. by Anna Zaks · 13 years ago
  16. a50b7ab [analyzer] Add a debug checker to test for tainted data. by Anna Zaks · 13 years ago
  17. 5845717 Some early refactoring of objective-c rewriter. by Fariborz Jahanian · 13 years ago
  18. 8179aa7 [asan] don't require libstdc++ for asan on linux. Mac fix will go separately by Kostya Serebryany · 13 years ago
  19. c9577f3 we got badgered into supporting multi-alternative constraints. by Chris Lattner · 13 years ago
  20. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  21. f4ac17e Fix printing of wildcard exports. by Douglas Gregor · 13 years ago
  22. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  23. 4bc8738d Actually add a useful bit to the comment pre-FIXME by Douglas Gregor · 13 years ago
  24. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  25. 5460ff3 include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR. by NAKAMURA Takumi · 13 years ago
  26. 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago
  27. 649657e Move block return type inference diagnostic to a common place where by Fariborz Jahanian · 13 years ago
  28. 14795c8 Fix mangling substitutions for address-space-qualified class by Douglas Gregor · 13 years ago
  29. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  30. 0586520 If block literal return type is not specified, return type of the block is by Fariborz Jahanian · 13 years ago
  31. 4d604d6 In Microsoft mode, don't perform typo correction in a template member function dependent context because it interferes with the "lookup into dependent bases of class templates" feature. by Francois Pichet · 13 years ago
  32. 1cdb70b Implement overload resolution for reference-typed parameters supplied with initializer lists. by Sebastian Redl · 13 years ago
  33. 6da2c71 Switch LValue so that it exposes alignment in CharUnits. (No functional change.) by Eli Friedman · 13 years ago
  34. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  35. d977e6b [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. by Argyrios Kyrtzidis · 13 years ago
  36. dcbb2fb [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++ catch. by Argyrios Kyrtzidis · 13 years ago
  37. 51f5120 Add a utility to get a RValue for a given LValue for an aggregate; switch a few places over to it. by Eli Friedman · 13 years ago
  38. d7722d9 Switch the Alignment argument on AggValueSlot over to CharUnits, per John's review comment. by Eli Friedman · 13 years ago
  39. c5e0f9b Module files representing actual modules don't need to know the set of modules they import, since that information isn't actually used. Drop it from the AST file by Douglas Gregor · 13 years ago
  40. f6137e4 Implement support for precompiled headers, preambles, and serialized by Douglas Gregor · 13 years ago
  41. f394078 Track alignment in AggValueSlot. No functional change in this patch, but I'll be introducing uses of the specified alignment soon. by Eli Friedman · 13 years ago
  42. e664977 Keep track of all of the import declarations that are parsed or by Douglas Gregor · 13 years ago
  43. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  44. 15de72c Introduce a module import declaration, so that we properly represent, e.g., by Douglas Gregor · 13 years ago
  45. 687b5df Revert r145697 and dependent patch r145702. It added a dependency from by Nick Lewycky · 13 years ago
  46. 3aaeccc Update for change to LLVM TargetMachine API in r145714. by Nick Lewycky · 13 years ago
  47. 8c366c4 Add missing test header by Douglas Gregor · 13 years ago
  48. 6236a29 Only perform checking of the predefines buffer when loading a by Douglas Gregor · 13 years ago
  49. 377cc6e Make r145697 actually work. by Hans Wennborg · 13 years ago
  50. 10ce932 Make sure that name lookup in C checks whether a name is hidden. by Douglas Gregor · 13 years ago
  51. 5fdc1b9 Make conversion specifier warning refer to typedef if possible. by Hans Wennborg · 13 years ago
  52. 07165b9 When making a module visible, also make any of its exported modules by Douglas Gregor · 13 years ago
  53. af13bfc Implement (de-)serialization of the set of exported modules in a module map. by Douglas Gregor · 13 years ago
  54. a015cab Notify the AST writer (via ASTDeserializationListener) when a by Douglas Gregor · 13 years ago
  55. 1329264 Implement name hiding for macro definitions within modules, such that by Douglas Gregor · 13 years ago
  56. bff22ac Fix bitfield handling for record layout with #pragma pack. <rdar://problem/10494810> and PR9560. by Eli Friedman · 13 years ago
  57. ff98652 runtime/Linux: Initial support for tying compiler-rt build into Clang build on by Daniel Dunbar · 13 years ago
  58. c5f9a01 Add support for AVX registers to clang inline asm. Add a small testcase by Eric Christopher · 13 years ago
  59. 93bfd79 Clean up some oddly gratuitous vertical whitespace. by Eric Christopher · 13 years ago
  60. 867a379 Rename function. by Eric Christopher · 13 years ago
  61. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  62. 320fa4b Fix test regression introduced by r145656. When seeing a string literal that isn't accepted by 'asm', skip to the enclosing ')'. by Ted Kremenek · 13 years ago
  63. 7f42228 Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rdar://problem/10465079>. by Ted Kremenek · 13 years ago
  64. 4bb6686 Fix wrong-code bug when a const automatic variable of struct type has both a by Richard Smith · 13 years ago
  65. b876993 [asan] update docs to allow, but discourage, -O0 by Kostya Serebryany · 13 years ago
  66. ee1ad99 When we're passing a vector with an illegal type through memory on x86-64, use byval so we're sure the backend does the right thing. Fixes va_arg with illegal vectors and an obscure ABI mismatch with __m64 vectors. by Eli Friedman · 13 years ago
  67. 94b54ea Driver/Darwin: Add ASAN runtime library link support. by Daniel Dunbar · 13 years ago
  68. ecc2c09 Implement name hiding for declarations deserialized from a non-visible by Douglas Gregor · 13 years ago
  69. 403bc3f Fix -forwardingTargetForSelector: (GNUstep runtime) which was broken for the by David Chisnall · 13 years ago
  70. 61ea4fe Add support for AMD's bulldozer. by Benjamin Kramer · 13 years ago
  71. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  72. ee5a21f [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 by Anna Zaks · 13 years ago
  73. a38c473 When typo-correction an Objective-C superclass name, don't by Douglas Gregor · 13 years ago
  74. 50118da Add Microsoft mangling of constructors and destructors. Patch by Dmitry! by Michael J. Spencer · 13 years ago
  75. 2aba711 Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default. by Francois Pichet · 13 years ago
  76. 60a4481 Fix typo. by Ted Kremenek · 13 years ago
  77. b805c8f [analyzer] Refactor checkers to use helper function for getting callee Decl and name. by Anna Zaks · 13 years ago
  78. a078ecf When analyzing a C++ method (without a specific caller), assume 'this' is non-null. Fixes <rdar://problem/10508787>. by Ted Kremenek · 13 years ago
  79. 3ed7903 Don't use a varargs convention for calls unprototyped functions where one of the arguments is an AVX vector. by Eli Friedman · 13 years ago
  80. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  81. 185dbd7 Infer the submodule ID for a given declaration based on the location by Douglas Gregor · 13 years ago
  82. f1d1ca5 When sending a message to a receiver that has "unknown any" type, by Douglas Gregor · 13 years ago
  83. f8d34ed ParmVarDecls have no linkage. Previously we would report that parameters by Argyrios Kyrtzidis · 13 years ago
  84. 26ced12 Switch the ID numbers used for submodule IDs in the AST reader over to by Douglas Gregor · 13 years ago
  85. 968a0ee Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycle checking in -Warc-retain-cycles. This commonly by Ted Kremenek · 13 years ago
  86. 75df4ee Further tweak -Wurneachable-code and templates by allowing the warning to run on by Ted Kremenek · 13 years ago
  87. 901dd66 Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. by Eli Friedman · 13 years ago
  88. 8374eda Another GCC fix by Douglas Gregor · 13 years ago
  89. 58196dc Revert most of r145372 for now. Lookahead beyond the ';' in a function by Richard Smith · 13 years ago
  90. 863eb53 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 13 years ago
  91. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  92. 8d39c3d [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsToConsumer by Argyrios Kyrtzidis · 13 years ago
  93. 436bd50 Test case for fix committed in r145441. by Lang Hames · 13 years ago
  94. e5dd2ea make asan work at -O0, clang part. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  95. 381c066 Per an offline conversation with John McCall, have StmtPrinter actually print out the source expression for OpaqueValueExpr. by Ted Kremenek · 13 years ago
  96. 5dfee06 Don't run -Wunreachable-code on template instantiations. Different instantiations may produce different unreachable code results, and it is very difficult for us to prove that ALL instantiations of a template have specific unreachable code. If we come up with a better solution, then we can revisit this, but this approach will at least greatly reduce the noise of this warning for code that makes use of templates. by Ted Kremenek · 13 years ago
  97. e25633f Don't collide loop variable names (to appease GCC) by Matt Beaumont-Gay · 13 years ago
  98. 4b7cac5 Note that we'll need to handle __include_macros specially in the module loader by Douglas Gregor · 13 years ago
  99. c85900f Get the -march argument based on the target MIPS architecture or cpu and pass by Akira Hatanaka · 13 years ago
  100. 90735f7 Update CMake build. by Benjamin Kramer · 13 years ago