Failed to load latest commit information.
COPYRIGHT.TXT Initial commit of LJClang.
LLVM_LICENSE.TXT Initial commit of LJClang.
Makefile mgrep: also consider struct tags for <typeName>, fix Makefile.
README.adoc mgrep: also consider struct tags for <typeName>, fix Makefile.
class.lua Add a convenience module 'class', use it to refactor mgrep's File*().
createheader.lua Update generated files ljclang_Index_h.lua and ljclang_cursor_kind.lua
extractdecls.lua extractdecls.lua: print a separate error message if file could not be…
ljclang.lua mgrep: in compilation DB mode, allow multiple options inside -O string.
ljclang_Index_h.lua Update generated files ljclang_Index_h.lua and ljclang_cursor_kind.lua
ljclang_cursor_kind.lua Update generated files ljclang_Index_h.lua and ljclang_cursor_kind.lua
ljclang_support.c More complete implementation of luaclang-parser API, add extract_enum…
mgrep.lua mgrep: also handle class members.
mgrep.sh.in mgrep: pass compilation DB name with '-d' option, not as positional a…
parsecmdline_pk.lua parsecmdline_pk.lua: allow options interleaved with positional argume…
test.lua Allow creating TranslationUnit_t object that map to the same CXTransl…