Skip to content
Snippets Groups Projects
  1. Oct 27, 2016
  2. Jun 21, 2016
    • George Burgess IV's avatar
      [Docs] More warning fixes to unbreak the docs buildbot. · 7d29e488
      George Burgess IV authored
      A number of warnings still remain, but these were the last of the
      "unlexable code"-related ones (AFAICT).
      
      I changed a few examples in docs/UsersManual.rst to showcase
      -Wextra-tokens because it's already documented (-Wmultichar isn't), and
      the sphinx C lexer apparently can't handle char literals like 'ab'. It
      seemed like a better overall approach than just marking the code blocks
      as none or console.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273232 91177308-0d34-0410-b5e6-96231b3b80d8
      7d29e488
  3. Dec 04, 2015
  4. Oct 19, 2015
  5. Feb 18, 2015
  6. Feb 17, 2015
  7. Jan 31, 2014
  8. Oct 17, 2013
  9. Aug 15, 2013
  10. Aug 07, 2013
  11. Apr 09, 2013
  12. Feb 26, 2013
    • Kostya Serebryany's avatar
      Unify clang/llvm attributes for asan/tsan/msan (Clang part) · 85aee96c
      Kostya Serebryany authored
      These are two related changes (one in llvm, one in clang).
      LLVM: 
      - rename address_safety => sanitize_address (the enum value is the same, so we preserve binary compatibility with old bitcode)
      - rename thread_safety => sanitize_thread
      - rename no_uninitialized_checks -> sanitize_memory
      
      CLANG: 
      - add __attribute__((no_sanitize_address)) as a synonym for __attribute__((no_address_safety_analysis))
      - add __attribute__((no_sanitize_thread))
      - add __attribute__((no_sanitize_memory))
      
      for S in address thread memory
      If -fsanitize=S is present and __attribute__((no_sanitize_S)) is not
      set llvm attribute sanitize_S
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176076 91177308-0d34-0410-b5e6-96231b3b80d8
      85aee96c
  13. Dec 17, 2012
  14. Dec 13, 2012
Loading