index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
CIndex
Age
Commit message (
Expand
)
Author
2009-11-17
Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...
Ted Kremenek
2009-11-17
Allow "source_filename" to be an optional argument (the client can provide NU...
Ted Kremenek
2009-11-17
Sort visitor methods. No functionality change.
Ted Kremenek
2009-11-17
Have clang_getCursorSource() return NULL when the source location is invalid ...
Ted Kremenek
2009-11-13
Move code completion options to clang-cc
Daniel Dunbar
2009-11-11
Fix clang executable path for Windows
John Thompson
2009-11-10
CIndex: Only display diagnostics to llvm::errs() when the client has set the ...
Ted Kremenek
2009-11-09
Make sure that we look into nested, transparent declaration contexts
Douglas Gregor
2009-11-09
Factor CXString creation into a helper method.
Benjamin Kramer
2009-11-09
Writing to a struct passed by value is pointless. Remove dead code.
Benjamin Kramer
2009-11-09
Introduce CXString type and associated functions clang_getCString() and clang...
Steve Naroff
2009-11-09
Minor cleanup for CIndex-based code-completion:
Douglas Gregor
2009-11-08
Move a function which returns a class outside of extern C scope.
Daniel Dunbar
2009-11-08
CIndex: Add temporary hack to leak memory instead of returning invalid pointers.
Daniel Dunbar
2009-11-07
Add some missing libraries for CMake as well.
Daniel Dunbar
2009-11-07
Add some missing libraries.
Daniel Dunbar
2009-11-07
Various improvements to Clang's code-completion infrastructure:
Douglas Gregor
2009-11-02
Sort export list.
Daniel Dunbar
2009-10-29
- Add/tweak some comments.
Steve Naroff
2009-10-29
clang_getDeclSpelling(): For category implementations, make sure we hand back...
Steve Naroff
2009-10-28
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...
Steve Naroff
2009-10-27
Add support for 'CXFile' (<rdar://problem/7303360>).
Steve Naroff
2009-10-27
Changes for building as a Windows DLL
John Thompson
2009-10-26
Unify Unix and Windows code paths when executing 'clang'.
Ted Kremenek
2009-10-26
Remove unnecessary calls to 'flush()'.
Ted Kremenek
2009-10-22
Always emit error diagnostics when an error occurs within clang_createTransla...
Ted Kremenek
2009-10-22
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
Ted Kremenek
2009-10-22
Add some explanatory diagnostics when clang_createTranslationUnitFromSource f...
Ted Kremenek
2009-10-22
Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:
Ted Kremenek
2009-10-21
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...
Steve Naroff
2009-10-20
- Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...
Steve Naroff
2009-10-19
Fix inverted preprocessor guard, and fix the resulting compiler error that wa...
Ted Kremenek
2009-10-19
Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to
Ted Kremenek
2009-10-19
The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...
Ted Kremenek
2009-10-19
Re-order includes so that the logic involving '#ifdef LLVM_ON_WIN32' appears ...
Ted Kremenek
2009-10-19
Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.
Steve Naroff
2009-10-19
Change indenting for case/compound statements to conform to the rest of clang.
Steve Naroff
2009-10-19
CIndex: make variable non-static to avoid potential race conditions, per
Benjamin Kramer
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
Try to unbreak MSVC build.
Benjamin Kramer
2009-10-18
CIndex: fix typo.
Benjamin Kramer
2009-10-18
Missed a paren.
Benjamin Kramer
2009-10-18
CIndex: add a (untested) WIN32 codepath to get ClangPath.
Benjamin Kramer
2009-10-18
CIndex: compute ClangPath lazily.
Benjamin Kramer
2009-10-18
CIndex: replace fork/exec with our portable ExecuteAndWait wrapper.
Benjamin Kramer
2009-10-18
CIndex: avoid a dangling pointer issue.
Benjamin Kramer
2009-10-17
Attempt to unbreak the MSVC build.
Daniel Dunbar
2009-10-17
Resolve FIXME: delete the 'Program' object in the destructor of CIndexer.
Ted Kremenek
2009-10-17
Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...
Ted Kremenek
2009-10-16
Make CIndex and c-index-test a little bit more robust. The only
Douglas Gregor
[next]