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
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
[libclang] Introduce a new indexing mode where we skip function bodies
Argyrios Kyrtzidis
2012-12-06
1
-8
/
+21
*
libclang: Add a function to libclang for retrieving the bit width value
Dmitri Gribenko
2012-12-04
1
-1
/
+8
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
2
-1
/
+7
*
[libclang] Add some comments about the version constants for the libclang API.
Argyrios Kyrtzidis
2012-11-06
1
-0
/
+8
*
[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
Argyrios Kyrtzidis
2012-11-01
1
-1
/
+7
*
[libclang] Bump the version number of the libclang API.
Argyrios Kyrtzidis
2012-10-29
1
-1
/
+1
*
[libclang] Introduce a version constant for the libclang API.
Argyrios Kyrtzidis
2012-10-29
1
-0
/
+20
*
[libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...
Argyrios Kyrtzidis
2012-10-18
1
-0
/
+5
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-0
/
+1
*
[libclang] Improve AST serialization done by ASTUnit::Save().
Argyrios Kyrtzidis
2012-10-11
1
-4
/
+6
*
[libclang] Fix the comments, as suggested by Dmitri.
Argyrios Kyrtzidis
2012-10-06
1
-10
/
+11
*
[libclang] Now that we have a CXModule object, pass it to the
Argyrios Kyrtzidis
2012-10-05
1
-11
/
+5
*
[libclang] Introduce new C functions that provide information about modules:
Argyrios Kyrtzidis
2012-10-05
1
-0
/
+58
*
[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module
Argyrios Kyrtzidis
2012-10-05
1
-1
/
+9
*
[libclang] Simplify indexing of module imports by handling implicit
Argyrios Kyrtzidis
2012-10-03
1
-6
/
+1
*
[libclang] Implement the importedASTFile indexing callback to provide
Argyrios Kyrtzidis
2012-10-02
1
-4
/
+23
*
[libclang] Remove the ParentKind cursor kind from code-completion results.
Argyrios Kyrtzidis
2012-09-26
1
-2
/
+1
*
[libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt.
Argyrios Kyrtzidis
2012-09-24
1
-0
/
+1
*
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-09-13
1
-3
/
+3
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-5
/
+3
*
Revert r163099 per chandlerc's request.
Joao Matos
2012-09-04
1
-3
/
+1
*
Added a new cursor for SEHLeaveStmt to libclang.
Joao Matos
2012-09-03
1
-1
/
+3
*
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
1
-8
/
+8
*
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
1
-7
/
+8
*
[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.
Chad Rosier
2012-08-25
1
-2
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-3
/
+3
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
1
-0
/
+15
*
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
[next]