Go to file
Eli Bendersky 382741283f Properly encapsulate additional methods and data from AsmParser.
This finally allows AsmParser to no longer list GenericAsmParser as a friend.
All member vars directly accessed by GenericAsmParser have been properly
encapsulated and exposed through the MCAsmParser interface. This reduces the
coupling between AsmParser and GenericAsmParser.

llvm-svn: 172490
2013-01-14 23:22:36 +00:00
clang Document that we should recognize attributes supported by gcc with C++11 2013-01-14 22:44:07 +00:00
clang-tools-extra Test source file name in diagnostics 2013-01-14 17:01:57 +00:00
compiler-rt [ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl. 2013-01-14 16:13:52 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Make <cmath> classification macros work with integral types. 2013-01-14 20:56:22 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Fix shadowed variable warning 2013-01-14 22:10:22 +00:00
lldb Once a function has been JIT-compiled once, don't 2013-01-14 21:45:38 +00:00
llvm Properly encapsulate additional methods and data from AsmParser. 2013-01-14 23:22:36 +00:00
polly clang-format goodness 2013-01-14 22:40:23 +00:00