aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-03-16 09:46:48 -0700
committerBrian Carlstrom <bdc@google.com>2010-03-16 10:37:25 -0700
commitfb9714b32b27964d738a9181d55e140c52555bc0 (patch)
tree1f145cb357f44cbb71d35f97b411b22b490f4e14 /vm/compiler/codegen/arm/CodegenDriver.c
parentb28af2e0f3804015c0ddcbb5485e298ffa299da3 (diff)
make DalvikRunner ignore .#Foo.java files
Emacs makes hidden bogus symlinks for open modified files such as ".#Foo.java -> user@host.pid:rand" which I'm guessing are to identify the owning user/host/process. Unfortunately, DalvikRunner was picking these up as source and trying to compile them. This change makes NamingPatternCodeFinder ignore these. In order to avoid duplicating this in all the subclasses, the subclasses now call super.matches as a first pass. Now subclasses only apply any additional filtering they want. MainFinder.matches was deleted since it wasn't adding any new restrictions. We arguably could add a better starting filter perhaps, but skipping dot files seems a reasonable first stem. Change-Id: Ic9f5ec0bb629d5e1bc25a5b80a6619a64285d2b0
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions