1. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  2. 0e6b155 Fix a typo in the PCH internals documentation by Douglas Gregor · 12 years ago
  3. 1050966 Added link to HowToSetupToolingForLLVM.html. Added missing #include to the example. by Alexander Kornienko · 12 years ago
  4. 9d8c9d3 Added an example of an empty case label to avoid confusion. by Alexander Kornienko · 12 years ago
  5. 72e4f25 Update the PCH internals documentation to cover chained precompiled by Douglas Gregor · 12 years ago
  6. 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
  7. 8a198a0 Revert "Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons." by Ted Kremenek · 12 years ago
  8. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  9. db13315 Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons. by Ted Kremenek · 12 years ago
  10. a4728e5 Adds a first iteration of the basic AST matcher documentation landing page. by Manuel Klimek · 12 years ago
  11. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  12. a8ee441 Update AddressSanitizer docs by Alexey Samsonov · 12 years ago
  13. a285e7d Fix a mistake in an HTML example code snippet. by Jordan Rose · 12 years ago
  14. 3d35a54 New clang-check vim integration script by Alexander Kornienko · 12 years ago
  15. de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 12 years ago
  16. dfccbd9 Documentation: correct a typo introduced in r162971. by Dmitri Gribenko · 12 years ago
  17. a8ba40e Documentation: add missing word "accepts". by Dmitri Gribenko · 12 years ago
  18. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  19. 9413dc0 Fix missing 'clang' in pragma example in ARC doc. by Ted Kremenek · 12 years ago
  20. 3bd2785 Clarify the point at which ARC destroys ivars vis-à-vis by John McCall · 12 years ago
  21. 95a58d2 This is a temporary solution until we have a better way to by Manuel Klimek · 12 years ago
  22. 6fe4dfb [analyzer] Don't inline constructors for objects allocated with operator new. by Jordan Rose · 12 years ago
  23. 7103d2d [analyzer] Update inlining design notes for r162681. by Jordan Rose · 12 years ago
  24. e44a006 Update reference docs to latest changes. by Manuel Klimek · 12 years ago
  25. 3f9411a Stub out a release notes section on -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  26. 23fee34 Update the user's manual for some of the new -fcatch-undefined-behavior features. by Richard Smith · 12 years ago
  27. 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
  28. f01ef105 [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition. by Jordan Rose · 12 years ago
  29. 91b46cc [analyzer] Per feedback, re-structure the docs for ExprInspection checks. by Jordan Rose · 12 years ago
  30. 2eed8cc [analyzer] IPA document: address Ted's review comments (path bifurcation) by Anna Zaks · 12 years ago
  31. 77df8d9 Review, comment, and reformat IPA.txt, including feedback comments. by Ted Kremenek · 12 years ago
  32. a779e27 [analyzer] Document our debug checkers and ExprInspection's "builtins". by Jordan Rose · 12 years ago
  33. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  34. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  35. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 12 years ago
  36. 19d48ce Add release notes for type safety attributes. by Dmitri Gribenko · 12 years ago
  37. 25c0400 [analyzer] Add an internal reference document describing IPA and CallEvent. by Jordan Rose · 12 years ago
  38. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
  39. 5d46db8 Added description of clang-check -ast-dump* options. by Alexander Kornienko · 12 years ago
  40. 2372ffc Emphasize that clang-fixit is planned but not yet contributed. I should by Chandler Carruth · 12 years ago
  41. ec2d7b7 Fix some of my terrible spelling. by Chandler Carruth · 12 years ago
  42. e56f3a6 Add initial documentation about the new tools repository and the by Chandler Carruth · 12 years ago
  43. 37f7a33 Minor rework of code example for clarity. No functionality change by Marshall Clow · 12 years ago
  44. a841c19 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 12 years ago
  45. 43e3dee Fix some minor typos by Sylvestre Ledru · 12 years ago
  46. 2a700b1 Fix two typos in the doc by Sylvestre Ledru · 12 years ago
  47. a705f1f Adds a introductionary document to the Clang AST. by Manuel Klimek · 12 years ago
  48. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  49. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  50. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  51. 1dfb72f Minor cleanups and additions to the users manual. UsersManual.html now validates as HTML 4.01 Strict. by Dmitri Gribenko · 12 years ago
  52. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  53. 7bf9d9b Mention -ftls-model in release notes and manual. by Hans Wennborg · 12 years ago
  54. 59d7cc9 Updates the example to the latest incarnation of clang-check and by Manuel Klimek · 12 years ago
  55. d4047b3 Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual. by Nico Weber · 12 years ago
  56. a7f2c56 How to set up clang tools for llvm by Alexander Kornienko · 12 years ago
  57. 3f6d513 Update the docs with specifics about escaping of compile commands. by Manuel Klimek · 12 years ago
  58. f6385a5 Jordan points out that this was incorrect: clang should recover from by Chris Lattner · 12 years ago
  59. 6241e01 Add an explanation of -Wobjc-literal-compare to the "Objective-C Literals" page by Jordan Rose · 12 years ago
  60. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  61. ef0ebee Links to the python CXCompilationDatabase documentation. by Manuel Klimek · 12 years ago
  62. 996fa80 Release notes for r158230 "Disallow using ObjC literals in direct comparisons" by Jordan Rose · 12 years ago
  63. f45f234 [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has_feature by Kostya Serebryany · 12 years ago
  64. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  65. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  66. 4375b08 Add missing words to manual. by Richard Trieu · 12 years ago
  67. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 12 years ago
  68. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  69. f7a4c35 Add release note about -gline-tables-only flag by Alexey Samsonov · 12 years ago
  70. 790880b document _has_feature(objc_default_synthesize_properties). // rdar://11676972 by Fariborz Jahanian · 12 years ago
  71. 843f0e8 Make the analyzer site a single point of reference for info by Anna Zaks · 12 years ago
  72. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  73. 1156afd Doc fixed as proposed (and mostly contributed) by David Roethlisberger. by Manuel Klimek · 12 years ago
  74. 0cddf59 Update clang attribute document. by Michael Han · 12 years ago
  75. 8c24675 Add documentation for the JSON compilation database format. by Manuel Klimek · 12 years ago
  76. f38d932 Puts the linktime dependencies into stupid-ld-required order, as proposed by Jordan Rose. by Manuel Klimek · 12 years ago
  77. 1e282e9 Documents linking requirements for libtooling. by Manuel Klimek · 12 years ago
  78. 8003963 Document how fixits on errors and warnings must behave. by Nico Weber · 12 years ago
  79. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  80. 5ab5249 Clang docs update: list command-line flags that control the size of generated debug information. Reviewed by chandlerc@ and echristo@. by Alexey Samsonov · 12 years ago
  81. ccc4edf Close HTML tag properly. by Dmitri Gribenko · 12 years ago
  82. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  83. b264702 Release notes update for -Wsometimes-uninitialized. by Richard Smith · 12 years ago
  84. b7ac658 Adds menu sidebar to the docs. by Manuel Klimek · 12 years ago
  85. 0fe1e1f Updates the tooling docs with the links to the tutorials and by Manuel Klimek · 12 years ago
  86. 882d794 Adds a tutorial for how to write clang plugins. by Manuel Klimek · 12 years ago
  87. c0bb312 Remove 3.1 release notes to get ready for current development cycle. by Bill Wendling · 12 years ago
  88. f291d8c [tsan] grammar fixes by Kostya Serebryany · 12 years ago
  89. 5324380 [tsan] fix typo by Kostya Serebryany · 12 years ago
  90. e2789bb [tsan] first version of ThreadSanitizer docs by Kostya Serebryany · 12 years ago
  91. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  92. d66117b Add a note about atomic builtins to c11 section of release notes. by David Chisnall · 12 years ago
  93. 332f9aa Fix Xcode case (Upper X, lower c) by Jean-Daniel Dupas · 12 years ago
  94. 6341900 Add Python binding info to release notes by Gregory Szorc · 12 years ago
  95. 396663b remove something that is really old and out of date. by Chris Lattner · 12 years ago
  96. fff4a44 Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts. by Richard Smith · 12 years ago
  97. 207653c Minor copy-edits to clang::fallthrough attribute documentation. by Richard Smith · 12 years ago
  98. e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 12 years ago
  99. 526cda3 The release notes are no place for modesty. by Richard Smith · 12 years ago
  100. 74eb4af Adds a tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago