4967a710c84587c654b56c828382219c3937dacb |
20-Sep-2016 |
Pirama Arumuga Nainar <pirama@google.com> |
Update aosp/master Clang for rebase to r275480 Bug: http://b/31320715 This merges commit ac9cc4764cf47a6c3f031687d8592e080c9f5001 from aosp/dev. Test: Build AOSP and run RenderScript tests (host tests for slang and libbcc, RsTest, CTS) Change-Id: Ic2875e5c3673c83448cd7d1013861e42947b1b55
odule.map
reamble-with-implicit-import-A.h
reamble-with-implicit-import-B.h
reamble-with-implicit-import-C.h
reamble-with-implicit-import.h
|
176edba5311f6eff0cad2631449885ddf4fbc9ea |
01-Dec-2014 |
Stephen Hines <srhines@google.com> |
Update aosp/master Clang for rebase to r222490. Change-Id: Ic557ac55e97fbf6ee08771c7b7c3594777b0aefd
omplete-at-EOF.c
eclare-objc-predef.h
odule-undef.h
odule.map
|
6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 |
29-May-2014 |
Stephen Hines <srhines@google.com> |
Update Clang for 3.5 rebase (r209713). Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
ommentXML/valid-function-02.xml
ase_module_needs_vfs.h
rash-recovery-code-complete-remap.c
odule.map
odule_needs_vfs.h
fsoverlay.yaml
|
651f13cea278ec967336033dd032faef0e9fc2ec |
24-Apr-2014 |
Stephen Hines <srhines@google.com> |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
rameworks/DocCommentsA.framework/Headers/DocCommentsA.h
rameworks/DocCommentsB.framework/Headers/DocCommentsB.h
rameworks/DocCommentsC.framework/Headers/DocCommentsC.h
rash-recovery-code-complete-remap.c
etain-comments-from-system-headers-module.map
srs-system.h
|
6c6fd7e9596e7c870e322f4030bdd16235348378 |
15-Nov-2013 |
Alp Toker <alp@nuanti.com> |
Ignore test Inputs globally and remove redundant lit.local.cfg files By adding a default config.excludes pattern we can avoid individual suppressions in subdirectories. This matches LLVM's lit.cfg which also excludes a few other common non-test filenames for consistency. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194814 91177308-0d34-0410-b5e6-96231b3b80d8
it.local.cfg
|
f6785e3117c0ce447e4d70065e069a9dc031f14c |
12-Nov-2013 |
Dmitri Gribenko <gribozavr@gmail.com> |
Documentation parsing: add support for \throws \throw \exception commands git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194521 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-function-07.xml
|
51e75aecf4fb303b91c9e54fd88e3509e5acc7a6 |
07-Aug-2013 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
[PCH] Fix a PCH serialization crash, with invalid code related to forward enum references. The problem was that an enum without closing semicolon could be associated as a forward enum in an erroneous declaration, leading to the identifier being associated with the enum decl but without a declaration actually referencing it. This resulted in not having it serialized before serializing the identifier that is associated with. Also prevent the ASTUnit from querying the serialized DeclID for an invalid top-level decl; it may not have been serialized. rdar://14539667 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187914 91177308-0d34-0410-b5e6-96231b3b80d8
reamble-with-error.h
|
c5b0054693b3b3cafe6a13549358c22e07fcd4ff |
24-Jun-2013 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment parsing: allow "\param ..." to describe variadic arguments Original patch by Fariborz Jahanian; extended by me. Fixes rdar://14124644 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184688 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/invalid-function-13.xml
ommentXML/valid-function-07.xml
|
97e5bc2643dd1478ca10d1b9a6581f332801c958 |
23-Jun-2013 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment parsing: followup to r184610: allow multiple \returns Remove unneeded member in CommentSema, add a test for the XML schema (the schema already allowed multiple paragraphs in <ResultDiscussion>, but there were no tests for that), fix HTML generation (it is not allowed to have <p> inside <dl>). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184652 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-function-07.xml
|
b18840ddd6aa472bbf78ab9de59159eb128fb6a9 |
07-May-2013 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. This fixes a crash due to SourceManager::getLocForEndOfFile() returning an off-by-one location when the the FileID is for an empty file. rdar://13803893 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181285 91177308-0d34-0410-b5e6-96231b3b80d8
mpty.h
|
9db0fe97f533513f88e7141f0b2a405ebe86fa67 |
26-Feb-2013 |
Fariborz Jahanian <fjahanian@apple.com> |
doxygen command. Add 'attention' command to list of similar doxygen commands. // rdar://12379053 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176127 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-para-kind-01.xml
|
af01bed59b2fe18fa483f5dbb86584b31eda6f98 |
01-Feb-2013 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment parsing: improve the fidelity of XML output for many block commands This change introduces a 'kind' attribute for the <Para> tag, that captures the kind of the parent block command. For example: \todo Meow. used to be just <Para>Meow.</Para>, but now it is <Para kind="todo">Meow.</Para> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174216 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/invalid-para-kind-01.xml
ommentXML/invalid-para-kind-02.xml
ommentXML/valid-para-kind-01.xml
|
6e649737898ffb627c377fd8fa0a437d0a42ae4a |
13-Nov-2012 |
Daniel Dunbar <daniel@zuster.org> |
Revert r167801, "[preprocessor] When #including something that contributes no tokens at all,". This change broke External/Nurbs in LLVM test-suite. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167858 91177308-0d34-0410-b5e6-96231b3b80d8
mpty.h
|
4d10b40ea8ee489c7b9194aa2b025df4ecd2ab01 |
13-Nov-2012 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
[preprocessor] When #including something that contributes no tokens at all, don't recursively continue lexing. This avoids a stack overflow with a sequence of many empty #includes. rdar://11988695 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167801 91177308-0d34-0410-b5e6-96231b3b80d8
mpty.h
|
82e52377bd76ed71e8c09edc5f2f452e388b16ad |
06-Nov-2012 |
Douglas Gregor <dgregor@apple.com> |
Introduce inferred framework modules into the module map file, allowing a module map to be placed one level above the '.framework' directories to specify that all .frameworks within that directory can be inferred as framework modules. One can also specifically exclude frameworks known not to work. This makes explicit (and more restricted) behavior modules have had "forever", where *any* .framework was assumed to be able to be built as a module. That's not necessarily true, so we white-list directories (with exclusions) when those directories have been audited. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167482 91177308-0d34-0410-b5e6-96231b3b80d8
rameworks/module.map
|
7d9c975bf2ea8e607646e23c15da744490e10d5d |
03-Oct-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment to XML conversion: escape XML special chars correctly; use correct regex for version tuples. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165104 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-availability-attr-02.xml
|
8da68b8b03d72314b67ea44568e013ef79d93b40 |
03-Oct-2012 |
Fariborz Jahanian <fjahanian@apple.com> |
[Doc parse]: SUpport for message in deprecated/unavailable attribute going iinto XML document. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165066 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-deprecated-attr.xml
ommentXML/valid-unavailable-attr.xml
|
2a46533633441176e93b484739a0a27e07150b63 |
02-Oct-2012 |
Fariborz Jahanian <fjahanian@apple.com> |
[Doc parsing]: Add available and deprecated attribute info to XML output. // rdar://12378879 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165039 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-deprecated-attr.xml
ommentXML/valid-unavailable-attr.xml
|
0209abf8b413d9904fd869d5de437c9b2d563e48 |
01-Oct-2012 |
Fariborz Jahanian <fjahanian@apple.com> |
Add xml test for availability to comment-xml-schema.c git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164961 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-availability-attr-01.xml
|
faab5618b5beed350d7444de97cf513ef1a42ca6 |
01-Oct-2012 |
Fariborz Jahanian <fjahanian@apple.com> |
availability in structured documents. Takes care of comments by Dimitri and Doug. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164957 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-availability-attr-01.xml
|
67330f197270d857e79d5da8309b9348f80da38d |
13-Sep-2012 |
Ted Kremenek <kremenek@apple.com> |
Add tests for r163778. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163812 91177308-0d34-0410-b5e6-96231b3b80d8
etain-comments-from-system-headers.h
|
6cd4420945489e7331012103048f162288a6c7d8 |
09-Aug-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does not compress spaces in verbatim content. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161531 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-function-07.xml
|
cff339a60a571a606a7510548f661dc6a719368d |
07-Aug-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
Comment AST: DeclInfo: add a special kind for enums. Comment XML: add a root node kind for enums. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161442 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/valid-enum-01.xml
|
f303d4cb10648ac9c2080ae7c9dd507ba615e3a7 |
07-Aug-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
libclang API for comment-to-xml conversion. The implementation also includes a Relax NG schema and tests for the schema itself. The schema is used in c-index-test to verify that XML documents we produce are valid. In order to do the validation, we add an optional libxml2 dependency for c-index-test. Credits for CMake part go to Doug Gregor. Credits for Autoconf part go to Eric Christopher. Thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161431 91177308-0d34-0410-b5e6-96231b3b80d8
ommentXML/invalid-function-01.xml
ommentXML/invalid-function-02.xml
ommentXML/invalid-function-03.xml
ommentXML/invalid-function-04.xml
ommentXML/invalid-function-05.xml
ommentXML/invalid-function-06.xml
ommentXML/invalid-function-07.xml
ommentXML/invalid-function-08.xml
ommentXML/invalid-function-09.xml
ommentXML/invalid-function-10.xml
ommentXML/invalid-function-11.xml
ommentXML/invalid-function-12.xml
ommentXML/valid-class-01.xml
ommentXML/valid-class-02.xml
ommentXML/valid-class-03.xml
ommentXML/valid-class-04.xml
ommentXML/valid-function-01.xml
ommentXML/valid-function-02.xml
ommentXML/valid-function-03.xml
ommentXML/valid-function-04.xml
ommentXML/valid-function-05.xml
ommentXML/valid-function-06.xml
ommentXML/valid-function-07.xml
ommentXML/valid-function-08.xml
ommentXML/valid-function-09.xml
ommentXML/valid-function-10.xml
ommentXML/valid-namespace-01.xml
ommentXML/valid-other-01.xml
ommentXML/valid-typedef-01.xml
ommentXML/valid-typedef-02.xml
ommentXML/valid-variable-01.xml
|
e601b237e495bb15a5e5df2e20c61fa01a6c4df0 |
22-Jun-2012 |
Dmitri Gribenko <gribozavr@gmail.com> |
Handle include directive with comments. It turns out that in this case comments are not coming in source order. Instead of trying to std::sort() comments (which can be costly), just remove comments that are not in order. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158940 91177308-0d34-0410-b5e6-96231b3b80d8
nnotate-comments-preprocessor.h
|
85ae12db3bbc60b920c086f1cb23cc94ad4802ae |
29-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
Ensure that we clean up after a failed module build and cope with the results in libclang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149200 91177308-0d34-0410-b5e6-96231b3b80d8
eaders/crash.h
eaders/module.map
|
c5b2e58840748145d1706c1d1481369d1863fabf |
29-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
Implement code completion support for module import declarations, e.g., @import <complete with module names here> or @import std.<complete with submodule names here> Addresses <rdar://problem/10710117>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149199 91177308-0d34-0410-b5e6-96231b3b80d8
rameworks/Framework.framework/Headers/Framework.h
eaders/a.h
eaders/a_extensions.h
eaders/module.map
eaders/nested/module.map
eaders/nested/nested.h
|
87429a05ff66fe6460eaa4855fd0da574e26bf7b |
09-Nov-2011 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
[PCH] Fix reading from PCH of diagnostic pragmas. In certain cases ASTReader would call the normal DiagnosticsEngine API to initialize the state of diagnostic pragmas but DiagnosticsEngine would try to compare source locations leading to crash because the main FileID was not yet initialized. Yet another case of the ASTReader trying to use the normal APIs and inadvertently breaking invariants. Fix this by having the ASTReader set up the internal state directly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144153 91177308-0d34-0410-b5e6-96231b3b80d8
ragma_disable_warning.h
|
21adcf3b5f4c748fbda7f276f75a33121cee6df1 |
07-Nov-2011 |
Douglas Gregor <dgregor@apple.com> |
Add missing part of test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143985 91177308-0d34-0410-b5e6-96231b3b80d8
eparse-instantiate.h
|
d488b3a046c09f88bc3cbd79bb4df84e43a238bc |
26-Oct-2011 |
Douglas Gregor <dgregor@apple.com> |
Eliminate a hang while loading a sequence of redeclarable entities. In essence, the redeclaration chain for a class could end up in an inconsistent state while deserializing multiple declarations in that chain, where the circular linked list was not, in fact, circular. Since only two redeclarations of the same entity will get loaded when we're in this state, restore circularity when both have been loaded. Fixes <rdar://problem/10324940> / PR11195. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143037 91177308-0d34-0410-b5e6-96231b3b80d8
edeclarations.h
|
f62d43d2afe1960755a1b5813cae1e5983bcac1b |
19-Jul-2011 |
Douglas Gregor <dgregor@apple.com> |
Revamp the SourceManager to separate the representation of parsed source locations from source locations loaded from an AST/PCH file. Previously, loading an AST/PCH file involved carefully pre-allocating space at the beginning of the source manager for the source locations and FileIDs that correspond to the prefix, and then appending the source locations/FileIDs used for parsing the remaining translation unit. This design forced us into loading PCH files early, as a prefix, whic has become a rather significant limitation. This patch splits the SourceManager space into two parts: for source location "addresses", the lower values (growing upward) are used to describe parsed code, while upper values (growing downward) are used for source locations loaded from AST/PCH files. Similarly, positive FileIDs are used to describe parsed code while negative FileIDs are used to file/macro locations loaded from AST/PCH files. As a result, we can load PCH/AST files even during parsing, making various improvemnts in the future possible, e.g., teaching #include <foo.h> to look for and load <foo.h.gch> if it happens to be already available. This patch was originally written by Sebastian Redl, then brought forward to the modern age by Jonathan Turner, and finally polished/finished by me to be committed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135484 91177308-0d34-0410-b5e6-96231b3b80d8
reamble_macro_template.h
|
dd3e5549e3c11e217078938aacf72f042eea5343 |
04-May-2011 |
Douglas Gregor <dgregor@apple.com> |
Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), which determines whether a particular file is actually a header that is intended to be guarded from multiple inclusions within the same translation unit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130808 91177308-0d34-0410-b5e6-96231b3b80d8
uarded.h
ragma-once.h
|
32038bb8486a1f31e8bd8e19ef388049669e9ed2 |
21-Dec-2010 |
Douglas Gregor <dgregor@apple.com> |
When determining which preprocessed entities to traverse in libclang, take into account the region of interest. Otherwise, we may fail to traverse some important preprocessed entity cursors. Fixes <rdar://problem/8554072>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122350 91177308-0d34-0410-b5e6-96231b3b80d8
et-cursor-includes-1.h
et-cursor-includes-2.h
|
76dc8890b6c5223de80be8284adbfc63ceeb3a55 |
25-Sep-2010 |
Douglas Gregor <dgregor@apple.com> |
When setting the globally-visible declarations for a particular identifier, we may have a Sema object but no translation unit scope (because parsing is finished). In this case, we still need to update the IdResolver, which might still be used when writing a PCH containing another PCH (without chaining). This bug manifested as a failure with precompiled preambles. Also, add a little environment-variable-sensitive logging for libclang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114774 91177308-0d34-0410-b5e6-96231b3b80d8
.h
.h
|
f128fed9c2ae16d3d6d8b8580b7a257e5c0a7754 |
20-Aug-2010 |
Douglas Gregor <dgregor@apple.com> |
When we decide not to reuse a precompiled preamble, clear out the previous precompiled preamble completely. Fixes <rdar://problem/8330950>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111590 91177308-0d34-0410-b5e6-96231b3b80d8
reamble-reparse-1.c
reamble-reparse-2.c
|
b1fd3458680bc9c8988dee8967e9c0709fef3945 |
20-Aug-2010 |
Daniel Dunbar <daniel@zuster.org> |
libclang: Execute clang_codeCompleteAt() inside a crash recovery context. - Test case is disabled for now, because something isn't write with file remapping. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111581 91177308-0d34-0410-b5e6-96231b3b80d8
rash-recovery-code-complete-remap.c
|
c1cf1586f7bbdf8a955a3be79309834ebc25c3af |
19-Aug-2010 |
Daniel Dunbar <daniel@zuster.org> |
Fix a loop overrun in ComputePreamble when the last remapped file was erased, and reenable crash recovery test. - Reparsing is still very crashy / weird, so I had to sprinkle random code into the remapped input to get it to do what I want (i.e., crash!). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111550 91177308-0d34-0410-b5e6-96231b3b80d8
rash-recovery-reparse-remap.c
|
ea94bbc4769697143e717df9b0310f874102b6c1 |
19-Aug-2010 |
Daniel Dunbar <daniel@zuster.org> |
libclang: Put clang_reparseTranslationUnit inside a crash recovery context. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111451 91177308-0d34-0410-b5e6-96231b3b80d8
rash-recovery-reparse-remap.c
|
c0659ec614c428c7d15746fcad15d50a2703751d |
02-Aug-2010 |
Douglas Gregor <dgregor@apple.com> |
When using a precompiled preamble, save the diagnostics produced when creating the preamble and "replay" them when reusing the preamble. Also, fix a thinko in the copying of the preamble when building the precompiled preamble. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110061 91177308-0d34-0410-b5e6-96231b3b80d8
reamble.h
|
3e15e0a7b4da6d906357b00b1bd2bba5ec3195ed |
27-Jul-2010 |
Douglas Gregor <dgregor@apple.com> |
When remapping a virtual file, also make an entry for the file with its absolute path on disk. Also, introduce a fun test for the precompiled preamble, which almost works... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109470 91177308-0d34-0410-b5e6-96231b3b80d8
reamble.h
refix.h
|
719770dcfcb3987e8a2377dcca97955301445eb5 |
06-Apr-2010 |
Douglas Gregor <dgregor@apple.com> |
Make code-completion for Objective-C message sends to "id" work in the presence of precompiled headers by forcibly loading all of the methods we know about from the PCH file before constructing our code-completion list. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100535 91177308-0d34-0410-b5e6-96231b3b80d8
omplete-pch.h
|
f7353c08d440aa3c1db46b181aff6c4eb41bbcab |
24-Mar-2010 |
Douglas Gregor <dgregor@apple.com> |
Make sure that we have File IDs for all of the unsaved files before we deserialize diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99426 91177308-0d34-0410-b5e6-96231b3b80d8
emap-complete-to.c
|
51d07cb2f9b7e1e958a44cf894b7372b26b3b6bc |
03-Mar-2010 |
Douglas Gregor <dgregor@apple.com> |
Don't use echo in the Index test, which I hope will work around an intermittent Windows failure git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97613 91177308-0d34-0410-b5e6-96231b3b80d8
index-from-source.h
|
4db64a461cb3442934afe43c83ed3f17f7c11c1d |
23-Jan-2010 |
Douglas Gregor <dgregor@apple.com> |
Extend clang_createTranslationUnitFromSourceFile() to support creating translation units that include unsaved files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94258 91177308-0d34-0410-b5e6-96231b3b80d8
emap-load-to.c
|
735df88a38e80c1ca70daa889aa516b8b9f54b50 |
02-Dec-2009 |
Douglas Gregor <dgregor@apple.com> |
Extend the CIndex code-completion API to perform code completion involving unsaved files, using the -remap-file= functionality recently added to clang-cc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90314 91177308-0d34-0410-b5e6-96231b3b80d8
emap-complete-to.c
|
1787b70a928b481fb2333d6c14cf91de26f4609e |
08-Nov-2009 |
Daniel Dunbar <daniel@zuster.org> |
Move test/Index input files into a sub directory (not scanned as tests). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86431 91177308-0d34-0410-b5e6-96231b3b80d8
-index-pch.h
oo.h
it.local.cfg
bjc.h
1.c
1.m
2.c
2.m
|