summaryrefslogtreecommitdiffstats
path: root/clang/unittests
Commit message (Expand)AuthorAgeFilesLines
* Removing the AST matcher test for thread_local storage duration. Not all plat...Aaron Ballman2015-11-181-5/+5
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+23
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-23/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+23
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+26
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+1
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-162-0/+12
* Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko2015-11-091-0/+42
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-1/+1
* Make hasLHS and hasRHS matchers available for ArraySubscriptExprAlexander Kornienko2015-11-021-0/+5
* clang-format: Simplify and improve stop condition for formattingDaniel Jasper2015-11-021-0/+21
* clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper2015-11-011-0/+21
* Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.Angel Garcia Gomez2015-10-301-0/+29
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-0/+7
* clang-format: [JS] Add goog.setTestOnly to the list of stuff thatDaniel Jasper2015-10-291-0/+2
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-281-8/+18
* Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.Samuel Antao2015-10-271-4/+4
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-0/+5
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-272-56/+82
* clang-format: Fix false positive in cast detection.Daniel Jasper2015-10-261-0/+5
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-233-4/+23
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-222-0/+109
* clang-format: Teach --sort-includes to interleave #include and #import.Nico Weber2015-10-211-0/+9
* Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).Benjamin Kramer2015-10-211-2/+2
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-213-23/+5
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-203-5/+23
* Roll-back r250822.Angel Garcia Gomez2015-10-206-7/+7
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-206-7/+7
* Revert accidental commit. This isn't ready yet.Benjamin Kramer2015-10-201-1/+0
* Put back dead code that's used out-of-tree.Benjamin Kramer2015-10-201-0/+1
* clang-format: Extend main header include sorting heuristic to Objective-C files.Nico Weber2015-10-191-0/+7
* clang-format: [JS] Handle string literals spanning character classes.Daniel Jasper2015-10-181-0/+10
* Add an AST node matcher for TemplateTypeParmDecl objects.Eric Fiselier2015-10-171-0/+7
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-151-0/+4
* [Driver] Use the parent_path of the clang executable as the default InstalledDirBenjamin Kramer2015-10-131-2/+41
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-121-0/+5
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-2/+31
* [VFS] Unbreak test.Benjamin Kramer2015-10-121-2/+0
* [VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer2015-10-121-5/+3
* [VFS] remove handling of '..' for now.Benjamin Kramer2015-10-121-3/+0
* clang-format: Fixed typecast getting put on a separate line from theDaniel Jasper2015-10-121-0/+7
* clang-format: [JS] handle character classes in regexes.Daniel Jasper2015-10-121-0/+6
* Fix VFS GCC unittest on WindowsReid Kleckner2015-10-091-0/+3
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-0/+3
* [VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer2015-10-091-3/+7
* [VFS] Port tooling to use the in-memory file system.Benjamin Kramer2015-10-091-9/+24
* [VFS] Use VFS instead of virtual files in PPCallbacks test.Benjamin Kramer2015-10-081-4/+6
* Fix a shared CMake build by linking with libclangBasic.Benjamin Kramer2015-10-071-0/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-072-0/+75
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-071-0/+13
OpenPOWER on IntegriCloud