Go to file
Argyrios Kyrtzidis d004064864 Refactoring of Diagnostic class.
-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.

llvm-svn: 119730
2010-11-18 20:06:41 +00:00
clang Refactoring of Diagnostic class. 2010-11-18 20:06:41 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx LWG 1522 2010-11-18 17:34:48 +00:00
lldb Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
llvm The DAGCombiner was threading select over pairs of extending loads even 2010-11-18 20:05:18 +00:00