1. 627b463 by Joey Gouly · 11 years ago
  2. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 11 years ago
  3. 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 11 years ago
  4. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 11 years ago
  5. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 11 years ago
  6. 5d9484d Fix some wonky formatting, remove spurious emacs major mode marker. No by Nick Lewycky · 11 years ago
  7. 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 11 years ago
  8. 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
  9. 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
  10. 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
  11. 5100135 Fix for case-sensitive file systems. Ugh by Douglas Gregor · 11 years ago
  12. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 11 years ago
  13. 38878aa Add a test case for 'analyzer_noreturn' on category methods. by Ted Kremenek · 11 years ago
  14. 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 11 years ago
  15. b33349e Add missing null check. Not sure why my tests passed before. by Ted Kremenek · 11 years ago
  16. a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 11 years ago
  17. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 11 years ago
  18. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 11 years ago
  19. 479633c Factor the trait for lookup into the on-based hash table of by Douglas Gregor · 11 years ago
  20. 440285c docs: clear up ambiguity by Sean Silva · 11 years ago
  21. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 11 years ago
  22. cc12f8d Documentation: add a note that -cc1 options are not guaranteed to be stable by Dmitri Gribenko · 11 years ago
  23. e22339c libclang: change return type of getCursorDecl() to 'const Decl *' by Dmitri Gribenko · 11 years ago
  24. 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 11 years ago
  25. 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 11 years ago
  26. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 11 years ago
  27. b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 11 years ago
  28. e4ea879 Remove uneeded casts by Dmitri Gribenko · 11 years ago
  29. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 11 years ago
  30. 7ccbc21 Fix handling of macro definitions. by Manuel Klimek · 11 years ago
  31. a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 11 years ago
  32. 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 11 years ago
  33. 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 11 years ago
  34. 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 11 years ago
  35. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 11 years ago
  36. 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 11 years ago
  37. 836b58f Fixes incorrect handling of the declaration context stack. by Manuel Klimek · 11 years ago
  38. 092a2c7 Fix segfaults in the formatter. by Manuel Klimek · 11 years ago
  39. 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 11 years ago
  40. 70b03f4 Allow us to better guess the context of an unwrapped line. by Manuel Klimek · 11 years ago
  41. 6965266 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  42. ccdfdd7 Explicitly cast away the const-ness instead of doing it implicitly. by Bill Wendling · 11 years ago
  43. 89530e4 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 11 years ago
  44. 3edf387 Make __attribute__((nonnull)) use the general expression evaluator to search for by Nick Lewycky · 11 years ago
  45. d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 11 years ago
  46. 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 11 years ago
  47. 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 11 years ago
  48. 909b6de Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind by Bill Wendling · 11 years ago
  49. 3cc6277 Fix compilation on Linux, which defines PATH_MAX in a weird place, by Douglas Gregor · 11 years ago
  50. bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 11 years ago
  51. bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 11 years ago
  52. 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 11 years ago
  53. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 11 years ago
  54. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 11 years ago
  55. d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 11 years ago
  56. 68c4146 Update docs: nullptr conversion tool landed by Dmitri Gribenko · 11 years ago
  57. 3548068 Small code change to improve performance by Fariborz Jahanian · 11 years ago
  58. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 11 years ago
  59. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 11 years ago
  60. e0d2066 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 11 years ago
  61. 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 11 years ago
  62. f5ecfa5 Formatter: Remove a fixme klimek fixed in r173168. by Nico Weber · 11 years ago
  63. 86721d2 Implements more principled comment parsing. by Manuel Klimek · 11 years ago
  64. 3298327 Let the formatter be more restrictive for breaking around . and -> by Daniel Jasper · 11 years ago
  65. ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 11 years ago
  66. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 11 years ago
  67. 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 11 years ago
  68. 454028e [ASan] Link with the dynamic runtime on OS X by Alexander Potapenko · 11 years ago
  69. 6f7eeb9 libclang: Update comment about USEDLIBS in c-*-test/Makefile. by NAKAMURA Takumi · 11 years ago
  70. b62faef Use the correct field to copy/dispose a __block variable. by John McCall · 11 years ago
  71. 614323c clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. by NAKAMURA Takumi · 11 years ago
  72. cc128e9 clang/test: [CMake] check-clang doesn't require llvm-dis any more. by NAKAMURA Takumi · 11 years ago
  73. a7246da clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. by NAKAMURA Takumi · 11 years ago
  74. 146254f clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and FileCheck-ize. by NAKAMURA Takumi · 11 years ago
  75. 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 11 years ago
  76. 821627e Remove "incorrect" aligning of trailing comments. by Daniel Jasper · 11 years ago
  77. ed01f84 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. by Bill Wendling · 11 years ago
  78. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 11 years ago
  79. a37ce61 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 11 years ago
  80. cc71dbe Give ModuleFiles an index, so that we can use indexed vectors rather by Douglas Gregor · 11 years ago
  81. b892d70 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 11 years ago
  82. 05bf827 Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality change. by Nico Weber · 11 years ago
  83. 3f29fbb Formatter: Rename LSquare to Left to make parseSquare() more consistent with the other paren parsing methods. by Nico Weber · 11 years ago
  84. 308232c Fixes various problems around enum parsing. by Manuel Klimek · 11 years ago
  85. aabd094 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 11 years ago
  86. eb8fc58 [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble by Argyrios Kyrtzidis · 11 years ago
  87. 141b90c [analyzer] Fix test for r173067. by Jordan Rose · 11 years ago
  88. 0dfe23c Replace some unnecessary O(N^2) lookups for properties with by Douglas Gregor · 11 years ago
  89. 187f8bd [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 11 years ago
  90. 125eb3e ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing by Chris Lattner · 11 years ago
  91. 8222b89 Revert r173056; it breaks one of the CodeGen-with-PCH tests. by Douglas Gregor · 11 years ago
  92. c44cc01 When loading an identifier from an AST file solely for the purpose of by Douglas Gregor · 11 years ago
  93. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 11 years ago
  94. 9cfdc03 When deserializing a declaration, don't look for redeclarations if its by Douglas Gregor · 11 years ago
  95. 5a04f9f Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 11 years ago
  96. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 11 years ago
  97. d19dc2d Fixes indent in linkage specification blocks. by Manuel Klimek · 11 years ago
  98. 9c8c40e Fix bug discovered by valgrind. by Daniel Jasper · 11 years ago
  99. 0fbe008 Add regression test. by Manuel Klimek · 11 years ago
  100. 6de6aab AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field] by NAKAMURA Takumi · 11 years ago