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
*
[libclang] Fix a test and a warning on windows.
Argyrios Kyrtzidis
2013-03-11
1
-1
/
+1
*
Driver: do not strip file extensions when printing diagnostics.
Benjamin Kramer
2013-03-10
1
-1
/
+1
*
[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
1
-25
/
+25
*
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...
Argyrios Kyrtzidis
2013-03-08
3
-59
/
+68
*
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...
Argyrios Kyrtzidis
2013-03-08
3
-1
/
+205
*
[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to
Argyrios Kyrtzidis
2013-03-08
1
-4
/
+6
*
[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
Argyrios Kyrtzidis
2013-03-08
3
-0
/
+18
*
[libclang] When logging a CXTranslationUnit that came from an AST file, print...
Argyrios Kyrtzidis
2013-03-05
1
-0
/
+2
*
scan-build: explicitly say "No bugs found" if there are no reports.
Jordan Rose
2013-03-05
1
-0
/
+1
*
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
2
-9
/
+9
*
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-26
1
-0
/
+1
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-3
/
+4
*
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-23
1
-1
/
+0
*
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
1
-0
/
+1
*
Suppress -Wswitch to unbreak the build.
David Blaikie
2013-02-22
1
-0
/
+1
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+2
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-2
/
+2
*
scan-build: Remove debug print.
Benjamin Kramer
2013-02-22
1
-1
/
+0
*
[scan-build] Add quotes around clang executable name to handle path withs spa...
Ted Kremenek
2013-02-21
1
-1
/
+2
*
[scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...
Ted Kremenek
2013-02-21
1
-3
/
+6
*
[driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS
Chad Rosier
2013-02-21
1
-26
/
+26
*
CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ...
NAKAMURA Takumi
2013-02-21
1
-2
/
+4
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-2
/
+2
*
Strip 'llvm' from 'llvm::Optional' uses.
Ted Kremenek
2013-02-21
2
-8
/
+8
*
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
1
-8
/
+8
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
4
-23
/
+22
*
libclang: don't store nul-terminated strings as StringRefs,
Dmitri Gribenko
2013-02-18
2
-16
/
+15
*
libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding
Dmitri Gribenko
2013-02-16
1
-14
/
+14
*
libclang: add clang_getTypeSpelling(CXType CT)
Dmitri Gribenko
2013-02-15
3
-17
/
+37
*
libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding
Dmitri Gribenko
2013-02-14
1
-24
/
+12
*
Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.
Ted Kremenek
2013-02-14
1
-0
/
+5
*
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-02-13
1
-1
/
+1
*
[libclang] Fix annotation of a range where the begin or end location
Argyrios Kyrtzidis
2013-02-13
1
-9
/
+23
*
libclang: use CXCursor getters to simplify code
Dmitri Gribenko
2013-02-09
1
-3
/
+2
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-3
/
+3
*
[libclang] Attribute visitation happens out-of-source-order, make sure
Argyrios Kyrtzidis
2013-02-08
1
-8
/
+23
*
libclang: reduce CXString abuse
Dmitri Gribenko
2013-02-07
1
-25
/
+20
*
libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]
NAKAMURA Takumi
2013-02-07
1
-0
/
+1
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
*
Comment to XML conversion: replace string comparison with command ID comparison
Dmitri Gribenko
2013-02-03
1
-3
/
+8
*
libclang: wrap CXString implementation into 'namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-19
/
+24
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
10
-13
/
+3
*
libclang: migrate IndexingDeclVisitor to ConstDeclVisitor
Dmitri Gribenko
2013-02-03
1
-36
/
+38
*
libclang: remove unneeded const_cast
Dmitri Gribenko
2013-02-03
1
-1
/
+1
*
libclang: migrate USRGenerator to ConstDeclVisitor
Dmitri Gribenko
2013-02-03
1
-59
/
+62
*
libclang: remove unneeded const_casts
Dmitri Gribenko
2013-02-03
2
-4
/
+3
*
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-02
11
-90
/
+111
*
Add some horrible Perl code to teach scan-build to recursively walk a directo...
Ted Kremenek
2013-02-02
1
-9
/
+22
*
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-02
8
-181
/
+200
*
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
1
-3
/
+42
[next]