Skip to content
Snippets Groups Projects
  1. Mar 27, 2013
  2. Jan 20, 2013
  3. Dec 04, 2012
  4. Nov 12, 2012
  5. Nov 01, 2012
  6. Oct 24, 2012
  7. May 01, 2012
  8. Feb 20, 2012
  9. Feb 13, 2012
  10. Jan 25, 2012
  11. Dec 23, 2011
  12. Nov 01, 2011
  13. Sep 26, 2011
  14. Aug 24, 2011
  15. Jul 23, 2011
  16. Jul 22, 2011
  17. Jul 19, 2011
  18. Jul 15, 2011
  19. Jul 09, 2011
  20. Feb 27, 2011
  21. Feb 20, 2011
  22. Feb 19, 2011
  23. Feb 18, 2011
  24. Nov 18, 2010
    • Argyrios Kyrtzidis's avatar
      Refactoring of Diagnostic class. · 33e4e70c
      Argyrios Kyrtzidis authored
      -Move the stuff of Diagnostic related to creating/querying diagnostic IDs into a new DiagnosticIDs class.
      -DiagnosticIDs can be shared among multiple Diagnostics for multiple translation units.
      -The rest of the state in Diagnostic object is considered related and tied to one translation unit.
      -Have Diagnostic point to the SourceManager that is related with. Diagnostic can now accept just a
         SourceLocation instead of a FullSourceLoc.
      -Reflect the changes to various interfaces.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119730 91177308-0d34-0410-b5e6-96231b3b80d8
      33e4e70c
  25. Aug 24, 2010
  26. Aug 19, 2010
  27. Aug 18, 2010
  28. Aug 12, 2010
  29. Aug 02, 2010
  30. Jul 26, 2010
  31. Jul 20, 2010
  32. Jun 16, 2010
  33. Jun 15, 2010
    • Daniel Dunbar's avatar
      Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration · 9b414d3e
      Daniel Dunbar authored
      Currently, all AST consumers are located in the Frontend library,
      meaning that in a shared library configuration, Frontend has a
      dependency on Rewrite, Checker and CodeGen.  This is suboptimal for
      clients which only wish to make use of the frontend.  CodeGen in
      particular introduces a large number of unwanted dependencies.
      
      This patch breaks the dependency by moving all AST consumers with
      dependencies on Rewrite, Checker and/or CodeGen to their respective
      libraries.  The patch therefore introduces dependencies in the other
      direction (i.e. from Rewrite, Checker and CodeGen to Frontend).
      
      After applying this patch, Clang builds correctly using CMake and
      shared libraries ("cmake -DBUILD_SHARED_LIBS=ON").
      
      N.B. This patch includes file renames which are indicated in the
      patch body.
      
      Changes in this revision of the patch:
       - Fixed some copy-paste mistakes in the header files
       - Modified certain aspects of the coding to comply with the LLVM
         Coding Standards
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106010 91177308-0d34-0410-b5e6-96231b3b80d8
      9b414d3e
  34. May 25, 2010
  35. May 20, 2010
  36. May 07, 2010
  37. Apr 19, 2010
Loading