1. dd3e2d9 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 12 years ago
  2. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 12 years ago
  3. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 12 years ago
  4. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 12 years ago
  5. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 12 years ago
  6. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 12 years ago
  7. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 12 years ago
  8. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 12 years ago
  9. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 12 years ago
  10. 31230e6 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 12 years ago
  11. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 12 years ago
  12. 0542236 Remove unused arguments. by Chad Rosier · 12 years ago
  13. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 12 years ago
  14. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 12 years ago
  15. 15aa81a [frontend] When preprocessing, turn implicit module imports into @imports. by Argyrios Kyrtzidis · 12 years ago
  16. 3769f38 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 12 years ago
  17. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 12 years ago
  18. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 12 years ago
  19. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 12 years ago
  20. ea65cb1 Remove the unused MemoryBuffers, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  21. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 12 years ago
  22. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 12 years ago
  23. 670b2e6 Use getPredefinesFileID() appropriately. by Douglas Gregor · 12 years ago
  24. 1b461b0 Remove dead store. by Richard Smith · 12 years ago
  25. ddc15c4 Escape # and $ in dependency files. by Benjamin Kramer · 12 years ago
  26. 93ce7d5 Remove sign-compare warning on systems that still use 32 bit time_ts. by Benjamin Kramer · 12 years ago
  27. edaf281 Define __SIZE_MAX__ preprocessor macro. by Evgeniy Stepanov · 12 years ago
  28. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 12 years ago
  29. d560ce3 [Preprocessor] Remove PPMutationListener. by Argyrios Kyrtzidis · 12 years ago
  30. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 12 years ago
  31. 87ab066 Use <time.h> rather than <sys/time.h> by Douglas Gregor · 12 years ago
  32. d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
  33. ed2fc2a <rdar://problem/13479539> Only rebuild the global module cache when we're allowed to. by Douglas Gregor · 12 years ago
  34. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
  35. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
  36. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
  37. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  38. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
  39. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 12 years ago
  40. 62ba4ba [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 12 years ago
  41. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 12 years ago
  42. 316dd54 Fix buffer underrun (invalid read) triggered during diagnostic rendering. The test would overflow when computing '0 - 1'. by Ted Kremenek · 12 years ago
  43. c3ae583 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 12 years ago
  44. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 12 years ago
  45. 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 12 years ago
  46. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  47. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 12 years ago
  48. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  49. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 12 years ago
  50. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 12 years ago
  51. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  52. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 12 years ago
  53. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  54. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  55. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  56. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 12 years ago
  57. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  58. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  59. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
  60. ea14a87 Never cache the result of a module file lookup. by Douglas Gregor · 13 years ago
  61. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 13 years ago
  62. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 13 years ago
  63. 005d51b Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. by Douglas Gregor · 13 years ago
  64. 2a06085 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 13 years ago
  65. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 13 years ago
  66. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 13 years ago
  67. 77163bc TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare] by NAKAMURA Takumi · 13 years ago
  68. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 13 years ago
  69. 91165e7 Diagnostics: Clarify name of line-length-limiting constant in r173976. by Jordan Rose · 13 years ago
  70. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 13 years ago
  71. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 13 years ago
  72. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 13 years ago
  73. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 13 years ago
  74. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 13 years ago
  75. 9cd90a2 [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. by Daniel Dunbar · 13 years ago
  76. 59fd635 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 13 years ago
  77. ef84554 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
  78. c33c9f7 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
  79. f85541c [Frontend] Rename a member variable to clarify its intent. by Daniel Dunbar · 13 years ago
  80. 49ffaef [Frontend] Factor out helper function, for clarity. by Daniel Dunbar · 13 years ago
  81. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 13 years ago
  82. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 13 years ago
  83. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 13 years ago
  84. eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 13 years ago
  85. 5c4e34c [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. by Daniel Dunbar · 13 years ago
  86. f3fc21f [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 13 years ago
  87. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 13 years ago
  88. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 13 years ago
  89. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 13 years ago
  90. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 13 years ago
  91. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 13 years ago
  92. 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 13 years ago
  93. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
  94. 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 13 years ago
  95. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
  96. eb8fc58 [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble by Argyrios Kyrtzidis · 13 years ago
  97. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 13 years ago
  98. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  99. d2ff76b Fix what appears to be a copy-paste error. by Sean Silva · 13 years ago
  100. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago