1. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
  2. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  3. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
  4. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
  5. 6a502c4 PR14855: don't silently swallow a nested-name-specifier after a type name. by Richard Smith · 12 years ago
  6. d130fd2 Clear LV cache when dropping availability attributes. by Rafael Espindola · 12 years ago
  7. 8c4222a Don't crash when trying to apply the availability attribute to a block. by Rafael Espindola · 12 years ago
  8. b9725cf Mark all subsequent decls used. by Rafael Espindola · 12 years ago
  9. 6dfb960 [analyzer] Only include uniqueling location as issue_hash when available by Anna Zaks · 12 years ago
  10. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 12 years ago
  11. a879a16 Add missing spaces. This doesn't cause problems in practice because we only warn by Rafael Espindola · 12 years ago
  12. ef3c694 Clear the LV cache when setting the instantiated from link. Fixes pr14835. by Rafael Espindola · 12 years ago
  13. f8a6cb1 CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode by Dmitri Gribenko · 12 years ago
  14. d63b19e Clear the LV cache when merging the availability attribute. by Rafael Espindola · 12 years ago
  15. 2fcadfe Add a test to make sure that vector output happens for debug info. by Eric Christopher · 12 years ago
  16. cbb99ef Don't warn about undefined varargs argument behavior in unreachable code. by Ted Kremenek · 12 years ago
  17. b9d61ca Add [artificial] debug info annotation to test matching r171826 by David Blaikie · 12 years ago
  18. 4ce831c [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, by Argyrios Kyrtzidis · 12 years ago
  19. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  20. c1c6a49 [analyzer] Plist: change the type of issue_hash from int to string. by Anna Zaks · 12 years ago
  21. 6647986 clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  22. 774d8b4 PR14838: When a member reference is bound to a temporary, don't forget to by Richard Smith · 12 years ago
  23. c117f39 Correct OpenBSD profiling test by Dmitri Gribenko · 12 years ago
  24. 3c4e481 add a triple by Rafael Espindola · 12 years ago
  25. 822023a [ubsan] Use correct type for compound assignment ops. by Will Dietz · 12 years ago
  26. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  27. 57cbb14 Use the C++11 POD definition in C++11 mode to determine whether one by Douglas Gregor · 12 years ago
  28. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  29. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  30. 3453bf7 [libclang] When annotating preprocessor tokens, if we are in a macro definition, by Argyrios Kyrtzidis · 12 years ago
  31. c059f89 [libclang] Simplify annotation of preprocessing tokens and remove the AnnotateTokensData by Argyrios Kyrtzidis · 12 years ago
  32. e9de485 [libclang] Make token annotation of type/storage qualifiers accurate. by Argyrios Kyrtzidis · 12 years ago
  33. 664b06f [libclang] When getting the cursor for an identifier inside a macro definition, check if by Argyrios Kyrtzidis · 12 years ago
  34. 0b67c75 [analyzer] Fix a false positive in Secure Keychain API checker. by Anna Zaks · 12 years ago
  35. 5879fb3 [analyzer] Fix a false positive in the ivar invalidation checker. by Anna Zaks · 12 years ago
  36. 27c2cb2 Comment to XML conversion: no, we don't want to print instantiations for the by Dmitri Gribenko · 12 years ago
  37. de76854 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 12 years ago
  38. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  39. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  40. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  41. dac6252 CFG.cpp: Fix wrapping logic when printing block preds/succs. by Will Dietz · 12 years ago
  42. 0028ee3 PR14759: Improve/correct support for debug info for C++ member pointers. by David Blaikie · 12 years ago
  43. 6b6bd10 Make checking for 'protected' access in debug info more legible. by David Blaikie · 12 years ago
  44. d8180cf PR14573: Unnamed parameters in debug info, Part 2 by David Blaikie · 12 years ago
  45. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  46. 436653b Emit debug info for unnamed parameters. by David Blaikie · 12 years ago
  47. 5f2bd16 Change test/CodeGenCXX/debug-info-method.cpp an IR (rather than asm) test. by David Blaikie · 12 years ago
  48. 42368b5 FileCheck-ize test/CodeGenCXX/debug-info-method.cpp by David Blaikie · 12 years ago
  49. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  50. 6acc4bc Assert that redeclarations have the same linkage. by Rafael Espindola · 12 years ago
  51. ba3c9ca In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. by Fariborz Jahanian · 12 years ago
  52. df0be6d Fix testing case for Release build (r171493) by Manman Ren · 12 years ago
  53. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  54. 7a77f19 objective-C arc: in copy helper function for by Fariborz Jahanian · 12 years ago
  55. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  56. c9c3907 Add the module name to the 'incomplete umbrella header' warning. by Douglas Gregor · 12 years ago
  57. 3c7a0e1 Debug Info: fix the line location for cleanup code of a block function by Manman Ren · 12 years ago
  58. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  59. 20bcd4e [arcmt] Allow removing an -autorelease of a variable initialized in the previous statement. by Argyrios Kyrtzidis · 12 years ago
  60. ea2224d [arcmt] Adds brackets in case statements that "contain" initialization of retaining by Argyrios Kyrtzidis · 12 years ago
  61. af1c08f [arcmt] Don't error if an autoreleased variable is returned after the -autorelease. by Argyrios Kyrtzidis · 12 years ago
  62. 86ebd03 Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> by Douglas Gregor · 12 years ago
  63. 6769ccb Warn on unused auto variables. by Rafael Espindola · 12 years ago
  64. 5d2faa4 [arcmt] Rewrite uses of Block_copy/Block_release macros. by Argyrios Kyrtzidis · 12 years ago
  65. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  66. 89e19b4 Don't assert/crash on reference variables in lambdas bound to a by Eli Friedman · 12 years ago
  67. 344c77a [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 12 years ago
  68. f5e208c hexagon-target-basic.c test: add REQUIRES line for hexagon target by Dmitri Gribenko · 12 years ago
  69. 1a090f1 Correct Hexagon DataLayout string. Fixes bug 14744. by Anshuman Dasgupta · 12 years ago
  70. ee3d9f0 Type safety attributes: add tests for enumerations (users are actually doing by Dmitri Gribenko · 12 years ago
  71. 9a64fb5 Prefer splitting after "template <...>" and fix indentation. by Daniel Jasper · 12 years ago
  72. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  73. 6cc2a68 Silence some warnings and allow passing down some feature flags to the linker. by Rafael Espindola · 12 years ago
  74. 87b8127 Don't warn on unused member functions that are extern because of a typedef. by Rafael Espindola · 12 years ago
  75. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  76. de210a5 Use hasCLanguageLinkage when warning about non C return types. by Rafael Espindola · 12 years ago
  77. 9f0c692 Don't get confused if a extern "C" builtin function is redeclared without by Rafael Espindola · 12 years ago
  78. 9f40954 Don't warn for undefined but used decls that are external because of a typedef. by Rafael Espindola · 12 years ago
  79. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  80. 9b403c5 PR14729: Fix typo in CheckICE for BinaryConditionalOperators. by Richard Smith · 12 years ago
  81. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  82. ebf75d7 Change this to an IR test instead of an assembly test (as per comment in r171134). by David Blaikie · 12 years ago
  83. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago
  84. 66c0899 Update test for backend change. by Eric Christopher · 12 years ago
  85. 137d662 Fix a regression from the previous commit. by Rafael Espindola · 12 years ago
  86. 485458a Use the most recent redecl to decide if it is needed. by Rafael Espindola · 12 years ago
  87. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  88. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  89. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  90. a73d3db Simplify RUN lines. No functionality change. by Nick Lewycky · 12 years ago
  91. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  92. fa6efa8 test/Index/preamble_macro_template.cpp: Tweak for win32. by NAKAMURA Takumi · 12 years ago
  93. bb06b50 [libclang] Fix crash when code-completing a macro invocation that by Argyrios Kyrtzidis · 12 years ago
  94. ac50456 [libclang] Don't try to translate diagnostics from the precompiled preamble to the by Argyrios Kyrtzidis · 12 years ago
  95. 19e0d95 PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; it might instead be a TranslationUnitDecl. by Richard Smith · 12 years ago
  96. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 12 years ago
  97. a05d274 Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_instance_variable_assignment. by Ted Kremenek · 12 years ago
  98. 3351536 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 12 years ago
  99. 0a19ee8 Insulate this test from the whims of the random number generator. by Matt Beaumont-Gay · 12 years ago
  100. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago