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
Age
Commit message (
Expand
)
Author
2009-10-22
Fixes a warning.
Fariborz Jahanian
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
Simplify (move guard to caller instead of callee).
Daniel Dunbar
2009-10-17
Fix compiler warning: "ISO C90 forbids mixed declarations and code"
Ted Kremenek
2009-10-17
Fix warning: 'warning: C++ style comments are not allowed in ISO C90'
Ted Kremenek
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
2009-10-16
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-15
Use an std::vector<> instead of an array of ARG_MAX size, as ARG_MAX may not ...
Ted Kremenek
2009-10-15
Make sure temporary files get unlinked.
Steve Naroff
2009-10-15
Add missing #include for wait().
Ted Kremenek
2009-10-15
Minor improvement to format...no functionality change.
Steve Naroff
2009-10-15
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...
Steve Naroff
2009-10-08
Set up include paths for VC++ and Cygwin headers, along with the
Mike Stump
2009-10-05
Make sure that c-index-test links as a C++ executable
Douglas Gregor
2009-10-05
Make sure that libCIndex links as a C++ library
Douglas Gregor
2009-10-05
Fix C90 compile warning about mixed declarations and code.
Eric Christopher
2009-10-05
- Fix assert in clang_getCursorDecl (having to do with recently added ObjC_Pr...
Steve Naroff
2009-10-05
Add a -nostdclanginc flag to clang-cc that prevents it from searching
Rafael Espindola
2009-10-01
Add support for class and protocol references.
Steve Naroff
2009-09-29
When pointing at a type decl reference, ASTLocation is a NamedDeclRef.
Argyrios Kyrtzidis
2009-09-29
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:
Argyrios Kyrtzidis
2009-09-29
Set GNUMode only for the "gnu" language standard options, from Ken Dyck!
Douglas Gregor
2009-09-26
Disable c-index-test on MSVC until someone figures out the real problem.
Daniel Dunbar
2009-09-25
Fix cut/paste error resulting in bad column info.
Steve Naroff
2009-09-25
Add clang_getDeclSource().
Steve Naroff
2009-09-25
Add clang_getDeclLine and clang_getDeclColumn
Steve Naroff
2009-09-25
CMake build support for libCIndex and c-index-test. The indexing tests
Douglas Gregor
[next]