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 PrintingPolicy for pretty printing declarations
Jonathan Coe
2018-01-16
1
-0
/
+189
*
[PCH] Serialize skipped preprocessor ranges
Cameron Desrochers
2018-01-15
1
-0
/
+3
*
[libclang] Support querying whether a declaration is invalid
Ivan Donchevskii
2018-01-04
1
-0
/
+9
*
[libclang] Fix cursors for functions with trailing return type
Ivan Donchevskii
2018-01-03
1
-3
/
+19
*
Revert r321697 "[libclang] Support querying whether a declaration is invalid"...
Hans Wennborg
2018-01-03
1
-28
/
+3
*
Fix line endings.
Ivan Donchevskii
2018-01-03
1
-58
/
+58
*
[libclang] Fix cursors for functions with trailing return type
Ivan Donchevskii
2018-01-03
1
-27
/
+43
*
[libclang] Support querying whether a declaration is invalid
Ivan Donchevskii
2018-01-03
1
-6
/
+15
*
[libclang] Add support for checking abstractness of records
Alex Lorenz
2017-12-14
1
-0
/
+11
*
[libclang] Record code-completion invocations to a temporary file when
Alex Lorenz
2017-12-07
1
-2
/
+12
*
[libclang] Add function to get the buffer for a file
Erik Verbruggen
2017-12-06
1
-0
/
+21
*
[libclang] Store unsaved file hashes when recording parsing invocations
Alex Lorenz
2017-12-05
1
-2
/
+1
*
[libclang] Record parsing invocation to a temporary file when requested
Alex Lorenz
2017-12-04
1
-0
/
+11
*
[SourceLocations] Use stronger sort predicate to remove non-deterministic ord...
Mandeep Singh Grang
2017-11-29
1
-2
/
+3
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-3
/
+3
*
[libclang] Fix cursors for in-class initializer of field declarations
Benjamin Kramer
2017-11-15
1
-0
/
+3
*
[libclang] Allow crash recovery with LIBCLANG_NOTHREADS
Erik Verbruggen
2017-11-14
1
-13
/
+2
*
[libclang] Visit attributes for function and class templates
Jonathan Coe
2017-10-16
1
-2
/
+4
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+1
*
[index] Generate class & metaclass manglings for objc
Dave Lee
2017-09-22
1
-0
/
+14
*
libclang: expose `clang_getCursorTLSKind`
Saleem Abdulrasool
2017-09-13
1
-0
/
+16
*
[libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTranslationUnit*
Erik Verbruggen
2017-08-29
1
-0
/
+6
*
[libclang] Determinize order of platform availability attrs
Reid Kleckner
2017-08-04
1
-1
/
+2
*
[OPENMP] Codegen for 'in_reduction' clause.
Alexey Bataev
2017-07-27
1
-0
/
+2
*
[OPENMP] Codegen for 'task_reduction' clause.
Alexey Bataev
2017-07-25
1
-0
/
+2
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-0
/
+17
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-0
/
+17
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-1
/
+1
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-1
/
+1
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-1
/
+1
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+9
*
Revert r307769 (Forgot to mention the name of the contributor).
Alex Lorenz
2017-07-12
1
-9
/
+0
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+9
*
Fix warnings introduced by r307434.
Richard Smith
2017-07-08
1
-0
/
+2
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-1
/
+2
*
Recommit r305117: [libclang] Merge multiple availability clauses when
Alex Lorenz
2017-06-12
1
-38
/
+82
*
Revert r305117
Alex Lorenz
2017-06-09
1
-82
/
+38
*
[libclang] Merge multiple availability clauses when getting the platform's
Alex Lorenz
2017-06-09
1
-38
/
+82
*
[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...
Argyrios Kyrtzidis
2017-06-09
1
-2
/
+4
*
[libclang] Allow to suspend a translation unit.
Erik Verbruggen
2017-05-30
1
-0
/
+14
*
[index] Fix forward declarations interfering with USR generation of external ...
Argyrios Kyrtzidis
2017-05-20
1
-10
/
+1
*
[libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...
Argyrios Kyrtzidis
2017-05-10
1
-0
/
+29
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-1
/
+1
*
[libclang] Expose some target information via the C API.
Emilio Cobos Alvarez
2017-04-28
1
-0
/
+45
*
[libclang] Pass in the -fallow-editor-placeholders option
Alex Lorenz
2017-04-27
1
-1
/
+4
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-0
/
+1
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-1
/
+0
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-1
/
+2
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+9
*
[OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
1
-0
/
+1
[prev]
[next]