1. 4b2fe6e modern objective-c translator: add static function to initialize by Fariborz Jahanian · 12 years ago
  2. 1cd89c4 More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. by Sebastian Redl · 12 years ago
  3. ca89371 Fix the other place where C++98 work for initializer lists was necessary. by Sebastian Redl · 12 years ago
  4. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  5. fce8009 Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, invalidating the pointer. by Benjamin Kramer · 12 years ago
  6. a03e40c modern objective-c translator: provide meta-data initialization by Fariborz Jahanian · 12 years ago
  7. 6181e56 Debug info: Tighten up uses of plain MDNode pointers which don't survive replaceOperandWith. by Benjamin Kramer · 12 years ago
  8. fd4ce2c modern objective-c translator: couple of minor by Fariborz Jahanian · 12 years ago
  9. 7cb2a1b objective-c modern translator: Refactor intername ivar names to by Fariborz Jahanian · 12 years ago
  10. d967c6a Add test case for <rdar://problem/10553686>, which illustrates RetainCount checker working with inlined C++ template functions. by Ted Kremenek · 12 years ago
  11. 4cf2253 Fix crash when querying the CFG reported when using the thread safety analysis by Ted Kremenek · 12 years ago
  12. a7d66b5 line endings by Matt Beaumont-Gay · 12 years ago
  13. 55261af modern objective-c translator: fix type of objc_exception_throw by Fariborz Jahanian · 12 years ago
  14. 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 12 years ago
  15. 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 12 years ago
  16. 3e280b5 Add the missing compatibility warning for braced initializers as default arguments. by Sebastian Redl · 12 years ago
  17. 393f98b [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 12 years ago
  18. 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 12 years ago
  19. 07b49a8 Use character literals for vexing initialization fixit hints. by David Blaikie · 12 years ago
  20. 957ff27 Replace a FIXME with a diagnostic when we can't resolve the by Douglas Gregor · 12 years ago
  21. 42acead Diagnose tag and class template declarations with qualified by Douglas Gregor · 12 years ago
  22. 22e2f85 modern objective-c rewriter: further improvement in by Fariborz Jahanian · 12 years ago
  23. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 12 years ago
  24. 74b7b2b [analyzer] Don't claim an object was returned with +1 retain count before counting autoreleases. Fixes PR10376. by Jordy Rose · 12 years ago
  25. 7a4a9cd [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects. by Jordy Rose · 12 years ago
  26. 9c20b75 [analyzer] This test is breaking windows bots, make it darwin-specific. by Anna Zaks · 12 years ago
  27. fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 12 years ago
  28. 2eb2729 Make the storing variable's name generic. by Bill Wendling · 12 years ago
  29. 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 12 years ago
  30. c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 12 years ago
  31. 0821263 When "low alignment" is specified, then set the alignment of the aggregate's by Bill Wendling · 12 years ago
  32. 542125f modern objective-c translator: write @synchronized. // rdar://11063663 by Fariborz Jahanian · 12 years ago
  33. b136049 Suppress macro expansion of NULL in NULL warnings. by David Blaikie · 12 years ago
  34. 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 12 years ago
  35. 4053946 modern objective-c translator: writing @throw statement. by Fariborz Jahanian · 12 years ago
  36. 0961a01 Warn on flexible array members when in C89 mode, with -pedantic. by David Chisnall · 12 years ago
  37. ce612f5 Fix analyzer crash on analyzing 'catch' with no condition variable. by Ted Kremenek · 12 years ago
  38. 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 12 years ago
  39. 2befa8c Add test case for <rdar://problem/8808566>, which is now fixed by inlining support. by Ted Kremenek · 12 years ago
  40. ff99320 Don't try to create "store atomic" instructions of non-integer types; they aren't supported at the moment. PR12040. by Eli Friedman · 12 years ago
  41. 9ace587 Add warning flag for '#import is a language extension', -W#import-pedantic. by Ted Kremenek · 12 years ago
  42. 220419a modern objective-c translation: writing @try/@catch/@finally statements. by Fariborz Jahanian · 12 years ago
  43. a43ef3e When a variable has a specified asm name, but isn't using the register storage class, the asm name doesn't specify a register. PR12244. by Eli Friedman · 12 years ago
  44. b122818 modern objective-c translator: writing @try/@finally statement. by Fariborz Jahanian · 12 years ago
  45. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  46. 7b204d6 Include full plist output in FileCheck test. by Ted Kremenek · 12 years ago
  47. 11e35b6 Include full plist output in FileCheck test. by Ted Kremenek · 12 years ago
  48. 76b85ac Do not truncate expected plist output in FileCheck test. by Ted Kremenek · 12 years ago
  49. 4b911e6 Support deducing template arguments from nested initializer lists. PR12119. by Sebastian Redl · 12 years ago
  50. afcd195 Support '%p' format specifier with block pointers. by Ted Kremenek · 12 years ago
  51. 368a0d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 12 years ago
  52. 2b2bbee Provide the specific target type in the -Wnull-conversion warning. by David Blaikie · 12 years ago
  53. 4c14881 modern objective-c translator: rewriting of @catch-stmt. by Fariborz Jahanian · 12 years ago
  54. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 12 years ago
  55. cc2f77a [Sema] Introduce a data recursive evaluator specific to binary operators. by Argyrios Kyrtzidis · 12 years ago
  56. bd86ad5 Fix codegen for vld{3,4}_dup intrinsics. by James Molloy · 12 years ago
  57. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 12 years ago
  58. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 12 years ago
  59. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 12 years ago
  60. 0e3c989 Adding some more specific tests for enum declspec parsing, to prove that it really works. by Aaron Ballman · 12 years ago
  61. 8fbe385 [frontend] Add support for disabling the "inline" keyword using by Chad Rosier · 12 years ago
  62. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  63. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 12 years ago
  64. 5a7120c When emitting a diagnostic about two-phase name lookup, don't do useless by Nick Lewycky · 12 years ago
  65. 9373937 [analyzer] Diagnostics: Supply Caller information even if the bug occurs by Anna Zaks · 12 years ago
  66. e711d7e [Analyser] Remove unnecessary recursive visits for ExprWithCleanups and by Erik Verbruggen · 12 years ago
  67. 84407ba Parse brace initializers as default arguments. PR12236. by Sebastian Redl · 12 years ago
  68. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  69. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  70. 1671745 Add support to mangle templated member function names with template args. by Eric Christopher · 12 years ago
  71. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  72. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  73. 3b10cfe When adding member functions to a class add any specializations of by Eric Christopher · 12 years ago
  74. e7591c5 Add a test case for PR8385. by David Blaikie · 12 years ago
  75. fc544e3 [analyzer] Call enter/exit diagnostic should refer to caller/callee, by Anna Zaks · 12 years ago
  76. 4b1f684 Allow vectors to be constructed from constexpr function arguments in by Richard Smith · 12 years ago
  77. cf3a6c4 Update test case to use not tool. by Chad Rosier · 12 years ago
  78. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  79. b990d03 [analyzer] Change the order in which we analyze the functions under by Anna Zaks · 12 years ago
  80. aa56098 [analyzer] Use recursive AST visitor to drive simple visitation order in by Anna Zaks · 12 years ago
  81. efe9c0d Fix the long double to be of width/align 64. Rename va_list_test to by Roman Divacky · 12 years ago
  82. 9cda03f Ensure that default arguments are handled correctly in sub scopes. For example: by James Molloy · 12 years ago
  83. e37f484 Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template by Richard Smith · 12 years ago
  84. 7c5d28b PR11850 + duplicates: don't assume that a function parameter pack expansion is by Richard Smith · 12 years ago
  85. b03a9df PR11925: A function can't have a variably-modified return type. Not even in C++. by Richard Smith · 12 years ago
  86. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 12 years ago
  87. 23dde82 Make the error about assigning to lambda-captured variables by John McCall · 12 years ago
  88. cd707ab Fix crash at @implementation with a forward reference as base class. by Argyrios Kyrtzidis · 12 years ago
  89. 78dae24 Alternate fix to PR12248: put Sema in charge of special-casing by John McCall · 12 years ago
  90. e881efe [analyzer] Include inlining call stack depth in plist output. by Ted Kremenek · 12 years ago
  91. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  92. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  93. 860d9b7 C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded by Douglas Gregor · 12 years ago
  94. 71930e0 Make sure we treat variables captured by reference in lambda as modifiable lvalues. Regression from r152491. Fixes PR12248. by Eli Friedman · 12 years ago
  95. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 12 years ago
  96. 6f42669 Fix a crash-on-invalid found by -Wlogical-op-parentheses. by David Blaikie · 12 years ago
  97. e45b9b7 Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. by James Molloy · 12 years ago
  98. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 12 years ago
  99. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  100. fc55a82 When template argument deduction is ignoring qualifiers, perform deep by Douglas Gregor · 12 years ago