1. 358603a Modernise code to use override specifier by Yi Kong · 6 years ago
  2. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 6 years ago
  3. f42616d Revert "Work around bugprone-exception-escape bug." by Chih-hung Hsieh · 7 years ago
  4. aef762a versioner: Use llvm::opt::ArgStringList by Logan Chien · 7 years ago
  5. 9a9db34 C++17 is the default now. by Elliott Hughes · 7 years ago
  6. 6c148d1 versioner: Port to clang-r344140 by Logan Chien · 7 years ago
  7. c16d65d versioner: Port to clang-r339409b by Logan Chien · 7 years ago
  8. 9c12323 versioner: Build SymbolDatabase from version scripts by Logan Chien · 7 years ago
  9. 3fc86c1 versioner: Add 28 to version list by Logan Chien · 7 years ago
  10. 153b71c Work around bugprone-exception-escape bug. by Chih-Hung Hsieh · 7 years ago
  11. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  12. 4d1cc9d Adapt to the new libc++/libc++abi update. by Dan Albert · 8 years ago
  13. c166113 versioner: remove parsing of platforms. by Josh Gao · 8 years ago
  14. c6fa2c3 Merge "Make versioner depend on lib{LLVM,clang}_android.so" by Pirama Arumuga Nainar · 8 years ago
  15. 8e13b67 versioner: properly handle extern "C", "C++". by Josh Gao · 8 years ago
  16. ac5603a Make versioner depend on lib{LLVM,clang}_android.so by Pirama Arumuga Nainar · 8 years ago
  17. ab25d0b versioner: compile headers in both C and C++ mode. by Josh Gao · 8 years ago
  18. 38685e1 versioner: follow __asm__ labels. by Josh Gao · 8 years ago
  19. 35aa213 versioner: kill some obsolete versions. by Josh Gao · 8 years ago
  20. 0062b3e versioner: properly handle declarations with no identifier. by Josh Gao · 8 years ago
  21. 5317f2d versioner: add extern "C" to tests. by Josh Gao · 8 years ago
  22. ad5c4e3 Merge "Fix out-of-bounds deque access causing build failure." by Treehugger Robot · 8 years ago
  23. 113e9b1 Fix out-of-bounds deque access causing build failure. by Andreas Huber · 8 years ago
  24. 1de2e35 Enable FORTIFY in unoptimized builds by George Burgess IV · 8 years ago
  25. 1db06fa Merge "libc: Split FORTIFY into its own headers" by Treehugger Robot · 8 years ago
  26. d2ab9ff versioner: compile with `clang -include foo.h -`. by Josh Gao · 8 years ago
  27. b97049c libc: Split FORTIFY into its own headers by George Burgess IV · 8 years ago
  28. 05fd20c Merge changes Ia7200bf0,I86999bb7 by Treehugger Robot · 8 years ago
  29. d10d3ee versioner: disable container overflow checks by Andreas Gampe · 8 years ago
  30. b50b8c8 versioner: fix leak. by Josh Gao · 8 years ago
  31. 0be1dab versioner: add symlink for dependencies. by Josh Gao · 8 years ago
  32. 06be345 Update bionic after Clang rebase by Yi Kong · 8 years ago
  33. ff6c8de Remove unused lambda captures by Yi Kong · 8 years ago
  34. a07033e Merge "versioner: fix LLVM assertion failure." by Treehugger Robot · 8 years ago
  35. 8ef9874 versioner: fix LLVM assertion failure. by Josh Gao · 8 years ago
  36. acc7921 versioner: remove useless log message. by Josh Gao · 8 years ago
  37. d744a9b versioner: fix indentation in usage. by Josh Gao · 8 years ago
  38. 3fcf747 versioner: guard preprocessing messages with -v. by Josh Gao · 8 years ago
  39. 69cb22f Build the versioner even on unbundled branches. by Dan Albert · 8 years ago
  40. 22805ea Revert "Revert "Run the versioner as part of the build."" by Dan Albert · 8 years ago
  41. b8a3ae4 versioner: fix darwin build. by Josh Gao · 8 years ago
  42. 0a284f5 versioner: start using C++17. by Josh Gao · 9 years ago
  43. 68d6a92 Convert versioner to Android.bp by Colin Cross · 9 years ago
  44. cdbf6fe versioner: use unique_ptr to handle ownership of FTS*. by Josh Gao · 9 years ago
  45. 9f9200c Merge "versioner: extract strict warnings out of -v into its own flag." by Josh Gao · 9 years ago
  46. 2796894 Merge "versioner: use a single work queue." by Josh Gao · 9 years ago
  47. acc3d80 versioner: extract strict warnings out of -v into its own flag. by Josh Gao · 9 years ago
  48. 338cf12 versioner: use a single work queue. by Josh Gao · 9 years ago
  49. 3091f5a versioner: ignore non-header files. by Josh Gao · 9 years ago
  50. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  51. 78b8a14 versioner: use a virtual filesystem for input files. by Josh Gao · 9 years ago
  52. b5c4963 versioner: cache -cc1 flags generated by the clang Driver. by Josh Gao · 9 years ago
  53. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  54. 84e269d Merge "versioner: don't always hide future decls." by Treehugger Robot · 9 years ago
  55. 9ae2b9a versioner: don't always hide future decls. by Josh Gao · 9 years ago
  56. 1a176de versioner: allow static inlines that don't conflict. by Josh Gao · 9 years ago
  57. a00e672 versioner: fix output. by Josh Gao · 9 years ago
  58. 079be16 Make versioner build with LLVM r275480 by Pirama Arumuga Nainar · 9 years ago
  59. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  60. 0173379 Add versioner to preupload hook. by Josh Gao · 9 years ago
  61. ac3e564 versioner: turn on -Wundef. by Josh Gao · 9 years ago
  62. bb96628 versioner: turn on -Wall -Wextra -Werror. by Josh Gao · 9 years ago
  63. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  64. a77b3a9 versioner: handle _FILE_OFFSET_BITS=64. by Josh Gao · 9 years ago
  65. 9ab148c versioner: add idempotence test that uses the bionic headers. by Josh Gao · 9 years ago
  66. 9f7ce3d versioner: fix off-by-one error in header guard calculation. by Josh Gao · 9 years ago
  67. 1b4b3d7 versioner: improve preprocessor tests. by Josh Gao · 9 years ago
  68. a6b8c4e versioner: always copy over source headers when preprocessing. by Josh Gao · 9 years ago
  69. b0af100 versioner: add test output directories to gitignore. by Josh Gao · 9 years ago
  70. 64da006 versioner: Ignore if Clang is missing by Andreas Gampe · 9 years ago
  71. 7978634 versioner: copy unmodified headers when preprocessing. by Josh Gao · 9 years ago
  72. f8592a3 versioner: add support for preprocessing headers. by Josh Gao · 9 years ago
  73. 8feba83 versioner: fix makefiles. by Josh Gao · 9 years ago
  74. 566735d versioner: purge iostreams. by Josh Gao · 9 years ago
  75. 1605788 versioner: assorted fixes. by Josh Gao · 9 years ago
  76. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
  77. 681f6b5 versioner: improve the test script. by Josh Gao · 9 years ago
  78. f9128bc versioner: remove unnecessary kernel/common symlink. by Josh Gao · 9 years ago
  79. 180c883 versioner: add symlink for kernel/android/uapi. by Josh Gao · 9 years ago
  80. d8c7725 versioner: whitelist atexit, turn on symbol checking by default. by Josh Gao · 9 years ago
  81. 4af829a versioner: add missing test. by Josh Gao · 9 years ago
  82. 958f3b3 versioner: fix false positive with functions only available as inlines. by Josh Gao · 9 years ago
  83. 173e7c0 versioner: improve error output slightly. by Josh Gao · 9 years ago
  84. 658dbd9 versioner: merge stdout and stderr in the test runner. by Josh Gao · 9 years ago
  85. 80d909b versioner: clean up tests, test runner. by Josh Gao · 9 years ago
  86. d67dbf0 versioner: ignore functions that are __INTRODUCED_IN_FUTURE. by Josh Gao · 9 years ago
  87. 9b5af7a versioner: autodetect paths when no specified. by Josh Gao · 9 years ago
  88. 62aaf8f versioner: improve usage messages. by Josh Gao · 9 years ago
  89. bf8a285 versioner: introduce. by Josh Gao · 9 years ago