index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
include
/
clang-c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment to HTML conversion: correct typo in CSS class name: taram -> tparam
Dmitri Gribenko
2012-08-01
1
-1
/
+1
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-4
/
+78
*
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-23
1
-0
/
+36
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Comment to HTML conversion: add more CSS classes to identify function arguments
Dmitri Gribenko
2012-07-21
1
-2
/
+6
*
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
Dmitri Gribenko
2012-07-20
1
-2
/
+399
*
[libclang] CompilationDatabase naming and comment fixes
Arnaud A. de Grandmaison
2012-07-03
1
-19
/
+22
*
[libclang] Introduce clang_Cursor_isDynamicCall which,
Argyrios Kyrtzidis
2012-07-02
1
-0
/
+13
*
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-07-02
1
-2
/
+23
*
[libclang] add CompilationDatabase support
Arnaud A. de Grandmaison
2012-06-30
1
-0
/
+143
*
Factor CXString out of Index.h
Arnaud A. de Grandmaison
2012-06-28
3
-54
/
+109
*
Implement a lexer for structured comments.
Dmitri Gribenko
2012-06-26
1
-0
/
+6
*
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-20
1
-0
/
+13
*
Documentation cleanup for clang-c:
James Dennett
2012-06-15
1
-74
/
+88
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+4
*
Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms
James Dennett
2012-06-11
1
-7
/
+7
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Introduce a new libclang API to determine the platform availability of
Douglas Gregor
2012-05-08
1
-1
/
+113
*
Simple typo fix (syntex to syntax). Fixes PR12735
Aaron Ballman
2012-05-06
1
-2
/
+2
*
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
1
-1
/
+10
*
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-04-12
1
-2
/
+23
*
[libclang] Introduce a couple of functions to make it convenient
Argyrios Kyrtzidis
2012-04-11
1
-2
/
+18
*
[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+14
*
[libclang] Introduce clang_Cursor_getSpellingNameRange().
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+15
*
[libclang] Introduce options to control the priority for the threads
Argyrios Kyrtzidis
2012-03-28
1
-0
/
+55
*
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-27
1
-0
/
+20
*
[libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which
Argyrios Kyrtzidis
2012-03-27
1
-1
/
+6
*
[libclang] Enhance clang_getOverriddenCursors.
Argyrios Kyrtzidis
2012-03-08
1
-5
/
+6
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+14
*
And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...
Ted Kremenek
2012-03-06
1
-1
/
+5
*
[libclang] When indexing an objc property, also provide information about
Argyrios Kyrtzidis
2012-02-28
1
-0
/
+9
*
Don't record nested macro expansions in the preprocessing record,
Argyrios Kyrtzidis
2012-02-25
1
-22
/
+1
*
Implement indexing support for lambdas in libclang (both kinds), as
Douglas Gregor
2012-02-15
1
-2
/
+22
*
[libclang] Indexing: only index implicit template instantiations via an opt-i...
Argyrios Kyrtzidis
2012-02-14
1
-1
/
+7
*
make: fix installation of generated header files
Dylan Noblesmith
2012-02-01
1
-0
/
+5
*
libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available o...
Benjamin Kramer
2012-02-01
1
-1
/
+1
*
[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate
Argyrios Kyrtzidis
2012-01-14
1
-1
/
+7
*
Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...
Benjamin Kramer
2011-12-23
1
-1
/
+1
*
[libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo
Argyrios Kyrtzidis
2011-12-15
1
-13
/
+15
*
[libclang] Indexing API: Provide the protocols list for objc categories as well.
Argyrios Kyrtzidis
2011-12-13
1
-7
/
+8
*
[libclang] Indexing API: Fix indexing of missed references.
Argyrios Kyrtzidis
2011-12-13
1
-2
/
+3
*
Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...
Ted Kremenek
2011-12-09
1
-0
/
+9
*
[libclang] Indexing API: provide both the semantic and the lexical container.
Argyrios Kyrtzidis
2011-12-07
1
-2
/
+7
*
[libclang] Introduce CXIdxEntityLanguage that indicates the language
Argyrios Kyrtzidis
2011-12-07
1
-2
/
+9
*
[libclang] API enhancements by Joe Groff!
Argyrios Kyrtzidis
2011-12-06
1
-4
/
+107
*
[libclang] When indexing a field in a C++ class, return an entity
Argyrios Kyrtzidis
2011-12-05
1
-1
/
+2
*
include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR.
NAKAMURA Takumi
2011-12-05
1
-2
/
+2
*
Install c-index-test and clang-c/Index.h as internal files. rdar://10217046
Bob Wilson
2011-11-28
1
-4
/
+6
*
[libclang] Indexing API: Support C++ symbols.
Argyrios Kyrtzidis
2011-11-22
1
-11
/
+106
*
[libclang] Indexing API:
Argyrios Kyrtzidis
2011-11-18
1
-6
/
+33
[next]