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
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing the AST matcher test for thread_local storage duration. Not all plat...
Aaron Ballman
2015-11-18
1
-5
/
+5
*
Re-committing r253473 after hopefully fixing the bot breakage. There was a co...
Aaron Ballman
2015-11-18
1
-0
/
+23
*
Reverting r253473 while I investigate build bot failures.
Aaron Ballman
2015-11-18
1
-23
/
+0
*
Adding AST matchers for VarDecl storage durations. Can now determine whether ...
Aaron Ballman
2015-11-18
1
-0
/
+23
*
[libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer
2015-11-18
1
-0
/
+26
*
[CUDA] Make CUDA compilation usable by default.
Artem Belevich
2015-11-17
1
-0
/
+1
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
2
-0
/
+12
*
Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...
Alexander Kornienko
2015-11-09
1
-0
/
+42
*
Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko
2015-11-05
1
-1
/
+1
*
Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
Alexander Kornienko
2015-11-02
1
-0
/
+5
*
clang-format: Simplify and improve stop condition for formatting
Daniel Jasper
2015-11-02
1
-0
/
+21
*
clang-format: Be slightly more cautious when formatting subsequent lines afte...
Daniel Jasper
2015-11-01
1
-0
/
+21
*
Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.
Angel Garcia Gomez
2015-10-30
1
-0
/
+29
*
Format: support inline namespaces
Saleem Abdulrasool
2015-10-30
1
-0
/
+7
*
clang-format: [JS] Add goog.setTestOnly to the list of stuff that
Daniel Jasper
2015-10-29
1
-0
/
+2
*
clang-format: When a line is formatted, also format subsequence lines if thei...
Daniel Jasper
2015-10-28
1
-8
/
+18
*
Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.
Samuel Antao
2015-10-27
1
-4
/
+4
*
clang-format: Undo unwanted format change done in r251405.
Daniel Jasper
2015-10-27
1
-0
/
+5
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
2
-56
/
+82
*
clang-format: Fix false positive in cast detection.
Daniel Jasper
2015-10-26
1
-0
/
+5
*
[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.
Benjamin Kramer
2015-10-23
3
-4
/
+23
*
[Tooling] Add a utility function to replace one nested name with another.
Benjamin Kramer
2015-10-22
2
-0
/
+109
*
clang-format: Teach --sort-includes to interleave #include and #import.
Nico Weber
2015-10-21
1
-0
/
+9
*
Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).
Benjamin Kramer
2015-10-21
1
-2
/
+2
*
Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."
Benjamin Kramer
2015-10-21
3
-23
/
+5
*
[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.
Benjamin Kramer
2015-10-20
3
-5
/
+23
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
6
-7
/
+7
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
6
-7
/
+7
*
Revert accidental commit. This isn't ready yet.
Benjamin Kramer
2015-10-20
1
-1
/
+0
*
Put back dead code that's used out-of-tree.
Benjamin Kramer
2015-10-20
1
-0
/
+1
*
clang-format: Extend main header include sorting heuristic to Objective-C files.
Nico Weber
2015-10-19
1
-0
/
+7
*
clang-format: [JS] Handle string literals spanning character classes.
Daniel Jasper
2015-10-18
1
-0
/
+10
*
Add an AST node matcher for TemplateTypeParmDecl objects.
Eric Fiselier
2015-10-17
1
-0
/
+7
*
clang-format/java: Break after annotations on fields in Chromium style.
Nico Weber
2015-10-15
1
-0
/
+4
*
[Driver] Use the parent_path of the clang executable as the default InstalledDir
Benjamin Kramer
2015-10-13
1
-2
/
+41
*
Add decayedType and hasDecayedType AST matchers
Matthias Gehre
2015-10-12
1
-0
/
+5
*
[VFS] Let the user decide if they want path normalization.
Benjamin Kramer
2015-10-12
1
-2
/
+31
*
[VFS] Unbreak test.
Benjamin Kramer
2015-10-12
1
-2
/
+0
*
[VFS] Don't try to be heroic with '.' in paths.
Benjamin Kramer
2015-10-12
1
-5
/
+3
*
[VFS] remove handling of '..' for now.
Benjamin Kramer
2015-10-12
1
-3
/
+0
*
clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper
2015-10-12
1
-0
/
+7
*
clang-format: [JS] handle character classes in regexes.
Daniel Jasper
2015-10-12
1
-0
/
+6
*
Fix VFS GCC unittest on Windows
Reid Kleckner
2015-10-09
1
-0
/
+3
*
[VFS] Just normalize away .. and . in paths for in-memory file systems.
Benjamin Kramer
2015-10-09
1
-0
/
+3
*
[VFS] Wire up multilib toolchain code to the VFS.
Benjamin Kramer
2015-10-09
1
-3
/
+7
*
[VFS] Port tooling to use the in-memory file system.
Benjamin Kramer
2015-10-09
1
-9
/
+24
*
[VFS] Use VFS instead of virtual files in PPCallbacks test.
Benjamin Kramer
2015-10-08
1
-4
/
+6
*
Fix a shared CMake build by linking with libclangBasic.
Benjamin Kramer
2015-10-07
1
-0
/
+1
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
2
-0
/
+75
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
1
-0
/
+13
[next]