[PATCH] Add diagnostic capabilities in LLVM (frontend part)

Quentin Colombet qcolombet at apple.com
Thu Jan 2 14:58:33 PST 2014


  Hi Hal,

  I have looked into CodeGenModule::GetOrCreateLLVMFunction and we can indeed map the LLVM function with the original (demangled) name.
  However, I have not seen a way to access this information from the BackendConsumer (i.e., the class that is called back by the backend diagnostics).
  Am I missing something?

  Thanks.

  -Quentin

http://llvm-reviews.chandlerc.com/D2430



More information about the cfe-commits mailing list