1. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 11 years ago
  2. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 11 years ago
  3. e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 11 years ago
  4. ae82c2b Clarify comment: "diagnose" is better than "warn" when emitting an error. by Jordan Rose · 11 years ago
  5. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 11 years ago
  6. 57e2a16 FileCheck'ize test by Dmitri Gribenko · 11 years ago
  7. 5c9e20f FileCheck'ize test by Dmitri Gribenko · 11 years ago
  8. b8ccd43 [analyzer] Fixup for r173385 and r173386 - initialize the members. by Anna Zaks · 11 years ago
  9. 057519d FileCheck'ize test by Dmitri Gribenko · 11 years ago
  10. 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 11 years ago
  11. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 11 years ago
  12. 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 11 years ago
  13. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 11 years ago
  14. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 11 years ago
  15. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 11 years ago
  16. 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 11 years ago
  17. 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 11 years ago
  18. 8f62847 removed duplicated comment. by Fariborz Jahanian · 11 years ago
  19. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 11 years ago
  20. 6c23bd2 Move 'convertUTF8Sequence' helper into the C++ section of the header file. by Jordan Rose · 11 years ago
  21. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 11 years ago
  22. dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 11 years ago
  23. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 11 years ago
  24. fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 11 years ago
  25. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 11 years ago
  26. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 11 years ago
  27. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 11 years ago
  28. 872a6f6 Temporarily XFAIL this test; the compiler will segfault if the target-specific by Chad Rosier · 11 years ago
  29. ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 11 years ago
  30. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 11 years ago
  31. 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 · 11 years ago
  32. 68bb7a6 by Joey Gouly · 11 years ago
  33. ec07557 Properly remove this test file, that I copied over to test/SemaOpenCL in r173352. by Joey Gouly · 11 years ago
  34. 627b463 by Joey Gouly · 11 years ago
  35. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 11 years ago
  36. 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 11 years ago
  37. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 11 years ago
  38. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 11 years ago
  39. 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 11 years ago
  40. 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 11 years ago
  41. 2f169f8 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 11 years ago
  42. ee64b81 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 11 years ago
  43. 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 · 11 years ago
  44. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 11 years ago
  45. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 11 years ago
  46. 38878aa Add a test case for 'analyzer_noreturn' on category methods. by Ted Kremenek · 11 years ago
  47. 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 11 years ago
  48. b33349e Add missing null check. Not sure why my tests passed before. by Ted Kremenek · 11 years ago
  49. a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 11 years ago
  50. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 11 years ago
  51. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 11 years ago
  52. 479633c Factor the trait for lookup into the on-based hash table of by Douglas Gregor · 11 years ago
  53. 440285c docs: clear up ambiguity by Sean Silva · 11 years ago
  54. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 11 years ago
  55. cc12f8d Documentation: add a note that -cc1 options are not guaranteed to be stable by Dmitri Gribenko · 11 years ago
  56. e22339c libclang: change return type of getCursorDecl() to 'const Decl *' by Dmitri Gribenko · 11 years ago
  57. 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 11 years ago
  58. 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 11 years ago
  59. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 11 years ago
  60. b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 11 years ago
  61. e4ea879 Remove uneeded casts by Dmitri Gribenko · 11 years ago
  62. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 11 years ago
  63. 7ccbc21 Fix handling of macro definitions. by Manuel Klimek · 11 years ago
  64. a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 11 years ago
  65. 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 11 years ago
  66. 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 11 years ago
  67. 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 11 years ago
  68. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 11 years ago
  69. 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 11 years ago
  70. 836b58f Fixes incorrect handling of the declaration context stack. by Manuel Klimek · 11 years ago
  71. 092a2c7 Fix segfaults in the formatter. by Manuel Klimek · 11 years ago
  72. 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 11 years ago
  73. 70b03f4 Allow us to better guess the context of an unwrapped line. by Manuel Klimek · 11 years ago
  74. 6965266 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  75. ccdfdd7 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  76. 89530e4 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 11 years ago
  77. 3edf387 Make __attribute__((nonnull)) use the general expression evaluator to search for by Nick Lewycky · 11 years ago
  78. d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 11 years ago
  79. 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 11 years ago
  80. 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 11 years ago
  81. 909b6de Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind by Bill Wendling · 11 years ago
  82. 3cc6277 Fix compilation on Linux, which defines PATH_MAX in a weird place, by Douglas Gregor · 11 years ago
  83. bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 11 years ago
  84. bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 11 years ago
  85. 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 11 years ago
  86. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 11 years ago
  87. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 11 years ago
  88. d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 11 years ago
  89. 68c4146 Update docs: nullptr conversion tool landed by Dmitri Gribenko · 11 years ago
  90. 3548068 Small code change to improve performance by Fariborz Jahanian · 11 years ago
  91. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 11 years ago
  92. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 11 years ago
  93. e0d2066 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 11 years ago
  94. 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 11 years ago
  95. f5ecfa5 Formatter: Remove a fixme klimek fixed in r173168. by Nico Weber · 11 years ago
  96. 86721d2 Implements more principled comment parsing. by Manuel Klimek · 11 years ago
  97. 3298327 Let the formatter be more restrictive for breaking around . and -> by Daniel Jasper · 11 years ago
  98. ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 11 years ago
  99. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 11 years ago
  100. 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 11 years ago