1. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
  2. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 12 years ago
  3. a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 12 years ago
  4. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  5. 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
  6. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  7. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  8. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  9. b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 12 years ago
  10. f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
  11. 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 12 years ago
  12. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
  13. 59273eb clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. by NAKAMURA Takumi · 12 years ago
  14. 856e06b [utils] Kill another no-longer-useful utility script. by Daniel Dunbar · 12 years ago
  15. 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
  16. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  17. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  18. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  19. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
  20. 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 12 years ago
  21. 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 12 years ago
  22. d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 12 years ago
  23. ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 12 years ago
  24. a5b8e19 Remove empty directories. by Daniel Dunbar · 12 years ago
  25. cd856ae [utils] Remove the OptionalTests subdir no one runs. by Daniel Dunbar · 12 years ago
  26. 7771467 [utils] Remove C++Tests that I don't think anyone uses anymore. by Daniel Dunbar · 12 years ago
  27. c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
  28. f282e72 FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  29. 8b127d3 Migrate tests to -verify and merge them by Dmitri Gribenko · 12 years ago
  30. 7f5c343 [tests] Force a triple to ensure /usr/include is one of the entries. by Daniel Dunbar · 12 years ago
  31. fd426dc [tests] Add a test for -iwithprefix. by Daniel Dunbar · 12 years ago
  32. 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
  33. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
  34. e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
  35. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
  36. b6c08a6 Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  37. 7d56bfe clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. by NAKAMURA Takumi · 12 years ago
  38. 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
  39. ae04222 ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  40. 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
  41. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  42. d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
  43. dddcc57 clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421. by NAKAMURA Takumi · 12 years ago
  44. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
  45. e095c65 clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
  46. 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
  47. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  48. eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
  49. 5c4e34c [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 12 years ago
  50. f3fc21f [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 12 years ago
  51. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  52. 1d32133 Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio> by NAKAMURA Takumi · 12 years ago
  53. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  54. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  55. e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
  56. ae82c2b Clarify comment: "diagnose" is better than "warn" when emitting an error. by Jordan Rose · 12 years ago
  57. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  58. 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  59. 5c9e20f FileCheck'ize test by Dmitri Gribenko · 12 years ago
  60. b8ccd43 [analyzer] Fixup for r173385 and r173386 - initialize the members. by Anna Zaks · 12 years ago
  61. 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
  62. 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  63. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
  64. 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
  65. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
  66. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
  67. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
  68. 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 12 years ago
  69. 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
  70. 8f62847 removed duplicated comment. by Fariborz Jahanian · 12 years ago
  71. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  72. 6c23bd2 Move 'convertUTF8Sequence' helper into the C++ section of the header file. by Jordan Rose · 12 years ago
  73. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
  74. dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 12 years ago
  75. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
  76. fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 12 years ago
  77. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  78. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
  79. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 12 years ago
  80. 872a6f6 Temporarily XFAIL this test; the compiler will segfault if the target-specific by Chad Rosier · 12 years ago
  81. ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
  82. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  83. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  84. 68bb7a6 by Joey Gouly · 12 years ago
  85. ec07557 Properly remove this test file, that I copied over to test/SemaOpenCL in r173352. by Joey Gouly · 12 years ago
  86. 627b463 by Joey Gouly · 12 years ago
  87. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
  88. 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 12 years ago
  89. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
  90. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago
  91. 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 12 years ago
  92. 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 12 years ago
  93. 2f169f8 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  94. ee64b81 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  95. 0e697aa The diagnostic is now a warning instead of an error. Also don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  96. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 12 years ago
  97. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
  98. 38878aa Add a test case for 'analyzer_noreturn' on category methods. by Ted Kremenek · 12 years ago
  99. 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 12 years ago
  100. b33349e Add missing null check. Not sure why my tests passed before. by Ted Kremenek · 12 years ago