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
*
[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
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-15
1
-2
/
+2
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-2
/
+2
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
4
-8
/
+8
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-1
/
+1
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
2
-2
/
+2
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-02-13
2
-3
/
+2
*
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-10
1
-2
/
+0
*
Fix CMake clangIndex library dependencies, from Logan Chien
Douglas Gregor
2010-09-20
1
-15
/
+1
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
1
-19
/
+17
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
1
-17
/
+19
*
Clean up CMake dependencies
Douglas Gregor
2010-09-09
1
-0
/
+5
*
Clean up some of the CMake dependencies
Douglas Gregor
2010-09-08
1
-0
/
+14
*
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
1
-2
/
+2
*
Remove unused location-to-AST-node resolver. libclang's implementation superc...
Douglas Gregor
2010-07-19
2
-603
/
+0
*
BUILD_ARCHIVE is the default for libraries, no need to set it.
Chris Lattner
2010-07-18
1
-1
/
+0
*
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2010-07-06
3
-17
/
+64
*
Local variables have no linkage, make invalid Entities.
Zhongxing Xu
2010-07-06
1
-0
/
+4
[next]