1. 8d71918 Handle #pragma visibility in explicit specializations and enums. by Rafael Espindola · 12 years ago
  2. d4047b3 Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual. by Nico Weber · 12 years ago
  3. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  4. 85663e7 Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  5. 202c054 Remove unused override of CompilerInvocation::setLangDefaults(). by Nico Weber · 12 years ago
  6. 9903e94 Fix handling of curly braces in NVPTX inline asm by Justin Holewinski · 12 years ago
  7. c852e9f Temporarily revert this to see if it brings the gdb bot back. by Eric Christopher · 12 years ago
  8. d217a66 Fix usage instructions for clang-check. by Daniel Jasper · 12 years ago
  9. a7f2c56 How to set up clang tools for llvm by Alexander Kornienko · 12 years ago
  10. 0ca4be3 clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. by NAKAMURA Takumi · 12 years ago
  11. be77959 LLVM_ON_WIN32 case: use the proper key in the UniqueFiles map. by Axel Naumann · 12 years ago
  12. f2f15b3 Don't process #pragma visibility during instantiation. The visibility of the by Rafael Espindola · 12 years ago
  13. 3d40f96 The end of a block doesn't necessarily need a line table entry unless by Eric Christopher · 12 years ago
  14. 81e5a93 FileCheck-ize. by Eric Christopher · 12 years ago
  15. 0ffbfd1 [analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees. by Jordan Rose · 12 years ago
  16. 5ef6e94 [analyzer] Guard against C++ member functions that look like system functions. by Jordan Rose · 12 years ago
  17. a4334df Fix crash when constant-evaluating a CXXConstructExpr representing by Richard Smith · 12 years ago
  18. 48b6247 [analyzer] Construct stack variables directly in their VarDecl. by Jordan Rose · 12 years ago
  19. e54cfc7 [analyzer] Use CallEvent for building inlined stack frames. by Jordan Rose · 12 years ago
  20. 852aa0d [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 12 years ago
  21. 8d276d3 [analyzer] Add a CXXDestructorCall CallEvent. by Jordan Rose · 12 years ago
  22. 28038f3 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 12 years ago
  23. 1310611 Thread safety analysis: impove handling of trylock expressions. by DeLesley Hutchins · 12 years ago
  24. b660446 80-column violations and whitespace. by Chad Rosier · 12 years ago
  25. e0e6b9e Add more matchers and do cleanups. by Daniel Jasper · 12 years ago
  26. 78a0ce4 Disable death tests on platforms which don't support them. by Benjamin Kramer · 12 years ago
  27. 4187df5 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 12 years ago
  28. 5ba0559 Improve r159256 following Chandler's comments: by Axel Naumann · 12 years ago
  29. 783db50 [analyzer] Remove redundant check (scalar type is a superset of integer) by Anna Zaks · 12 years ago
  30. e445e5d Clear diagnostic counts after processing the diagnostics. by Axel Naumann · 12 years ago
  31. e265c87 Fixes the MSVC build. by Manuel Klimek · 12 years ago
  32. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  33. 3f6d513 Update the docs with specifics about escaping of compile commands. by Manuel Klimek · 12 years ago
  34. f6385a5 Jordan points out that this was incorrect: clang should recover from by Chris Lattner · 12 years ago
  35. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 12 years ago
  36. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 12 years ago
  37. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 12 years ago
  38. 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
  39. 6241e01 Add an explanation of -Wobjc-literal-compare to the "Objective-C Literals" page by Jordan Rose · 12 years ago
  40. a910f47 [cindex.py] Make CompileCommand.arguments usage consistent with CompileCommand.directory and the rest of the python binding by Arnaud A. de Grandmaison · 12 years ago
  41. 52bcb21 Revert 159966 since Tanya temporarily updated the test case. by Chad Rosier · 12 years ago
  42. 002bb8f TEMPORARY. I will fix this properly shortly. by Tanya Lattner · 12 years ago
  43. d521b70 Put new warning in r159965 under a flag to appease buildbots. Someone please by Chad Rosier · 12 years ago
  44. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 12 years ago
  45. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  46. 34f60a4 The delete argument should not be converted to void*. by Abramo Bagnara · 12 years ago
  47. 6749ae1 objective-c: provide fixit hint for @autoreleasepool by Fariborz Jahanian · 12 years ago
  48. 5047024 Silence unused variable warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  49. f794705 Tests: check for target availability for target-specific tests. by Jim Grosbach · 12 years ago
  50. d57aa88 objective-c: yank any use of "non-fragile abi" phrase by Fariborz Jahanian · 12 years ago
  51. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  52. 94f29f4 Better parser recovery in Objective-C containers. by Jordan Rose · 12 years ago
  53. ee158bc [analyzer] When inlining, make sure we use the definition decl. by Jordan Rose · 12 years ago
  54. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  55. 2964ffe [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it. by NAKAMURA Takumi · 12 years ago
  56. b161404 [cindex.py] fix infinite iteration of compilation database CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  57. 4990890 Inline storage of attributes in AttributedStmt. by Alexander Kornienko · 12 years ago
  58. ef0ebee Links to the python CXCompilationDatabase documentation. by Manuel Klimek · 12 years ago
  59. 6098381 PR13136: by Richard Smith · 12 years ago
  60. 6ff6cfe Halve template depth in an attempt to get this test passing on mingw32. by Richard Smith · 12 years ago
  61. 6994bb6 Add missing options for -m(no-){pclmul,fma,xop}. by Benjamin Kramer · 12 years ago
  62. fff457f test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now. by NAKAMURA Takumi · 12 years ago
  63. fad0a32 MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. by Simon Atanasyan · 12 years ago
  64. e471d87 MIPS: Mark arguments of __builtin_mips_wrdsp / __builtin_mips_rddsp as a constant expression. by Simon Atanasyan · 12 years ago
  65. 5a343d7 PR13243: When deducing a non-type template parameter which is specified as an by Richard Smith · 12 years ago
  66. 8ad6c86 PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". by Richard Smith · 12 years ago
  67. ab91ef1 PR9793: Treat substitution as an instantiation step for the purpose of the by Richard Smith · 12 years ago
  68. 3a7bd67 ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make clean; make ASTMatchers" would fail. by NAKAMURA Takumi · 12 years ago
  69. bb35151 Reject 'int a[1][];' in Sema rather than crashing in IR generation. Found by a by Richard Smith · 12 years ago
  70. de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
  71. 254a8fb clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  72. 84f3080 Wire up -mrdrnd for X86. by Benjamin Kramer · 12 years ago
  73. 2059939 PR12670: Support for initializing an array of non-aggregate class type from an by Richard Smith · 12 years ago
  74. ff817f7 When marking virtual functions as used for a class' vtable, mark all functions by Richard Smith · 12 years ago
  75. 0f3d097 Distinguish more carefully between free functions and C++ instance methods by John McCall · 12 years ago
  76. 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
  77. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  78. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  79. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
  80. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  81. 48088ed [analyzer] Fix mis-committed test. No functionality change. by Jordan Rose · 12 years ago
  82. 4a0beb2 Constify the argument to SourceLocation::getFromPtrEncoding. by Jordan Rose · 12 years ago
  83. 0e020ad [analyzer] Add comments to Calls.h. by Jordan Rose · 12 years ago
  84. 752bee2 [analyzer] Be careful about LazyCompoundVals, which may be for the first field. by Jordan Rose · 12 years ago
  85. 4d48b5c Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  86. bd2e27e objc-arc: warn when assigning retained object to by Fariborz Jahanian · 12 years ago
  87. 4d3db4e objective-c++11: extend c++11 range-based loop to iterate by Fariborz Jahanian · 12 years ago
  88. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  89. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  90. 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
  91. 1c9ae1c Remove unreachable default case to pacify clang's -Wcovered-switch-default. by Benjamin Kramer · 12 years ago
  92. bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
  93. 102bab7 clang/test/CodeGen/fp-contract.c: It requires ppc32! by NAKAMURA Takumi · 12 years ago
  94. 577c530 [cindex.py] Fix erroneous comment for CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  95. 28c82ee Another fix for the configure build: correct order of dependencies. by Manuel Klimek · 12 years ago
  96. c76dfb4 Build-fix: Remove non-existent directories from Makefiles. by Manuel Klimek · 12 years ago
  97. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  98. ea7eb07 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 12 years ago
  99. ca6debb Forgot to rename one use of FPContractModeTy by Lang Hames · 12 years ago
  100. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago