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
/
tools
/
libclang
/
CIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Add APIs to check the result of an integer expression in CXEvalRes...
Argyrios Kyrtzidis
2016-12-01
1
-3
/
+36
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
1
-0
/
+9
*
Link include-fixer into libclang if clang-tools-extra is checked out.
Benjamin Kramer
2016-11-17
1
-0
/
+6
*
Add explicit (void) cast to result of unique_ptr::release()
Eric Fiselier
2016-11-14
1
-1
/
+1
*
[libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...
Argyrios Kyrtzidis
2016-11-09
1
-1
/
+1
*
[index] Expose FriendDecl
Olivier Goffart
2016-11-04
1
-0
/
+13
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-0
/
+9
*
ObjectiveC generics: Add ObjCTypeParamType in the type system.
Manman Ren
2016-09-13
1
-0
/
+12
*
Handle empty message in static_asserts.
Richard Trieu
2016-09-13
1
-2
/
+3
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-0
/
+1
*
[libclang] Add clang_getAllSkippedRanges function
Cameron Desrochers
2016-08-18
1
-0
/
+27
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
1
-9
/
+0
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
1
-0
/
+9
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
1
-0
/
+8
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-1
/
+3
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
1
-0
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+1
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+2
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-0
/
+9
*
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...
Carlo Bertolli
2016-07-13
1
-0
/
+3
*
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...
Carlo Bertolli
2016-07-13
1
-0
/
+3
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-4
/
+2
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-0
/
+8
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+9
*
[libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...
Argyrios Kyrtzidis
2016-07-01
1
-32
/
+42
*
P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:
Richard Smith
2016-06-28
1
-0
/
+4
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
1
-0
/
+9
*
Revert r273705
Carlo Bertolli
2016-06-24
1
-9
/
+0
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
1
-0
/
+9
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-11
/
+10
*
Revert accidential "[MSVC] Late parsing of in-class defined member functions ...
Alexey Bataev
2016-06-15
1
-2
/
+0
*
[MSVC] Late parsing of in-class defined member functions in template
Alexey Bataev
2016-06-15
1
-0
/
+2
*
CIndex: add support for static_assert
Olivier Goffart
2016-06-09
1
-0
/
+10
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
1
-1
/
+2
*
Indexer: add CXObjCPropertyAttr_class for class properties.
Manman Ren
2016-05-31
1
-0
/
+2
*
clang-c: Add the clang_getCursorVisibility() API
Ehsan Akhgari
2016-05-31
1
-0
/
+21
*
Revert r253909 because it was committed with an incorrect message
Ehsan Akhgari
2016-05-31
1
-21
/
+0
*
[OpenMP] Parsing and sema support for the from clause
Samuel Antao
2016-05-26
1
-0
/
+3
*
[OpenMP] Parsing and sema support for the to clause
Samuel Antao
2016-05-26
1
-0
/
+3
*
[OpenMP] Parsing and sema support for target update directive
Samuel Antao
2016-05-26
1
-0
/
+2
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
1
-0
/
+52
*
libclang: Use early-return to reduce indentation.
David Blaikie
2016-04-13
1
-104
/
+96
*
Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_pt...
David Blaikie
2016-04-13
1
-39
/
+28
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
libclang: fix two memory leaks (PR26292)
Hans Wennborg
2016-04-11
1
-2
/
+3
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-12
/
+3
*
[OPENMP 4.5] Codegen for data members in 'linear' clause.
Alexey Bataev
2016-03-09
1
-0
/
+1
*
[OPENMP] Simplify handling of clauses with postupdates, NFC.
Alexey Bataev
2016-03-04
1
-2
/
+1
*
[libclang] Link clang-tidy plugin into libclang if present.
Benjamin Kramer
2016-03-03
1
-0
/
+7
[next]