1. 8ad6c86 PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". by Richard Smith · 12 years ago
  2. ab91ef1 PR9793: Treat substitution as an instantiation step for the purpose of the by Richard Smith · 12 years ago
  3. 3a7bd67 ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make clean; make ASTMatchers" would fail. by NAKAMURA Takumi · 12 years ago
  4. bb35151 Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by a by Richard Smith · 12 years ago
  5. de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
  6. 254a8fb clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  7. 84f3080 Wire up -mrdrnd for X86. by Benjamin Kramer · 12 years ago
  8. 2059939 PR12670: Support for initializing an array of non-aggregate class type from an by Richard Smith · 12 years ago
  9. ff817f7 When marking virtual functions as used for a class' vtable, mark all functions by Richard Smith · 12 years ago
  10. 0f3d097 Distinguish more carefully between free functions and C++ instance methods by John McCall · 12 years ago
  11. a437b84 Enhance 'diagtool list-warnings' to report number of diagnostics covered directly under -Wpedantic, and enhance warning-flags.c test to test that this set does not grow. by Ted Kremenek · 12 years ago
  12. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  13. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  14. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
  15. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  16. 48088ed [analyzer] Fix mis-committed test. No functionality change. by Jordan Rose · 12 years ago
  17. 4a0beb2 Constify the argument to SourceLocation::getFromPtrEncoding. by Jordan Rose · 12 years ago
  18. 0e020ad [analyzer] Add comments to Calls.h. by Jordan Rose · 12 years ago
  19. 752bee2 [analyzer] Be careful about LazyCompoundVals, which may be for the first field. by Jordan Rose · 12 years ago
  20. 4d48b5c Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  21. bd2e27e objc-arc: warn when assigning retained object to by Fariborz Jahanian · 12 years ago
  22. 4d3db4e objective-c++11: extend c++11 range-based loop to iterate by Fariborz Jahanian · 12 years ago
  23. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  24. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  25. 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
  26. 1c9ae1c Remove unreachable default case to pacify clang's -Wcovered-switch-default. by Benjamin Kramer · 12 years ago
  27. bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
  28. 102bab7 clang/test/CodeGen/fp-contract.c: It requires ppc32! by NAKAMURA Takumi · 12 years ago
  29. 577c530 [cindex.py] Fix erroneous comment for CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  30. 28c82ee Another fix for the configure build: correct order of dependencies. by Manuel Klimek · 12 years ago
  31. c76dfb4 Build-fix: Remove non-existent directories from Makefiles. by Manuel Klimek · 12 years ago
  32. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  33. ea7eb07 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 12 years ago
  34. ca6debb Forgot to rename one use of FPContractModeTy by Lang Hames · 12 years ago
  35. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  36. 36cbfbf Comment.h: correct identation by Dmitri Gribenko · 12 years ago
  37. 8a10d9f Added a new memberfor Parser, to be used soon by Fariborz Jahanian · 12 years ago
  38. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  39. 1838703 [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 12 years ago
  40. c4133a4 objective-c: don't involve properties when checking by Fariborz Jahanian · 12 years ago
  41. c2abbe0 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 12 years ago
  42. 5381c05 Thread-safety analysis: eliminate false positives in case where the definition by DeLesley Hutchins · 12 years ago
  43. 84c1f4b [analyzer] Add a statistic for maximum CFG size and a script to summarize analyzer stats from scan-build output. by Anna Zaks · 12 years ago
  44. a1b6227 MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macros by Simon Atanasyan · 12 years ago
  45. 39700f8 objective-c++ parsing. Turn off delayed parsing by Fariborz Jahanian · 12 years ago
  46. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  47. dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
  48. 996fa80 Release notes for r158230 "Disallow using ObjC literals in direct comparisons" by Jordan Rose · 12 years ago
  49. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  50. 1176bcd MIPS: Define __mips16 macro if -mips16 option is provided. by Simon Atanasyan · 12 years ago
  51. bbd9916 MIPS: Replace the pair of boolean flags by enumeration to hold selected float ABI. by Simon Atanasyan · 12 years ago
  52. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  53. 125aa1f Give test check tags consistent names. by Simon Atanasyan · 12 years ago
  54. f4bb8d0 PR13273: When performing list-initialization with an empty initializer list, by Richard Smith · 12 years ago
  55. e07c5f8 Fix some memory leaks found by the static analyzer. Thanks to John Smith for running it over Clang. by Richard Smith · 12 years ago
  56. a13d2bc Update unittests for include change. by Benjamin Kramer · 12 years ago
  57. 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
  58. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  59. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  60. 3a2d0fb Split out the "empty" case for compound statement into a separate ctor. by Benjamin Kramer · 12 years ago
  61. ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
  62. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  63. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  64. c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
  65. 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
  66. b0ed95c Obj-C++11 parser: handle a fall out of delayed by Fariborz Jahanian · 12 years ago
  67. fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
  68. 3b5f9dc Obj-C++11 parser: fix broken parsing of c-function by Fariborz Jahanian · 12 years ago
  69. cda1041 Obj-C++11 parser: turn off buffering of by Fariborz Jahanian · 12 years ago
  70. a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
  71. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  72. 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
  73. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  74. 15cdcbf CommentLexer: remove Markdown tokens from the token list (they are not emitted by lexer). by Dmitri Gribenko · 12 years ago
  75. 96fac6a Thread safety analysis: improve handling of smart pointers. by DeLesley Hutchins · 12 years ago
  76. c359f20 Make the following changes in the way Mips handles vector arguments and return by Akira Hatanaka · 12 years ago
  77. 9d6e7f3 Thread Safety Analysis: handle expressions involving temporaries, by DeLesley Hutchins · 12 years ago
  78. 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 12 years ago
  79. 39d5fa1 Add additional architecture defines for PPC targets. by Hal Finkel · 12 years ago
  80. 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 12 years ago
  81. 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
  82. 402a6d5 Silence warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  83. 941e47c Share ConvertUTF8toWide() between Lex and CodeGen. by Nico Weber · 12 years ago
  84. 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
  85. 2e2c7a4 Remove a redundant assignment to the FDecl variable from *inside* it's by Chandler Carruth · 12 years ago
  86. e0c1168 Significantly simplify CGExprAgg's logic about ignored results: by John McCall · 12 years ago
  87. 109e6de Documentation cleanup: by James Dennett · 12 years ago
  88. ec221bc Documentation cleanup: Delete a duplicated/malformed doc comment. by James Dennett · 12 years ago
  89. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  90. 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
  91. a9e8b9e -Wuninitialized: assume that an __attribute__((returns_twice)) function might by Richard Smith · 12 years ago
  92. af50aab Documentation cleanup: by James Dennett · 12 years ago
  93. 7007c07 test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test! by Richard Smith · 12 years ago
  94. bbe3341 Thread safety analysis: fixed bug that occurs when very silly people by DeLesley Hutchins · 12 years ago
  95. 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
  96. 879a433 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. by DeLesley Hutchins · 12 years ago
  97. c36eda1 Thread safety analysis: don't warn in case of duplicate annotation. by DeLesley Hutchins · 12 years ago
  98. a617240 Improve crash reporting test coverage. by David Blaikie · 12 years ago
  99. 76f0a6e Thread Safety Analysis: turn off checking within trylock functions. by DeLesley Hutchins · 12 years ago
  100. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago