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
*
[libclang] Introduce APIs that assist in constructing a simple module.map fil...
Argyrios Kyrtzidis
2014-03-03
1
-0
/
+49
*
[libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e...
Argyrios Kyrtzidis
2014-03-03
1
-3
/
+5
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-0
/
+6
*
libclang: New functions clang_Type_getNumTemplateArguments,
Dmitri Gribenko
2014-02-27
1
-0
/
+18
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-1
/
+5
*
[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ...
Argyrios Kyrtzidis
2014-02-25
3
-38
/
+109
*
[libclang] Include "BuildSystem.h" along with "Index.h"
Argyrios Kyrtzidis
2014-02-25
2
-3
/
+4
*
Fix gcc warning about C++ style comments.
Patrik Hagglund
2014-02-17
1
-1
/
+1
*
libclang: report error code for bad PCH files
Dmitri Gribenko
2014-02-12
1
-25
/
+100
*
'svn add' files I forgot for r201224 (Add an option to allow Clang verify
Dmitri Gribenko
2014-02-12
1
-0
/
+44
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
Correct various uses of 'argument' that in fact refer to function parameters
Alp Toker
2014-01-21
1
-2
/
+2
*
Remove linkage macro from the CXLanguageKind enum
Reid Kleckner
2013-12-30
1
-1
/
+1
*
[libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...
Argyrios Kyrtzidis
2013-12-06
1
-11
/
+10
*
[libclang] Record ranges skipped by the preprocessor and expose them with lib...
Argyrios Kyrtzidis
2013-12-05
1
-1
/
+28
*
Fixes a typo and changes references to the function clang_displayDiagnostic (...
Sylvestre Ledru
2013-11-17
1
-3
/
+3
*
Add an optional mapping from source paths to source contents.
Manuel Klimek
2013-11-13
1
-0
/
+18
*
Miscellaneous speling fixes.
Benjamin Kramer
2013-10-20
2
-2
/
+2
*
[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...
Argyrios Kyrtzidis
2013-10-11
1
-0
/
+17
*
[libclang] Introduce clang_Type_getClassType which returns the class type of ...
Argyrios Kyrtzidis
2013-10-03
1
-1
/
+9
*
[libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
2013-09-25
1
-1
/
+2
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
1
-0
/
+2
*
libclang: cleanup unused includes in public header
Dmitri Gribenko
2013-08-18
1
-2
/
+0
*
Add clang_Location_isFromMainFile() to libclang.
Stefanus Du Toit
2013-08-08
1
-1
/
+7
*
[libclang] Expose the rest of the array types.
Argyrios Kyrtzidis
2013-07-23
1
-1
/
+4
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-1
/
+5
*
[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...
Argyrios Kyrtzidis
2013-07-05
1
-0
/
+7
*
typo.
Adrian Prantl
2013-05-24
1
-1
/
+1
*
libclang: add a function to check whether a member function is pure virtual
Dmitri Gribenko
2013-05-17
1
-0
/
+6
*
[libclang] Introduce clang_Module_getASTFile function that returns the module...
Argyrios Kyrtzidis
2013-04-26
1
-0
/
+7
*
Revert "Remove CXCursorSet and related APIs. There are no known clients."
Ted Kremenek
2013-04-24
1
-0
/
+32
*
Remove CXCursorSet and related APIs. There are no known clients.
Ted Kremenek
2013-04-24
1
-32
/
+0
*
[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...
Argyrios Kyrtzidis
2013-04-23
1
-2
/
+6
*
[libclang] Fix copy-paste error in comment.
Argyrios Kyrtzidis
2013-04-19
1
-1
/
+1
*
[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+5
*
[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+21
*
[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...
Argyrios Kyrtzidis
2013-04-18
1
-1
/
+30
*
[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...
Argyrios Kyrtzidis
2013-04-12
1
-1
/
+6
*
[libclang] Improve a doxygen comment, as suggested by Jordan.
Argyrios Kyrtzidis
2013-04-11
1
-0
/
+1
*
[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...
Argyrios Kyrtzidis
2013-04-11
1
-3
/
+4
*
[libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
2013-04-11
1
-1
/
+78
*
[libclang] Make clang_Cursor_getArgument work with call-exprs.
Argyrios Kyrtzidis
2013-04-01
1
-3
/
+5
*
[Modules] Resolve top-headers of modules lazily.
Argyrios Kyrtzidis
2013-03-13
1
-3
/
+5
*
[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-16
/
+28
*
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-9
/
+19
*
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...
Argyrios Kyrtzidis
2013-03-08
1
-1
/
+18
*
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-23
1
-1
/
+0
*
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
1
-0
/
+1
*
libclang: add clang_getTypeSpelling(CXType CT)
Dmitri Gribenko
2013-02-15
1
-1
/
+9
[next]