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
/
lib
/
Index
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-1
/
+1
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-2
/
+0
*
[libclang] Use same USR encoding for 'char' regardless of what the target con...
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+1
*
[libclang] Encode InjectedClassNameType in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+4
*
[libclang] Encode location info for anonymous embedded tag decls.
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+5
*
[libclang] Use same USR encoding for 'class' as 'struct'.
Argyrios Kyrtzidis
2014-12-08
1
-3
/
+3
*
[libclang] Encode C++11 rvalue reference types in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+5
*
[libclang] Encode the C++11 method reference qualifier in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+5
*
[libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+2
*
[libclang] Function templates can be 'overloaded' by return type, so encode t...
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+23
*
[CMake] Prune redundant libdeps.
NAKAMURA Takumi
2014-10-30
1
-2
/
+0
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
1
-0
/
+1
*
Format: ArrayRefize some implicit copies away.
Benjamin Kramer
2014-10-03
1
-3
/
+2
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-6
/
+1
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-3
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-2
/
+1
*
Avoid dubious IdentifierInfo::getNameStart() uses
Alp Toker
2014-06-07
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-26
3
-4
/
+4
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-4
/
+4
*
CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...
NAKAMURA Takumi
2014-04-24
1
-1
/
+1
*
Comment to XML conversion: use unique_ptr for SimpleFormatContext
Dmitri Gribenko
2014-04-24
1
-10
/
+6
*
Fix two leaks found by LSan (one is test-only).
Nico Weber
2014-04-24
1
-1
/
+1
*
Fix leak introduced in r194610, found by LSan.
Nico Weber
2014-04-23
1
-0
/
+4
*
Comment parsing: close a hole in CDATA escaping in XML output
Dmitri Gribenko
2014-04-22
1
-3
/
+33
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-2
/
+8
*
libclang/libIndex: USR generation: mangle source location into USRs for macros,
Dmitri Gribenko
2014-03-28
1
-24
/
+53
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-10
/
+0
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-5
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-5
/
+2
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[Index] Make the USRs more stable.
Argyrios Kyrtzidis
2014-02-23
1
-17
/
+30
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-2
/
+3
*
[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
NAKAMURA Takumi
2014-01-20
1
-1
/
+3
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-1
/
+8
*
libclang does not depend directly on clangFormat; but clangIndex does
Dmitri Gribenko
2013-11-13
1
-0
/
+1
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
3
-0
/
+1215
*
Avoid using the 'index' namespace as scope.
Argyrios Kyrtzidis
2013-08-21
1
-16
/
+19
*
Rename libIDE to libIndex.
Argyrios Kyrtzidis
2013-08-17
3
-0
/
+821
*
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-13
16
-1770
/
+0
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Unbreak the CMake builds following the CallGraph change.
Anna Zaks
2012-03-02
1
-1
/
+1
*
[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename
Anna Zaks
2012-03-02
1
-4
/
+6
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+4
[next]