Clang's Semantic Analysis

Sorry if this question's a little inane but does the Clang frontend
currently perform sufficient semantic analysis to build a symbol table
for cross-referencing?

It does sufficient analysis for building a full cross-reference, however it doesn't build one (by default).

snaroff