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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.
Rafael Espindola
2013-07-23
1
-19
/
+0
*
[libclang] Expose the rest of the array types.
Argyrios Kyrtzidis
2013-07-23
1
-0
/
+24
*
Revert commit 186833 (no longer needed after the fix in 186859).
Enea Zaffanella
2013-07-22
1
-83
/
+46
*
Fix bug in clang-format's vim integration cause by r186789.
Daniel Jasper
2013-07-22
1
-1
/
+1
*
c-index-test.c: Let this C89-compliant since r186817.
NAKAMURA Takumi
2013-07-22
1
-46
/
+83
*
Install git-clang-format along with clang-format by default.
Daniel Jasper
2013-07-22
1
-3
/
+2
*
clang-format: Smarter replacement in the vim integration.
Daniel Jasper
2013-07-21
1
-7
/
+6
*
Use -lines option instead of -offset/-length. This fixes problems with files ...
Alexander Kornienko
2013-07-20
1
-6
/
+3
*
Add a cl.exe compatible driver mode
Hans Wennborg
2013-07-19
3
-1
/
+18
*
Improve clang-format vim integration.
Daniel Jasper
2013-07-19
1
-2
/
+2
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
3
-0
/
+102
*
Added -lines X:Y option to specify line range to process. This is a more huma...
Alexander Kornienko
2013-07-18
1
-16
/
+67
*
Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
Hans Wennborg
2013-07-18
1
-16
/
+16
*
[Driver] Use LLVM's response file parser because it can read UTF-16
Reid Kleckner
2013-07-18
1
-75
/
+16
*
Update for llvm API change.
Rafael Espindola
2013-07-16
2
-3
/
+3
*
Revert 186302 to fix build bots.
Craig Topper
2013-07-15
1
-1
/
+1
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+2
*
[scan-build] Add missing comma to ccc-analyzer.
Jordan Rose
2013-07-12
1
-1
/
+1
*
[scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.
Jordan Rose
2013-07-11
1
-16
/
+11
*
c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...
NAKAMURA Takumi
2013-07-09
1
-1
/
+1
*
c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...
NAKAMURA Takumi
2013-07-09
1
-0
/
+8
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-1
/
+1
*
[libclang] Add the new function to libclang.exports
Argyrios Kyrtzidis
2013-07-05
1
-0
/
+1
*
[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...
Argyrios Kyrtzidis
2013-07-05
2
-1
/
+16
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
3
-6
/
+6
*
[scan-build] Log compiler invocation to stderr, not stdout.
Jordan Rose
2013-07-03
1
-4
/
+4
*
With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.
Jordan Rose
2013-07-03
2
-2
/
+8
*
Prevent error message when formatting an empty file.
Daniel Jasper
2013-07-03
1
-0
/
+2
*
Fix ranges computed by git clang-format.
Daniel Jasper
2013-07-02
1
-2
/
+2
*
Following the modification introduced in llvm by commit 185311
Sylvestre Ledru
2013-07-01
1
-2
/
+2
*
Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
James Dennett
2013-06-30
1
-0
/
+2
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-3
/
+4
*
Don't use PathV1.h in CIndexCodeCompletion.cpp.
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Remove dead include.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Don't use PathV1.h in cc1as_main.cpp.
Rafael Espindola
2013-06-26
1
-2
/
+2
*
Remove unused header.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
2013-06-26
2
-9
/
+8
*
Reorder builds based by ordering.
Eric Christopher
2013-06-25
1
-4
/
+4
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
2
-0
/
+12
*
Add some invalid-decl checks to clang_Type_getOffsetOf.
Matt Beaumont-Gay
2013-06-24
1
-1
/
+3
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-16
/
+36
*
Comment parsing: followup to r184610: allow multiple \returns
Dmitri Gribenko
2013-06-22
1
-2
/
+2
*
[document parsing]: Allow multiple adjacent \return and the like
Fariborz Jahanian
2013-06-21
1
-8
/
+13
*
Update to pass in pointers intead of references.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie
Dmitri Gribenko
2013-06-18
1
-6
/
+6
*
ArrayRef'ize CodeCompletionContext::getNumSelIdents()
Dmitri Gribenko
2013-06-18
1
-8
/
+6
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
12
-21
/
+26
*
Don't depend on the transitive inclusion of PathV1.h.
Rafael Espindola
2013-06-13
2
-0
/
+2
*
Use the sys::RemoveFileOnSignal that takes a StringRef.
Rafael Espindola
2013-06-13
1
-1
/
+1
[next]