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
...
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-1
/
+5
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-1
/
+5
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-1
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-1
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-1
/
+5
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-1
/
+5
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-1
/
+5
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-5
/
+1
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-1
/
+5
*
The Clang C API does not require C++. Thanks to Jordan Rose for pointing out ...
Richard Smith
2014-06-12
1
-1
/
+0
*
[modules] Add first-draft module maps for Clang. These don't cover everything
Richard Smith
2014-06-12
1
-0
/
+5
*
Expose CUDA function attributes to the C interface.
Eli Bendersky
2014-05-28
1
-2
/
+6
*
[libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...
Argyrios Kyrtzidis
2014-05-15
1
-0
/
+7
*
[liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...
Argyrios Kyrtzidis
2014-05-14
1
-1
/
+7
*
clang-c: Fix a typo
Justin Bogner
2014-05-02
1
-1
/
+1
*
[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
2014-05-01
1
-2
/
+5
*
libclang: split out the documentation comment API
Alp Toker
2014-04-28
2
-524
/
+558
*
libclang: remove 'CXDiagnostic_Remark'
Alp Toker
2014-04-26
1
-6
/
+0
*
Fix two leaks in c-index-test found by LSan.
Nico Weber
2014-04-24
1
-1
/
+1
*
More spellchecking for Index.h
Nico Weber
2014-04-24
1
-30
/
+31
*
compeltions are never appropriate.
Nico Weber
2014-04-24
1
-1
/
+1
*
libclang: add clang_CXXMethod_isConst API that allows to determine if a C++
Dmitri Gribenko
2014-04-07
1
-0
/
+6
*
[libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...
Argyrios Kyrtzidis
2014-03-20
1
-0
/
+10
*
[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
[prev]
[next]