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
*
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
*
[libclang] Introduce a new function to apply the indexing callbacks on an exi...
Argyrios Kyrtzidis
2011-11-15
1
-4
/
+42
*
[libclang] Slight changes to the indexing API and bigger internal changes for...
Argyrios Kyrtzidis
2011-11-14
1
-16
/
+21
*
[libclang] Further simplify the indexing API.
Argyrios Kyrtzidis
2011-11-12
1
-208
/
+44
*
Fix some typos, grammar errors, etc. in cursor kind descriptions
Douglas Gregor
2011-11-11
1
-4
/
+4
*
include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to lib...
NAKAMURA Takumi
2011-11-11
1
-5
/
+6
*
[libclang] Simplify the indexing API.
Argyrios Kyrtzidis
2011-11-11
1
-295
/
+100
*
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-10
1
-0
/
+80
*
Fix comment typos
Douglas Gregor
2011-11-08
1
-1
/
+1
*
[libclang] Add comments.
Argyrios Kyrtzidis
2011-10-27
1
-0
/
+339
*
[libclang] Index implicit property references.
Argyrios Kyrtzidis
2011-10-18
1
-0
/
+6
*
[libclang] Introduce a new high level API for indexing clients that assumes
Argyrios Kyrtzidis
2011-10-17
1
-0
/
+323
*
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
Erik Verbruggen
2011-10-14
1
-2
/
+28
[next]