1. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 11 years ago
  2. 9d4df46 StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString. by Benjamin Kramer · 11 years ago
  3. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 11 years ago
  4. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 11 years ago
  5. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 11 years ago
  6. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 11 years ago
  7. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 11 years ago
  8. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 11 years ago
  9. d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 11 years ago
  10. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 11 years ago
  11. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 11 years ago
  12. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 11 years ago
  13. b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 11 years ago
  14. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 11 years ago
  15. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 11 years ago
  16. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  17. 637619b Only suppress instance context if a member is actually by John McCall · 11 years ago
  18. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 11 years ago
  19. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  20. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 11 years ago
  21. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 11 years ago
  22. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 11 years ago
  23. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 11 years ago
  24. 87193da [analyzer] Fix buildbot by not reusing a variable name. by Jordan Rose · 11 years ago
  25. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 11 years ago
  26. 025b3d4 Make logic smaller. by Eric Christopher · 11 years ago
  27. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 11 years ago
  28. 9f1d541 [analyzer] Make sure a temporary object region matches its initial bindings. by Jordan Rose · 11 years ago
  29. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 11 years ago
  30. df1f94e Simplify code to use castAs rather than getAs + assert. by David Blaikie · 11 years ago
  31. e130014 Add back implicitly dropped const. by David Blaikie · 11 years ago
  32. be5f1be Fix formatting and tabs in file. by Eric Christopher · 11 years ago
  33. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 11 years ago
  34. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 11 years ago
  35. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  36. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 11 years ago
  37. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 11 years ago
  38. 1c1303b Remove accidentally introduced no-op line. by Daniel Jasper · 11 years ago
  39. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 11 years ago
  40. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 11 years ago
  41. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  42. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 11 years ago
  43. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 11 years ago
  44. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 11 years ago
  45. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 11 years ago
  46. 52e933b by Joey Gouly · 11 years ago
  47. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 11 years ago
  48. 6d35b41 StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function] by NAKAMURA Takumi · 11 years ago
  49. 79741c4 Whitespace. by NAKAMURA Takumi · 11 years ago
  50. 4411b42 [analyzer] Record whether a base object region represents a virtual base. by Jordan Rose · 11 years ago
  51. 472b061 [analyzer] Tidy up a few uses of Optional in RegionStore. by Jordan Rose · 11 years ago
  52. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  53. 75f6a66 Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda by Nick Lewycky · 11 years ago
  54. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  55. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 11 years ago
  56. 11f0cae [analyzer] Tighten up safety in the use of lazy bindings. by Jordan Rose · 11 years ago
  57. e40b562 Remove commented out code. by Richard Trieu · 11 years ago
  58. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 11 years ago
  59. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 11 years ago
  60. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 11 years ago
  61. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  62. 9e85b29 Remove redundant Optional type in favor of llvm::Optional by David Blaikie · 11 years ago
  63. 0b9c328 Use op-> directly rather than via Optional<T>::getPointer. by David Blaikie · 11 years ago
  64. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  65. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 11 years ago
  66. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 11 years ago
  67. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 11 years ago
  68. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 11 years ago
  69. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 11 years ago
  70. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  71. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 11 years ago
  72. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 11 years ago
  73. 975d52c Don't repeat the function name in the comment. by Richard Smith · 11 years ago
  74. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  75. 206f499 [analyzer] Account for the "interesting values" hash table resizing. by Jordan Rose · 11 years ago
  76. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago
  77. 65f991c [analyzer] Don't accidentally strip off base object regions for lazy bindings. by Jordan Rose · 11 years ago
  78. 03628b8 Add missing clang-format null pointer check.. by Daniel Jasper · 11 years ago
  79. 0be5e56 [modules] Const'ify some functions of ModuleMap. by Argyrios Kyrtzidis · 11 years ago
  80. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 11 years ago
  81. cc9bdcb Use MapVector::pop_back() per LLVM r175538. by Douglas Gregor · 11 years ago
  82. 34511fb Correctly format macro with unfinished template declaration. by Daniel Jasper · 11 years ago
  83. 24697b0 [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory. by Alexey Samsonov · 11 years ago
  84. d789670 Fix bug in LineState comparison function. by Daniel Jasper · 11 years ago
  85. 98654c9 More grammar. by Eric Christopher · 11 years ago
  86. 6637b06 Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds. by Aaron Ballman · 11 years ago
  87. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 11 years ago
  88. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 11 years ago
  89. 3f5fcd2 Temporarily revert r175471 for more review. by Bill Wendling · 11 years ago
  90. ea9cde6 Add a 'no-builtin' attribute if we do not want to simplify calls. by Bill Wendling · 11 years ago
  91. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  92. 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 11 years ago
  93. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 11 years ago
  94. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 11 years ago
  95. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 11 years ago
  96. 515f65d Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  97. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 11 years ago
  98. d0f349b Correctly determine */& usage in more cases. by Daniel Jasper · 11 years ago
  99. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 11 years ago
  100. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 11 years ago