"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "8d54dd37c987d42bff74586b4cbf2004ecdb97df"
-
Ted Kremenek authored
Moved all clients of Diagnostics to use FullSourceLoc instead of SourceLocation. Added many utility methods to FullSourceLoc to provide shorthand for: FullLoc.getManager().someMethod(FullLoc.getLocation()); instead we have: FullLoc.someMethod(); Modified TextDiagnostics (and related classes) to use this short-hand. llvm-svn: 44957
1daa3cfb
Loading