martong added a comment.

I can feel your pain.

> The fundamental problem is, we simply can't ask Preprocessor what a macro 
> expands into without hacking really hard.

Can you summarize what is the exact problem (or give a link to a discussion, 
etc)? Is it an architectural problem in Clang itself? Could we somehow refactor 
Clang and the Preprocessor to be usable for us? I mean LLVM and Clang has the 
mindset to build reusable components, the Preprocessor (and the Sema) should be 
one of them too, not just the AST.



================
Comment at: clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp:910
+
+  void injextRange(const ArgTokensTy &Range) {
+    TokenRange = Range;
----------------
typo? `injectRange` ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86135/new/

https://reviews.llvm.org/D86135

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to