Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
tools
/
libclang
/
CIndexInclusionStack.cpp
39ae3d5
[libclang] Remove the 'extern "C"' blocks from the implementation files.
by Argyrios Kyrtzidis
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
8f9d180
Show inclusions from a preamble in clang_getInclusions.
by Erik Verbruggen
· 10 years ago
852d622
Fix a typo in the function name that I just introduced (r201155)
by Dmitri Gribenko
· 12 years ago
256454f
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
by Dmitri Gribenko
· 12 years ago
c22ea1c
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
by Dmitri Gribenko
· 13 years ago
0516ba6
Fix Casting
by David Greene
· 13 years ago
cc0694c
Sort #include lines for tools/...
by Chandler Carruth
· 13 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
925296b
Revamp the SourceManager to separate the representation of parsed
by Douglas Gregor
· 14 years ago
49f754f
Teach SourceManager::getSLocEntry() that it can fail due to problems
by Douglas Gregor
· 14 years ago
11e6f0a
Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it.
by Argyrios Kyrtzidis
· 15 years ago
7df92ae
Make definition of CXTranslationUnitImpl private to libclang.
by Ted Kremenek
· 15 years ago
9155428
Change CXTranslationUnit to not directly cast to an ASTUnit*,
by Ted Kremenek
· 15 years ago
453b012
Make sure to always check the result of
by Douglas Gregor
· 15 years ago
d5a2a07
Rename 'CIndex' to 'libclang', since it has basically become our stable public
by Daniel Dunbar
· 15 years ago
[Renamed from clang/tools/CIndex/CIndexInclusionStack.cpp]
06441453
Prune includes.
by Benjamin Kramer
· 15 years ago
0b86e3a
Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API.
by Ted Kremenek
· 16 years ago