This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d80ab9d1a5 [OPENMP] Fix PR35486: crash when collapsing loops with depen [...] new 76f57b2855 [libclang] Record parsing invocation to a temporary file whe [...] new 30ba5010aa Add _Float128 as alias to __float128 to enable compilations [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang-c/Index.h | 10 +++++++ include/clang/Basic/TokenKinds.def | 1 + lib/Frontend/InitPreprocessor.cpp | 4 +++ test/Index/record-parsing-invocation.c | 21 +++++++++++++ test/Preprocessor/cuda-types.cu | 20 ++++++------- test/Sema/_Float128.c | 22 ++++++++++++++ tools/c-index-test/c-index-test.c | 4 +++ tools/libclang/CIndex.cpp | 11 +++++++ tools/libclang/CIndexer.cpp | 55 ++++++++++++++++++++++++++++++++++ tools/libclang/CIndexer.h | 28 +++++++++++++++++ tools/libclang/libclang.exports | 1 + 11 files changed, 167 insertions(+), 10 deletions(-) create mode 100644 test/Index/record-parsing-invocation.c create mode 100644 test/Sema/_Float128.c